Agent Skills
› H-mmer/pentest-agents
› cost
cost
GitHub追踪参与成本与ROI,执行摘要和ROI分析。按阶段细分支出,标记低效代理,对比预期价值,推荐预算调整策略(如切换类别、降低并行度),并将误报作为训练信号优化规则。
Trigger Scenarios
需要评估当前任务的成本效益
询问ROI或预算使用情况
分析各Agent的资源消耗
Install
npx skills add H-mmer/pentest-agents --skill cost -g -y
SKILL.md
Frontmatter
{
"name": "cost",
"description": "Show cost tracking and ROI for this engagement.",
"disable-model-invocation": false
}
Show engagement cost data.
Run these in sequence:
uv run python3 $CLAUDE_PROJECT_DIR/tools/cost.py summaryuv run python3 $CLAUDE_PROJECT_DIR/tools/cost.py roi- Provide analysis: which agents consumed the most, whether the spend is justified by findings.
Top-Tier ROI Review
Cost review is a hunting control, not accounting trivia.
- Segment spend by phase: recon, ranking, hunting, validation, reporting, rework.
- Flag any agent class with high spend and low durable output: no new surface, no killed hypotheses, no confirmed evidence.
- Compare spend to expected value: bounty range, report probability, duplicate risk, and remaining proof work.
- Recommend one concrete budget move: continue, pivot class, reduce parallelism, raise min-score, skip noisy targets, or run a focused chain pass.
- Treat repeated false positives as a training signal. Link the spend spike to
/learn,/brain, or rules updates.
Version History
- 41d49b6 Current 2026-07-24 11:56


