kingdee-query

kingdee-query is a skill for Claude Code, Codex from WaHaiLong/KingdeeMCP. It costs 109 tokens per session (1,585 once invoked), scanned A, original, MIT.

A natural-language assistant for querying and operating Kingdee Cloud Galaxy, an enterprise resource planning system for business records such as orders, inventory, materials, customers, and production.

In plain words
What is it for?
Use it to look up or create sales and purchase orders, check inventory, manage customer or supplier records, handle production and cost data, and submit, audit, or transfer business documents.
Why use it?
It translates ordinary questions and requested actions into operations in the connected Kingdee system, so users do not need to know its technical API.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to look up or create sales and purchase orders, check inventory, manage customer or supplier records, handle production and cost data, and submit, audit, or transfer business documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wahailong/kingdeemcp/kingdee-query
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.

Any agent
npx skills add WaHaiLong/KingdeeMCP --skill kingdee-query
Clone the repo
git clone --depth 1 https://github.com/WaHaiLong/KingdeeMCP

Made for: Claude Code, Codex.

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-query

README.md
[![agentmods](https://agentmods.dev/badge/skills/wahailong/kingdeemcp/kingdee-query/github.svg)](https://agentmods.dev/skills/wahailong/kingdeemcp/kingdee-query)
Your own site
<a href="https://agentmods.dev/skills/wahailong/kingdeemcp/kingdee-query"><img src="https://agentmods.dev/badge/skills/wahailong/kingdeemcp/kingdee-query/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.

agentmods 80×15 button for kingdee-query

Your own site · 80×15
<a href="https://agentmods.dev/skills/wahailong/kingdeemcp/kingdee-query"><img src="https://agentmods.dev/badge/skills/wahailong/kingdeemcp/kingdee-query.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,585 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 69
    uvx/uv tool run commands without ==version create a rug-pull risk.
    Fix: Pin the version: uvx package-name==1.2.3
  • low MCP Rug Pull · line 69
    pip install without ==version installs the latest release, which could include malicious changes.
    Fix: Pin the version: pip install package==1.2.3
How audits are shown
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.00109 $0.01585
Opus 5 $0.00055 $0.00792
Sonnet 5 $0.00022 $0.00317
Haiku 4.5 $0.00011 $0.00159

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

Security

Grade A, and why

kingdee-query 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 9d 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.

skill/kingdee-query/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

金蝶云星空 查询与操作助手 (kingdee-query)

本技能不自己连接金蝶,它只是"导航员":依赖名为 kingdee 的 MCP 服务器已在 WorkBuddy 中连接,并把用户的自然语言翻译成 kingdee-mcp 的工具调用。

一、前置条件(务必先确认)

  • 入口:WorkBuddy 左侧 插件 → MCP 服务器 → 配置 MCP,确认 kingdee 已添加且状态为已连接(工具列表正常加载)。
  • 必需环境变量:
    • KINGDEE_SERVER_URL:金蝶服务器地址,必须包含 /k3cloud/ 后缀
    • KINGDEE_ACCT_ID:账套 ID
    • KINGDEE_USERNAME:金蝶账号(建议专用集成账号,不要 Administrator)
    • KINGDEE_PASSWORD:账号密码(ValidateUser 登录,必填
  • 可选:
    • KINGDEE_LCID:语言区,默认 2052(简体中文)
    • MCP_SQLSERVER_*:SQL Server 主机/端口/库/账号,启用数据库探查工具
  • 认证方式:金蝶 WebAPI 账号密码(ValidateUser),无需 AppID / AppSecret。
  • 若尚未配置,请把仓库 examples/workbuddy-mcp-config.example.json 中的 kingdee 片段加入用户级 ~/.workbuddy/mcp.json(替换占位符),重启 WorkBuddy 后再用本技能。

二、触发示例

  • "查一下本月已审核的销售订单"
  • "物料 MAT001 的即时库存是多少"
  • "显示客户 C001 的所有销售订单"
  • "帮我新建一张采购订单,供应商 S001,物料 MAT001,数量 100,单价 10.5"
  • "审核这几张采购入库单:12345, 12346, 12347"
  • "采购订单在数据库里对应哪张表"(需配置 MCP_SQLSERVER_*)

三、可用工具(kingdee-mcp,共 86 个,按业务域)

业务域 代表性工具 说明
通用单据 kingdee_save_bill · kingdee_submit_bills · kingdee_audit_bills · kingdee_validate_bill · kingdee_push_and_audit 新建/提交/审核/下推
生产制造 kingdee_query_production_orders · kingdee_save_production_order · kingdee_query_mrp_result 生产订单、MRP
成本核算 kingdee_query_material_cost · kingdee_query_cost_calculation · kingdee_save_cost_adjustment 材料成本、成本计算
固定资产 kingdee_query_fixed_asset · kingdee_save_asset · kingdee_query_asset_depreciation 资产卡片、折旧
库存 kingdee_query_inventory · kingdee_query_stock_bills · kingdee_push_stock_transfer 即时库存、出入库
审计合规 kingdee_query_operation_logs · kingdee_query_change_log · kingdee_create_and_audit 操作/变更日志
采购 kingdee_query_purchase_orders · kingdee_query_purchase_requisitions 采购订单/申请
销售 kingdee_query_sale_orders · kingdee_query_sale_quotations 销售订单/报价
工作流 kingdee_query_pending_approvals · kingdee_workflow_approve 待审/审批
基础资料 kingdee_query_materials · kingdee_query_partners · kingdee_query_user 物料/往来/用户
元数据探查 kingdee_list_forms · kingdee_get_fields · kingdee_get_bill_template · kingdee_discover_tables 表单/字段/库表
系统/统计 kingdee_query_system_config · kingdee_usage_stats · kingdee_usage_report 配置/用量

Read the full file on GitHub · 71 lines

Files

What ships with it

1 file 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.

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. 9d ago First seen · 71 lines · 109 tokens per session scan A bb4d19388532

Subscribe to this mod's changes

kingdee-query is a skill published in the GitHub repository WaHaiLong/KingdeeMCP (76 stars, last pushed 28d ago), licensed MIT. It adds 109 tokens to every session and 1,585 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

kingdee-agent-rules

A set of usage rules for AI agents that connect to Kingdee Cloud Starry Sky, also known as K3Cloud, an enterprise business system.

zhigang327/kingdee-mcp-proxy · 71 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

beat-sync-reel

Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.

gooseworks-ai/goose-skills · 68 tokens

ebay-search

Search eBay listings - find items, auctions, deals, and compare prices.

gooseworks-ai/goose-skills · 19 tokens

product-photoshoot

Create faithful studio, lifestyle, and on-model product photography through the GooseWorks Product Photos workflow, then approve selected results for reuse in future creative work.

gooseworks-ai/goose-skills · 35 tokens

email-lifecycle

Plan, build, and run lifecycle email programs through the Hyper MCP — welcome / onboarding, nurture, re-engagement, win-back, and abandoned-cart sequences across whichever provider fits (Klaviyo for ecommerce, Resend for SaaS / dev tools, Beehiiv for newsletters, Gmail for low-volume ops). Use when the user wants to…

hyperfx-ai/marketing-skills · 111 tokens