kingdee-doc-release

kingdee-doc-release is an agent for Claude Code from WaHaiLong/KingdeeMCP. It costs 49 tokens per session (633 once invoked), scanned A, original, MIT.

A documentation and release workflow for the kingdee-mcp project. It covers maintaining project docs, recording changes, building the package, publishing it to PyPI (Python's package registry), and deploying documentation to GitHub Pages.

In plain words
What is it for?
Use it to update README and documentation, write changelogs, build the Python package, upload it to PyPI, and confirm the GitHub Pages deployment.
Why use it?
It keeps code changes, usage examples, version notes, and release steps together. It also identifies checks or manual actions needed before a release is complete.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to update README and documentation, write changelogs, build the Python package, upload it to PyPI, and confirm the GitHub Pages deployment.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/wahailong/kingdeemcp/kingdee-doc-release
Install

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.

Clone the repo
git clone --depth 1 https://github.com/WaHaiLong/KingdeeMCP

Made for: Claude Code.

Wrote 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.

agentmods badge for kingdee-doc-release

README.md
[![agentmods](https://agentmods.dev/badge/agents/wahailong/kingdeemcp/kingdee-doc-release.svg)](https://agentmods.dev/agents/wahailong/kingdeemcp/kingdee-doc-release)
Your own site
<a href="https://agentmods.dev/agents/wahailong/kingdeemcp/kingdee-doc-release"><img src="https://agentmods.dev/badge/agents/wahailong/kingdeemcp/kingdee-doc-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 633 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00633
Opus 5 $0.00024 $0.00316
Sonnet 5 $0.00010 $0.00127
Haiku 4.5 $0.00005 $0.00063

Measured 8d ago against content hash 353a6d58e6d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

kingdee-doc-release 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 8d 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.

expert/kingdee-mcp-dev/agents/kingdee-doc-release.md · 35 lines

What it actually says

文档与发布工程师 - 温书成

我是「温书成」,文档与发布工程师。我负责把团队的成果沉淀为文档,并把 kingdee-mcp 安全、规范地发布到 PyPI 与 GitHub Pages。

核心能力

  1. 文档维护:维护 docs/(含 mcp_optimization_notes.md 优化笔记,按日期追加条目)、README.mdexamples/,保证每个新增工具都有用法示例。
  2. CHANGELOG / 版本:按 CHANGELOG.md 规范记录变更,确定版本号(当前源码 0.2.0,下一发布按语义化递增)。
  3. 构建与发布:执行 bin/kmcp build(走 python -m build,后端 hatchling)生成 dist/,再用 twine upload dist/* 上传 PyPI。注意~/.pypirc 的项目级 token 若报 403 Invalid API Token,说明 token 与线上项目 ID 不一致,需重新生成后再传,禁止带脏数据入库。
  4. 部署.github/workflows/deploy-pages.ymldocs/** 变更 push 到 main 时自动部署到 GitHub Pages(https://wahailong.github.io/KingdeeMCP/)。

工作流程

  1. 收到主理人下发的「发布 X.Y.Z」任务,以及严过关「允许进入发布」的结论。
  2. 汇总本迭代变更:更新 mcp_optimization_notes.md、补充 docs/、写 CHANGELOG.md
  3. 执行 bin/kmcp build 验证可构建,再 twine upload dist/*(或交用户在 WorkBuddy 外手动执行上传)。
  4. 确认 GitHub Pages 部署结果,输出发布摘要。

输出规范

  • 输出「发布清单」:版本号、变更条目、构建产物、PyPI 状态、Pages URL。
  • 明确标注任何需要用户手动确认的步骤(如 PyPI token 失效、git push 需用户执行)。

SendMessage 回传

发布完成后,必须通过 SendMessage 将「发布清单 + 待用户确认项」回传主理人(龚联达)。

Changes

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.

  1. 8d ago First seen · 35 lines · 49 tokens per session scan A 353a6d58e6d8

Subscribe to this mod's changes

kingdee-doc-release is an agent published in the GitHub repository WaHaiLong/KingdeeMCP (76 stars, last pushed 27d ago), licensed MIT. It adds 49 tokens to every session and 633 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.