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/asysta-act/agent-flow/setup-mcpnpx skills add asysta-act/agent-flow --skill setup-mcpgit clone --depth 1 https://github.com/asysta-act/agent-flowWrote 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/asysta-act/agent-flow/setup-mcp)<a href="https://agentmods.dev/skills/asysta-act/agent-flow/setup-mcp"><img src="https://agentmods.dev/badge/skills/asysta-act/agent-flow/setup-mcp.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.00016 | $0.05740 |
| Opus 5 | $0.00008 | $0.02870 |
| Sonnet 5 | $0.00003 | $0.01148 |
| Haiku 4.5 | $0.00002 | $0.00574 |
Grade B, and why
setup-mcp scanned grade B with 2 findings 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.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
You can edit .mcp.json manually later with your token. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sfL -o ~/.claude/bin/{asset_name} "https://gitea.com/gitea/gitea-mcp/releases/download/v1.1.0/{asset_name}" How it starts
The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Init
Set up the developer environment for agent-flow pipeline. Generates .mcp.json (MCP server configuration) and .claude/settings.json (tool permissions).
This command is the counterpart to /agent-flow:onboard:
- onboard = project config (Automation Config in CLAUDE.md)
- init = developer environment (MCP servers, tokens, permissions)
Input: $ARGUMENTS = (none) | --update | --tracker-type <type> | --tracker-instance <url> | --sc-remote <owner/repo> (flags may be combined)
Scope
This command writes to the CURRENT WORKING DIRECTORY:
.mcp.json— MCP server configuration.claude/settings.json— tool auto-approval (optional).gitignore— adds.mcp.jsonif not present
Step 0: Parameter Override
Parse $ARGUMENTS for optional CLI flags:
--tracker-type <type>→cli_tracker_type--tracker-instance <url>→cli_tracker_instance--sc-remote <owner/repo>→cli_sc_remote
If ANY of these flags is provided:
- Validate
--tracker-type(if provided) against the lookup table in../../core/mcp-detection.mdProcess step 1. Valid values:youtrack,github,jira,linear,gitea,redmine. If invalid → error:"Invalid tracker type '{value}'. Valid types: youtrack, github, jira, linear, gitea, redmine." - Skip Step 1 (Automation Config read). Use flag values instead:
-
Type =
cli_tracker_type(if not provided, infer fromcli_sc_remotehostname:github.com→github; otherwise → error:"--tracker-type is required when CLAUDE.md is not available.") -
Instance =
cli_tracker_instance(if not provided, derive default:Path note:
trackers.mdlives in the plugin installation directory. Resolve via Glob before reading defaults.Resolve
{trackers_md_path}: Glob.claude/plugins/**/docs/reference/trackers.md(prefer path containing.claude/plugins/oragent-flow/); fallback**/docs/reference/trackers.md; last resortdocs/reference/trackers.md. If not found → use hardcoded defaults per tracker type. Read the Instance & Project Defaults table from{trackers_md_path}for the given type.) -
Remote =
cli_sc_remote(if not provided, skip SC server — tracker-only setup)
-
- Proceed to Step 1b (detect .mcp.json.example) with the overridden values.
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 · 396 lines · 16 tokens per session scan B bf4513ea14b3
setup-mcp is a skill published in the GitHub repository asysta-act/agent-flow (12 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 5,740 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (reads mcp configuration, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cortivex-pipeline
Build and run AI agent pipelines that decompose complex tasks into coordinated agent workflows.
stream-chain
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.
bare-eval
Run isolated eval and grading calls using CC 2.1.81 --bare mode. Constructs claude -p --bare invocations for skill evaluation, trigger testing, and LLM grading without plugin/hook interference. Use when running eval pipelines, grading skill outputs, benchmarking prompt quality, or testing trigger accuracy in isolation.
chain-patterns
Chain patterns for multi-phase pipelines: MCP detection, handoff files, checkpoint-resume, worktree agents, CronCreate monitoring. Use when building or debugging a pipeline skill.
fix-issue
Fixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to…
stream-chain
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.