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/woodfishhhh/ez_math_model/simplifynpx skills add woodfishhhh/EZ_math_model --skill simplifygit clone --depth 1 https://github.com/woodfishhhh/EZ_math_modelWrote 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/woodfishhhh/ez_math_model/simplify)<a href="https://agentmods.dev/skills/woodfishhhh/ez_math_model/simplify"><img src="https://agentmods.dev/badge/skills/woodfishhhh/ez_math_model/simplify.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.00038 | $0.00199 |
| Opus 5 | $0.00019 | $0.00100 |
| Sonnet 5 | $0.00008 | $0.00040 |
| Haiku 4.5 | $0.00004 | $0.00020 |
Grade A, and why
simplify 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 3d 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
simplify — 建模代码质量检查
何时使用
pipeline 03 coding完成后。pipeline 06 packaging之前。- hybrid / multi 模式下希望额外检查
src/*.py。
调用方式
优先加载宿主 simplify skill,输入所有 src/*.py。只输出建议,不直接修改代码。
检查重点:
- 重复逻辑和可抽取工具函数。
- 低效循环与可向量化处理。
- 过度防御或吞异常。
- 命名混乱。
- 与 modeling_plan 不一致的实现。
输出:
workdir/{task_id}/simplify_report.md
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.
- 3d ago First seen · 31 lines · 38 tokens per session scan A 34b444b90dd4
simplify is a skill published in the GitHub repository woodfishhhh/EZ_math_model (39 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 199 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
model-programmer
数学建模的程序实现、真实运行、表格输出、可视化和复现阶段,内置 Python 与 MATLAB 支持,并可遵循用户或竞赛指定环境。.
bump-dependency
Bumps a Python package dependency across Home Assistant Core integrations, regenerates core requirement files, runs verification tests and prek lint, and prepares a pull request with proper release/compare links.
agent-framework-azure-ai-py
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.
python-feature-lifecycle
Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.
python-development
Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.
python-sdk
Implement or modify Python SDK behavior under python/composio, including tools, toolkits, sessions, auth configs, connected accounts, client integration, and shared Python models. Use for Python core runtime/API work; pair with python-testing and cross-sdk-parity when TypeScript must match.