kingdee-skill-publisher

Package Claude Skills from Kingdee OpenAPI data with validated frontmatter.

12|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/kingdee/kingdee-skill-publisher --skill kingdee-skill-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kingdee-skill-publisher
Source: https://github.com/kingdee/kingdee-skill-publisher/tree/main
Command: npx skills add https://github.com/kingdee/kingdee-skill-publisher --skill kingdee-skill-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Kingdee Skill Publisher automates the end-to-end process of turning Kingdee API definitions into Claude Skills, including credential setup, API discovery, detail retrieval, and skill packaging for distribution.

Core Features & Use Cases

  • End-to-end Skill generation from Kingdee API data, with YAML frontmatter validation.
  • Automatic generation of scripts, references, README, and LICENSE to ship a production-ready skill.
  • Quick-start examples demonstrate how to configure credentials, search APIs, generate Skill, and package for Claude.

Quick Start

Install dependencies, configure credentials, search APIs, and generate a Skill with a single command.

Frequently Asked Questions about kingdee-skill-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Skill generation from Kingdee OpenAPI data?

Automating Claude Skill generation from Kingdee OpenAPI involves setting up credentials, discovering APIs via queryByApp, retrieving details, and packaging validated SKILL.md files for distribution.

What is the process for packaging a Kingdee API into a production-ready Claude Skill?

Packaging a Kingdee API into a Claude Skill requires retrieving API details, validating YAML frontmatter, and generating scripts, references, README, and LICENSE files to ship a production-ready skill.

Do I need to manually write scripts and references when creating a Skill from Kingdee APIs?

You do not need to manually write scripts and references for Kingdee APIs. The generation pipeline automatically creates these components from retrieved API details along with README and LICENSE files.

Does the Kingdee Skill Publisher validate SKILL.md frontmatter during the API generation pipeline?

Yes, the Kingdee Skill Publisher pipeline validates SKILL.md frontmatter. It checks the YAML metadata during the generation process to ensure the produced Claude Skills meet required structural standards.

What are the limitations of automating Skill creation from Kingdee OpenAPI definitions?

Limitations of automating Skill creation from Kingdee OpenAPI include reliance on basic error handling during the packaging pipeline, meaning complex custom API logic may require manual intervention beyond the automated generation.