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/apolloauto/apollo-claw/apollo-evalnpx skills add ApolloAuto/apollo-claw --skill apollo-evalgit clone --depth 1 https://github.com/ApolloAuto/apollo-clawWhat 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.00293 | $0.04643 |
| Opus 5 | $0.00147 | $0.02322 |
| Sonnet 5 | $0.00059 | $0.00929 |
| Haiku 4.5 | $0.00029 | $0.00464 |
Grade A, and why
apollo-eval 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 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.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
60 files 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.
- _meta.json 104 B
- config.yaml 1.9 KB
- README.md 4.9 KB
- references/knowledge_index.md 1.3 KB
- references/knowledge/01_赛事评分标准/00_评分维度总览.md 2.4 KB
- references/knowledge/01_赛事评分标准/01_性能指标说明.md 2.9 KB
- references/knowledge/01_赛事评分标准/02_体感指标说明与计算方法.md 3.1 KB
- references/knowledge/02_数据分析/00_如何提取Planning日志.md 3.3 KB
- references/knowledge/02_数据分析/01_轨迹指标提取脚本.md 5.2 KB
- references/knowledge/02_数据分析/02_指标可视化方法.md 5.0 KB
- references/knowledge/03_评估报告模板/00_单场景评估模板.md 2.6 KB
- references/knowledge/03_评估报告模板/01_多场景汇总报告模板.md 3.1 KB
- references/knowledge/04_优化指引/00_体感优化参数映射.md 5.0 KB
- references/knowledge/04_优化指引/01_性能不通过排查指南.md 5.2 KB
- scripts/extract_metrics.py 19 KB runs code
- scripts/grading_system_py/__init__.py 56 B runs code
- scripts/grading_system_py/__pycache__/__init__.cpython-36.pyc 162 B
- scripts/grading_system_py/common/__init__.py 0 B runs code
- scripts/grading_system_py/common/__pycache__/__init__.cpython-36.pyc 169 B
- scripts/grading_system_py/common/__pycache__/map_interface.cpython-36.pyc 4.4 KB
- scripts/grading_system_py/common/__pycache__/math_utils.cpython-36.pyc 12 KB
- scripts/grading_system_py/common/map_interface.py 2.8 KB runs code
- scripts/grading_system_py/common/math_utils.py 10 KB runs code
- scripts/grading_system_py/condition/__init__.py 0 B runs code
- scripts/grading_system_py/condition/__pycache__/__init__.cpython-36.pyc 172 B
- scripts/grading_system_py/condition/__pycache__/acceleration_handler.cpython-36.pyc 4.8 KB
- scripts/grading_system_py/condition/__pycache__/centripetal_acceleration_handler.cpython-36.pyc 1.8 KB
- scripts/grading_system_py/condition/__pycache__/condition_handler_base.cpython-36.pyc 1.2 KB
- scripts/grading_system_py/condition/__pycache__/object_overlap_handler.cpython-36.pyc 3.4 KB
- scripts/grading_system_py/condition/__pycache__/obstacle_bypass_handler.cpython-36.pyc 3.2 KB
- scripts/grading_system_py/condition/__pycache__/on_road_handler.cpython-36.pyc 3.6 KB
- scripts/grading_system_py/condition/__pycache__/region_overlap_lw_handler.cpython-36.pyc 2.3 KB
- scripts/grading_system_py/condition/__pycache__/speed_handler.cpython-36.pyc 3.0 KB
- scripts/grading_system_py/condition/__pycache__/time_limit_handler.cpython-36.pyc 1.6 KB
- scripts/grading_system_py/condition/__pycache__/ttc_handler.cpython-36.pyc 1.7 KB
- scripts/grading_system_py/condition/__pycache__/util.cpython-36.pyc 8.6 KB
- scripts/grading_system_py/condition/acceleration_handler.py 7.4 KB runs code
- scripts/grading_system_py/condition/centripetal_acceleration_handler.py 1.7 KB runs code
- scripts/grading_system_py/condition/condition_handler_base.py 742 B runs code
- scripts/grading_system_py/condition/object_overlap_handler.py 4.4 KB runs code
- scripts/grading_system_py/condition/obstacle_bypass_handler.py 4.8 KB runs code
- scripts/grading_system_py/condition/on_road_handler.py 4.6 KB runs code
- scripts/grading_system_py/condition/region_overlap_lw_handler.py 2.3 KB runs code
- scripts/grading_system_py/condition/speed_handler.py 3.8 KB runs code
- scripts/grading_system_py/condition/time_limit_handler.py 1.5 KB runs code
- scripts/grading_system_py/condition/ttc_handler.py 1.4 KB runs code
- scripts/grading_system_py/condition/util.py 11 KB runs code
- scripts/grading_system_py/example_usage.py 11 KB runs code
- scripts/grading_system_py/main.py 34 KB runs code
- scripts/grading_system_py/proto/__init__.py 0 B runs code
- scripts/grading_system_py/README.md 6.5 KB
- scripts/grading_system_py/tests/__init__.py 0 B runs code
- scripts/grading_system_py/tests/mock_data.py 3.3 KB runs code
- scripts/grading_system_py/tests/test_acceleration.py 5.3 KB runs code
- scripts/grading_system_py/tests/test_obstacle_bypass.py 6.2 KB runs code
- scripts/grading_system_py/tests/test_on_road.py 5.3 KB runs code
- scripts/grading_system_py/tests/test_speed.py 4.5 KB runs code
- scripts/grading_system_py/tests/test_ttc.py 4.6 KB runs code
- scripts/grading_system_py/USAGE.md 4.2 KB
- scripts/realtime_monitor.py 11 KB runs code
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 · 358 lines · 293 tokens per session scan A 3e1b7ca90ee9
apollo-eval is a skill published in the GitHub repository ApolloAuto/apollo-claw (5 stars, last pushed 3mo ago), with no licence file. It adds 293 tokens to every session and 4,643 once invoked, about $0.0015 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.