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 commands/alifanov/darkflow/installgit clone --depth 1 https://github.com/alifanov/darkflowWhat 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.00015 | $0.00339 |
| Opus 5 | $0.00008 | $0.00169 |
| Sonnet 5 | $0.00003 | $0.00068 |
| Haiku 4.5 | $0.00002 | $0.00034 |
Grade A, and why
install 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 2d 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.
bash <(curl -fsSL https://raw.githubusercontent.com/alifanov/darkflow/main/install.sh) What it actually says
Run the Dark Flow installer — works for fresh projects and existing ones alike:
bash <(curl -fsSL https://raw.githubusercontent.com/alifanov/darkflow/main/install.sh)
Options:
--all— enable all optional modules non-interactively-y / --yes— accept defaults with no prompts--dry-run— preview changes without applying--force— re-apply all templates, skip version check
After the installer finishes, read .darkflow.d/state/config.json if it exists and extract language (default: English) — use it for all user-facing messages below.
Check for stale slash commands that are no longer part of Dark Flow:
- Fetch the current canonical command list from the Dark Flow repo:
curl -fsSL https://api.github.com/repos/alifanov/darkflow/contents/templates/.claude/commands/darkflow \ | grep '"name"' | grep '\.md"' | sed 's/.*"name": "\(.*\)".*/\1/' - List all files currently in
.claude/commands/darkflow/(relative to the project root). - If there are any local files not in the canonical list, show them to the user and ask whether to delete them (they are likely leftovers from an older Dark Flow version).
- Delete only the files the user confirms.
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.
- 2d ago First seen · 30 lines · 15 tokens per session scan A 24e554f81ca2
install is a command published in the GitHub repository alifanov/darkflow (2 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 339 once invoked, about $0.0001 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 commands, from other repositories
loop
Iteratively fix issues until all resolved or max iterations reached.
feature
Create a feature specification using spec-driven development.
quality-gate
Command "quality-gate" from VoDaiLocz/kilo-kit-mcp, covering ✅ quality gate command, workflow, gates, gate 1: pre-execution and gate 2: per-behavior.
memory
Search, store, and manage AI Team Memory — agent expertise, decisions, learnings, and code patterns. File-based by default, with an optional memory MCP overlay.
deep-audit.skeleton
Aciklama: Bu bolum Bootstrap tarafindan manifest verileriyle doldurulur. Gerekli manifest alanlari: project.description, stack.primary, project.structure, project.subprojects, stack.orm, stack.authmethod Ornek cikti.
do-it-retrospective
开关本项目的本地行为反馈记录,或输出已记录问题的去敏复盘报告。参数为 on / off / status / report。.