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 skills add majiang213/OpenClaw-MAS --skill cmd_feature_devgit clone --depth 1 https://github.com/majiang213/OpenClaw-MASWrote 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/majiang213/openclaw-mas/cmd_feature_dev)<a href="https://agentmods.dev/skills/majiang213/openclaw-mas/cmd_feature_dev"><img src="https://agentmods.dev/badge/skills/majiang213/openclaw-mas/cmd_feature_dev/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/majiang213/openclaw-mas/cmd_feature_dev"><img src="https://agentmods.dev/badge/skills/majiang213/openclaw-mas/cmd_feature_dev.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00019 | $0.00512 |
| Opus 5 | $0.00010 | $0.00256 |
| Sonnet 5 | $0.00004 | $0.00102 |
| Haiku 4.5 | $0.00002 | $0.00051 |
Grade A, and why
cmd_feature_dev 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 9d 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
Project Path
The first argument is the project path. Before doing anything else:
- Extract the project path from the first argument
- Verify the path exists
- Work within that directory for all file operations and shell commands
Feature Development
A structured feature-development workflow that emphasizes understanding existing code before writing new code.
Phases
1. Discovery
- Read the feature request carefully
- Identify requirements, constraints, and acceptance criteria
- Ask clarifying questions if the request is ambiguous
2. Codebase Exploration
Delegate to the code-explorer agent:
Include in the task payload:
- Project path
- The feature or area to explore
- Relevant files or modules if known
First, reply to the user briefly, then call sessions_spawn:
{
"agentId": "code-explorer",
"sessionKey": "code-explorer",
"task": "<project path and exploration request>",
"runTimeoutSeconds": 0
}
3. Clarifying Questions
- Present findings from exploration
- Ask targeted design and edge-case questions
- Wait for user response before proceeding
4. Architecture Design
Delegate to the code-architect agent:
Include in the task payload:
- Project path
- Feature request and exploration findings
- Any constraints or preferences
{
"agentId": "code-architect",
"sessionKey": "code-architect",
"task": "<project path, feature request, and exploration findings>",
"runTimeoutSeconds": 0
}
Wait for approval before implementing.
5. Implementation
- Implement the feature following the approved design
- Prefer TDD where appropriate
- Keep commits small and focused
6. Quality Review
Delegate to the code-reviewer agent:
{
"agentId": "code-reviewer",
"sessionKey": "code-reviewer",
"task": "<project path and review request>",
"runTimeoutSeconds": 0
}
7. Summary
- Summarize what was built
- List follow-up items or limitations
- Provide testing instructions
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.
- 9d ago First seen · 98 lines · 19 tokens per session scan A 5d02a070daab
cmd_feature_dev is a skill published in the GitHub repository majiang213/OpenClaw-MAS (5 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 512 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
content-hash-cache-pattern
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
update-turbo
Update installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills, and guided user experience. Use when the user asks to "update turbo", "update turbo skills", "reinstall turbo", or "upgrade turbo".
notebooklm-manager
Manages NotebookLM notebooks — query, add, list, search, enable/disable, remove. Use when a notebooklm.google.com URL appears or user mentions NotebookLM. Handles URLs through its own Chrome agent — do not navigate directly. Requires: claude-in-chrome MCP.
lx
Codebase exploration tool that reads many files or whole directories in a single call, with per-file headers, glob include/exclude filters, function/type skeleton extraction (signatures only, no bodies), and head/tail line slicing.
proactive-background-watcher
Grants the AI the ability to act proactively using native cron/timer scheduling. The agent can monitor systems, poll APIs, or watch logs in the background and self-trigger without waiting for user prompts.
flow-lean
Use when the user explicitly asks for Flow Lean, lean or less verbose output, action-first responses, expansion of a compressed Flow Lean answer, or Flow Lean recap and skills-footer controls.