Install
$ agentstack add skill-hungv47-meta-skills-preview-og ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Preview OG — Share-Card Validation & Fix
Runs the metaprev CLI against a URL (local dev server or deployed), reads how the link renders on Facebook / X / LinkedIn / Discord-Slack, fixes what's broken in the codebase, then re-verifies. Routing: [routing.yaml](routing.yaml) · why / when-not / install / pushback: [references/playbook.md](references/playbook.md) [PLAYBOOK].
Core question: When someone pastes this link into a chat or feed, does the card render — right image, right size, right title — or is it broken or blank?
Critical Gates — load first
- CLI present before running. metaprev runs on Bun. Probe for it; install if missing — never stall on a missing tool. Exact probe + install commands: [
references/playbook.md](references/playbook.md) § Install. - Verify after fixing (objective gate). Re-run metaprev after every fix; the tool, not the agent's judgment, is the pass/fail signal. The re-run passes only when:
- [ ]
metaprev issues --jsonexits 0 — zero errors (advisory warns allowed) - [ ]
og:imageis an absolute URL returning HTTP 200 with an image content-type - [ ] declared
og:image:width/og:image:heightmatch the real file's dimensions
Auto-fail: a 4th fix cycle — stop at 3 and report DONE_WITH_CONCERNS.
og:imagemust be an absolute URL. A relative/og.pngresolves to nothing when a crawler fetches it standalone — the #1 silent break. Always emit a fullhttps://….- Noise pushback.
title is short/description is shortare advisory SEO heuristics, not breaks — a canonical brand or product title is intentional. Surface them; never pad copy to hit a char count. § Pushback in the playbook. - Scope. Touch only the meta / OG surface (head tags, og:image config). No unrelated refactors.
Before Starting
Per references/_shared/before-starting-check.md [PROCEDURE]. Resolve the target: a localhost dev server (any framework / port) or a deployed URL. If none is derivable from the request or repo, ask once (Cold Start). Mode resolution per references/_shared/mode-resolver.md [PROCEDURE]; --fast runs one diagnose→fix→verify pass without the artifact write. Session execution profile (single-vs-multi): inherit per references/_shared/execution-policy.md.
Pre-Dispatch (Cold Start)
Needed dimensions — resolve from the repo / running dev server first, ask once (bundled) only for what's missing:
- Target — localhost dev-server URL/port or deployed URL. → routing only
- Canonical production origin — the absolute base URL
og:imagemust resolve against (Gate 3). →technical - Platforms that matter — Facebook / X / LinkedIn / Discord-Slack (default: all four). → routing only
Pipeline
- Resolve target — localhost dev server or deployed URL.
- Ensure CLI — Gate 1.
- Diagnose —
bunx @hungv47/metaprev issues --jsonfor structured issues (exit 1 = at least one error). For a visual pass,bunx @hungv47/metaprev -o docs/forsvn/artifacts/marketing/preview-og-.html --no-open. - Triage — separate errors (real breaks) from advisory warns (Gate 4).
- Fix — apply framework-aware fixes in the codebase: [
references/fixes.md](references/fixes.md) [PROCEDURE] (Next / Astro / SvelteKit / Vite / plain HTML — absolute URL, dimensions, missing tags, content-type). - Re-verify — Gate 2. Loop until
issuesreturns clean or only advisory warns remain (max 3 fix cycles, thenDONE_WITH_CONCERNS). - Report — write the artifact + completion status.
Artifact Contract
Output: docs/forsvn/artifacts/marketing/preview-og--.md. Frontmatter + sections (Target / Issues found / Fixes applied / Verification / Remaining advisory): [references/format-conventions.md](references/format-conventions.md) [PROCEDURE]. Skills emit Markdown only; the .html metaprev preview is a transient review surface, not the artifact.
Anti-Patterns
[references/anti-patterns.md](references/anti-patterns.md) [ANTI-PATTERN] — top hits: padding title / description to silence advisory warns; declaring og:image:width/height that don't match the real file (Slack / Discord mis-crop); shipping a relative og:image; calling it done without the verify re-run.
Durable Rules (protected)
Completion Status
- DONE — metaprev re-run returns clean (or only advisory warns the operator chose to keep); fixes applied + artifact written.
- DONEWITHCONCERNS — fixes applied but one issue needs an asset the agent can't produce (a correctly-sized og:image → hand off to
produce-asset), or a platform cache must clear before it shows. - NEEDS_CONTEXT — no target URL resolvable; ask for the dev-server port or deployed URL.
- BLOCKED — target unreachable (auth wall / down), or Bun cannot be installed.
Worked Example
Relative og:image on a Next.js site → fix metadataBase → re-verify clean: [references/examples/walkthrough.md](references/examples/walkthrough.md) [EXAMPLE].
References
- Playbook + install + pushback: [
references/playbook.md](references/playbook.md) [PLAYBOOK] - Fixes (framework recipes): [
references/fixes.md](references/fixes.md) [PROCEDURE] - Format: [
references/format-conventions.md](references/format-conventions.md) [PROCEDURE] - Anti-patterns: [
references/anti-patterns.md](references/anti-patterns.md) [ANTI-PATTERN] - Example: [
references/examples/walkthrough.md](references/examples/walkthrough.md) [EXAMPLE] - Shared:
references/_shared/{before-starting-check, mode-resolver}.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hungv47
- Source: hungv47/meta-skills
- License: MIT
- Homepage: https://skills.forsvn.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.