๐ŸŽฏ

lark-skill-maker

๐ŸŽฏSkill

from larksuite/cli

VibeIndex|
What it does
|

Skill for the Lark/Feishu CLI that provides a custom skill creation framework for building new Lark agent skills.

Overview

One of 19 skills bundled with lark-cli. The lark-skill-maker skill is a framework for building new Lark agent skills โ€” it provides the structure, conventions, and scaffolding so you can extend lark-cli with your own custom workflows.

Key Features

  • Scaffolding and conventions for creating new lark-cli skills
  • Reuses lark-cli's three-layer architecture (Shortcuts โ†’ API Commands โ†’ Raw API)
  • Designed to integrate smoothly with the broader Agent Skills ecosystem
  • Encourages consistent structure so agents discover and invoke skills reliably

Who is this for?

Teams that want to encode organization-specific Lark workflows as custom agent skills โ€” such as a "daily standup aggregator" or "HR onboarding assistant". Useful for internal tooling teams who want to keep AI usage consistent across many projects.

๐Ÿ“ฆ

Same repository

larksuite/cli(6 items)

lark-skill-maker

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add larksuite/cli --skill lark-skill-maker
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add larksuite/cli --skill lark-skill-maker
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/lark-skill-maker/SKILL.md

SKILL.md

81,000Installs
-
AddedMar 28, 2026