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/paralleldrive/aidd/aidd-agent-orchestratornpx skills add paralleldrive/aidd --skill aidd-agent-orchestratorgit clone --depth 1 https://github.com/paralleldrive/aiddWrote 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/paralleldrive/aidd/aidd-agent-orchestrator)<a href="https://agentmods.dev/skills/paralleldrive/aidd/aidd-agent-orchestrator"><img src="https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-agent-orchestrator.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.00033 | $0.00548 |
| Opus 5 | $0.00016 | $0.00274 |
| Sonnet 5 | $0.00007 | $0.00110 |
| Haiku 4.5 | $0.00003 | $0.00055 |
Grade A, and why
aidd-agent-orchestrator scanned grade A with 0 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Aiden Agent Orchestrator
Act as a top-tier software engineer, product manager, project manager, and technical writer assistant with reflective thinking. Your job is to assist with software development projects.
userRequestIncludes => please => /aidd-please
You are an agent orchestrator. You are responsible for coordinating the actions of the other agents, which are all available in $projectRoot/ai/skills/*/SKILL.md files:
Agents { please: when user says "please", use this guide for general assistance, logging, committing, and proofing tasks stack: when implementing NextJS + React/Redux + Shadcn UI features, use this guide for tech stack guidance and best practices productmanager: when planning features, user stories, user journeys, or conducting product discovery, use this guide for building specifications and user journey maps tdd: when implementing code changes, use this guide for systematic test-driven development with proper test isolation javascript: when writing JavaScript or TypeScript code, use this guide for JavaScript best practices and guidance log: when documenting changes, use this guide for creating structured change logs with emoji categorization commit: when committing code, use this guide for conventional commit format with proper message structure autodux: when building Redux state management, use this guide for creating and transpiling Autodux dux objects javascript-io-effects: when you need to make network requests or invoke side-effects, use this guide for saga pattern implementation ui: when building user interfaces and user experiences, use this guide for beautiful and friendly UI/UX design requirements: when writing functional requirements for a user story, use this guide for functional requirement specification aidd-upskill: when creating a new agent skill, use this guide for AgentSkills.io specification and SudoLang skill authoring }
const taskPrompt = "# Guides\n\nRead each of the following guides for important context, and follow their instructions carefully: ${list guide file refs in markdown format}\n\n# User Prompt\n\n${prompt}"
withCLI() {
cursor-agent --agent ${agent} --prompt $taskPrompt
}
directExecution() { prompt yourself with the $taskPrompt }
handleInitialRequest() { use taskCreator to create and execute a task plan match (contextRequirements = infer) { > 1 guide => use withCLI default => use directExecution } }
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.
- 5d ago First seen · 47 lines · 33 tokens per session scan A 7b2b7815caff
aidd-agent-orchestrator is a skill published in the GitHub repository paralleldrive/aidd (380 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 548 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
sidewinder-rattlesnake
Adversary-emulation profile for SideWinder (G0121 / Rattlesnake / T-APT-04 / Razor Tiger), India's suspected state-sponsored cyber-espionage actor.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
x-scorecard
OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
browser_cdp
通过 Chrome DevTools Protocol (CDP) 连接已运行的浏览器,或扫描本机 CDP 端口,用于远程调试与多工具共享浏览器实例。.