ok-cosmic

Query offline Kingdee Cosmos API knowledge and form metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

ok-cosmic provides a centralized toolkit to accelerate Kingdee Cosmos plugin development by combining offline knowledge graphs, local metadata lookups, and document-backed code generation, reducing cognitive load and API misinterpretation.

Core Features & Use Cases

  • Offline API knowledge search across Cosmos SDK, service helpers, and method signatures to speed up integration.
  • Form metadata lookup for fields, references, and enum mappings to accelerate schema understanding.
  • Documentation augmentation and reusable templates to fill parameter explanations and comments during code generation.

Quick Start

Install the skill in your project, then run the setup to build the local knowledge base and load the templates for rapid plugin scaffolding.

Frequently Asked Questions about ok-cosmic

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

FAQPage Schema
How do I query offline Kingdee Cosmos API knowledge for plugin development?

You query offline Kingdee Cosmos API knowledge using the skill's local metadata tooling and knowledge graphs. It enables offline search across Cosmos SDK, service helpers, and method signatures to speed up integration without external network calls.

What is the best way to look up form metadata for fields and enum mappings in Cosmos development?

The best way to look up Cosmos form metadata is using local metadata tooling. It provides direct lookups for fields, references, and enum mappings to accelerate schema understanding during multi-agent workflows.

How do I scaffold Cosmos plugin templates and generate parameter comments offline?

You scaffold Cosmos plugin templates by running the skill setup to load reusable templates. It applies documentation augmentation to fill parameter explanations and comments during local code generation.

Does ok-cosmic require any external dependencies or network connections to function?

No, ok-cosmic requires zero external dependencies. It operates entirely offline using local knowledge graphs and requires only supported directories like scripts, references, and assets to register tools via manifest.json.

Why does my Cosmos plugin code generation misinterpret SDK method signatures?

Cosmos plugin code generation misinterprets SDK method signatures due to a lack of local API context. Using offline API knowledge search across method signatures reduces cognitive load and prevents API misinterpretation.