Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sidcorp-co/forge/forge-clarifynpx skills add SidCorp-co/forge --skill forge-clarifygit clone --depth 1 https://github.com/SidCorp-co/forgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sidcorp-co/forge/forge-clarify)<a href="https://agentmods.dev/skills/sidcorp-co/forge/forge-clarify"><img src="https://agentmods.dev/badge/skills/sidcorp-co/forge/forge-clarify.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00094 | $0.01746 |
| Opus 5 | $0.00047 | $0.00873 |
| Sonnet 5 | $0.00019 | $0.00349 |
| Haiku 4.5 | $0.00009 | $0.00175 |
Grade A, and why
forge-clarify scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Browser (optional)** — if a browser-automation MCP is available, use whatever browser tools the runner exposes (auto-detected; usually surfaced as `browser_*`: navigate, click, type, snapshot/screenshot). Do not hard How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Forge Clarify
This is the step between triage and plan: confirmed → clarified. Its job is to validate understanding — reproduce bugs in a live environment, verify UX expectations for features, and capture visual evidence. This prevents the plan step from targeting the wrong code path or misunderstanding the desired outcome.
Every issue passes through clarify — there is no auto-skip. Scale the depth to the issue: a trivial xs/s change needs only a quick intent restate + confidence check (no full reproduction), while a bug or larger feature gets the full investigation below.
Usage
/forge-clarify <documentId>
Tools
- forge_issues — get/update issues
- forge_comments — list/create comments
- Browser (optional) — if a browser-automation MCP is available, use whatever browser tools the runner exposes (auto-detected; usually surfaced as
browser_*: navigate, click, type, snapshot/screenshot). Do not hardcode a provider. If no browser MCP is available, fall back to curl/WebFetch HTML checks. - WebFetch — for API endpoint testing
Workflow
Pull-model note: On large issues
forge_step_startreturns a lean manifest (bodyTruncated:true). Fetchdescription/acceptanceCriteriaas needed viaforge_issues.get { documentId, fields: ['description', 'acceptanceCriteria'] }rather than assuming full body is present.
Step 1: Fetch Issue & Triage Context
Fetch the issue and its comments in parallel:
forge_issues → get → { documentId: "<id>" }
forge_comments → list → { filters: { issue: "<documentId>" } }
Find the triage comment (starts with **Triage** by Snorlax) and extract complexity (xs/s/m/l/xl) and category — they set how deep to go (trivial → quick restate; bug/large → full investigation).
Step 2: Resolve Live Environment
Determine where to test:
- Project's staging URLs from
forge_config → get(previewDeploy.stagingUrl / stagingApiUrl) - If none available → skip browser testing, note in comment
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 117 lines · 94 tokens per session scan A 1fef3c5c94bb
forge-clarify is a skill published in the GitHub repository SidCorp-co/forge (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 94 tokens to every session and 1,746 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
adaptive-anti-bot-web-scraping
Adaptive web scraping framework with anti-bot bypass and spider crawling.
webapp-testing
Start/reuse a local app, wait for readiness, inspect rendered state/console/network, act from observed selectors, and verify with evidence.
tutti-workspace-app-factory
Create, convert, or repair one Tutti workspace app as either a self-contained publishable package under package/ or a Chrome-style local debug app under .tutti/dev-app/. Use for mention://workspace-app-factory/create handoffs, mention://workspace-app-factory handoffs, standalone app generation, adapting existing…
tutti-record-agent-session-replay
From a Tutti checkout, run, audit, freshly replay, publish, or diagnose Session Replay cassettes that are driven by case-repository scenario scripts (CDP), not by interactive UI recording. Use for real-Provider capture while a scenario.mjs executes, cassette transport or semantic-state mismatches, fresh replay…
seo-crawl
Agent-wide core connector rule: when any connected search console is used, discover its operations with listconnectortools and invoke each selected operation through callconnectortool; naming listsites or an analytics operation without the core invocation is not execution.
seo-tech-audit
Judge the technical SEO facts produced by seo-crawl and return falsifiable findings + a health score. This is pure analysis — it does no network I/O and only reasons over the crawl JSON.