Capabilities
Custom skill creation framework. Package Lark API operations into reusable skills (atomic API wrappers or multi-step workflow orchestrations).
Agent Integration
This skill follows the Agent Skills Standard, compatible with Claude Code, OpenAI Codex, Cursor, and Gemini CLI. Install with npx skills add larksuite/cli and the skill activates automatically when relevant.
FAQ
Q: What is lark-skill-maker? A: Lark/Feishu CLI skill for creating reusable custom skills. Wrap atomic APIs or orchestrate multi-step workflows.
Q: How do I install lark-skill-maker?
A: Run npm install -g @larksuite/cli && npx skills add larksuite/cli -y -g, then lark-cli config init to set up credentials.