Borrowing it
Nothing to install: this file belongs to adamzhang1987/kingdee-k3cloud-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/adamzhang1987/kingdee-k3cloud-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/adamzhang1987/kingdee-k3cloud-mcpWrote 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/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md)<a href="https://agentmods.dev/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/adamzhang1987/kingdee-k3cloud-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00501 | $0.00501 |
| Opus 5 | $0.00251 | $0.00251 |
| Sonnet 5 | $0.00100 | $0.00100 |
| Haiku 4.5 | $0.00050 | $0.00050 |
Grade A, and why
kingdee-k3cloud-mcp CLAUDE.md 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 6d 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
Claude Code 工作指南 — kingdee-k3cloud-mcp
项目概述
金蝶云星空 MCP Server,基于 FastMCP + kingdee-cdp-webapi-sdk,发布到 PyPI。
每次 commit & push 后的版本检查
完成修改并推送后,必须主动判断是否需要升版本号和发布,不要等用户询问。
| 变更类型 | 版本策略 | 是否 Release |
|---|---|---|
| 新增 MCP tool | minor bump(1.0.x → 1.1.0) | 是 |
| 返回格式/行为变更(影响调用方) | minor bump | 是 |
| Bug fix | patch bump(1.1.0 → 1.1.1) | 是 |
| Breaking change(删除 tool / 入参不兼容) | major bump(1.x → 2.0.0) | 是 |
| 仅文档 / 注释 / 测试 | 不变 | 否 |
发布步骤
- 更新
pyproject.toml中version - 将
CHANGELOG.md的[Unreleased]改为[X.Y.Z] - YYYY-MM-DD,补充底部 compare URL git add pyproject.toml CHANGELOG.md && git commitgit tag vX.Y.Z && git push origin main vX.Y.Z(一条命令同推 main 与 tag:分两次推会让 CI 在 tag 尚不存在时就跑,CHANGELOG 里新增的compare/vX.Y.Z...链接会被链接检查判为 404) → 触发 GitHub Actions Release workflow → 自动发布到 PyPI
关键文件
| 文件 | 说明 |
|---|---|
src/kingdee_k3cloud_mcp/server.py |
所有 MCP tool 定义 |
pyproject.toml |
版本号、依赖 |
CHANGELOG.md |
每次 release 必须更新 |
tests/test_server.py |
单元测试,新增 tool 需补测试 |
与 skill repo 的关系
新增 MCP tool 后,通常需要同步更新 kingdee-k3cloud-skill 的 SKILL.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.
- 6d ago Changed · +1 lines · +53 tokens per session 6ad992fc89b8
- 10d ago First seen · 39 lines · 448 tokens per session scan A db2bc82afe28
kingdee-k3cloud-mcp CLAUDE.md is an instructions file published in the GitHub repository adamzhang1987/kingdee-k3cloud-mcp (73 stars, last pushed 3d ago), licensed Apache-2.0. It adds 501 tokens to every session, about $0.0025 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.