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/tangentdomain/excel-mcp-server/root-docsnpx skills add TangentDomain/excel-mcp-server --skill root-docsgit clone --depth 1 https://github.com/TangentDomain/excel-mcp-serverWrote 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/tangentdomain/excel-mcp-server/root-docs)<a href="https://agentmods.dev/skills/tangentdomain/excel-mcp-server/root-docs"><img src="https://agentmods.dev/badge/skills/tangentdomain/excel-mcp-server/root-docs.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.00042 | $0.00800 |
| Opus 5 | $0.00021 | $0.00400 |
| Sonnet 5 | $0.00008 | $0.00160 |
| Haiku 4.5 | $0.00004 | $0.00080 |
Grade A, and why
excel-iteration 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
Excel MCP 迭代 Skill
触发条件
- cron定时触发(每小时)
- 用户说"Excel迭代"、"运行Excel迭代"
项目信息
- 路径:
/root/.openclaw/workspace/excel-mcp-server
每轮流程(K0-K4)
K0:环境准备与环境检查
- 读
/root/.openclaw/workspace/skills/excel-iteration/SKILL.md了解任务 - 检查excel-mcp-server目录是否存在:
ls /root/.openclaw/workspace/excel-mcp-server/ - 检查REQUIREMENTS.md是否存在,记录OPEN需求数量
- 检查cron状态,确认任务能正常运行
- 检查所有Python文件语法:
python -m py_compile src/*.py - 创建
.step-K0.done标记完成
K1:需求管理
- 读
/root/.openclaw/workspace/excel-mcp-server/REQUIREMENTS.md(如果存在) - 查找第一个
状态:OPEN的需求 - 按优先级执行需求(P0 > P1 > P2)
- 更新REQUIREMENTS.md状态
- 创建
.step-K1.done标记完成
K2:编码/执行
- 如果无OPEN需求,则执行Excel MCP核心任务:
- 读
.cron-prompt.md了解上轮状态 - 读
docs/NOW.md了解当前进展 - 运行测试检查(
pytest tests/ -v) - 检查API工具完整性
- 运行性能基准测试
- 生成改进建议
- 读
- 如果有编码任务,确保通过
python -m py_compile检查语法 - 创建
.step-K2.done标记完成
K3:推送报告
- 生成Excel MCP迭代报告,包含生态健康总览
- 双渠道推送:
message(action=send, channel=feishu, target=ou_f87e1db600e058a4ccc89ce3053ec9d5, message=报告)message(action=send, channel=qqbot, target=qqbot:c2c:AAE80456F09EFD98D108CE91DC2B5A73, message=报告)
- 推送后回复 NO_REPLY
- 创建
.step-K3.done标记完成
K4:链式执行
- 有OPEN需求 且 已连续执行<5轮 → 回到K0继续
- 无OPEN需求 或 满5轮 → 结束
链式执行逻辑
- 记录轮次号到
.round-number - 每轮递增,最多5轮
- 满5轮后自动结束,等下一轮cron触发
核心任务
- API工具完善
- 性能优化
- 文档同步
- 测试覆盖率提升
- 错误处理改进
红线
- 代码必须通过语法检查
- 推送报告不可跳过
- 所有时间用北京时间
- 必须有K0-K3步骤和step标记
- 无论哪步失败都必须推送报告
- 保持与现有功能兼容性
What ships with it
5 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.
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 · 73 lines · 42 tokens per session scan A 5cb1d26f2e95
excel-iteration is a skill published in the GitHub repository TangentDomain/excel-mcp-server (10 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 800 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-31.
Other skills, from other repositories
3d-essentials
Use when working with 3D-specific systems — materials, lighting, shadows, environment, global illumination, fog, LOD, occlusion culling, and decals in Godot 4.3+.
ai-navigation
Use when implementing AI movement — NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns.
animation-system
Use when implementing animations — AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation.
assets-pipeline
Use when importing and managing assets — image compression, 3D scene import, audio formats, resource formats, and import configuration.
audio-system
Use when implementing audio — audio buses, AudioStreamPlayer, spatial audio, music management, SFX pooling, and dynamic mixing.
component-system
Use when building reusable node components — composition patterns, component communication, and interface design.