skill

Manage local Kimi Agent Skills across built-in, user, and project scopes.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/xz1220/oh-my-kimi --skill skill-xz1220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/xz1220/oh-my-kimi/tree/main/skills/skill
Command: npx skills add https://github.com/xz1220/oh-my-kimi --skill skill-xz1220

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of organizing, discovering, and maintaining a growing library of Kimi Agent Skills without losing track of where each skill lives and how to trigger it.

Core Features & Use Cases

  • List and discover skills by scope: Shows built-in, user-level, and project-level skills in a clear grouped view.
  • Create and edit skills safely: Provides interactive wizards to add new skills, update metadata, rename, or edit full content.
  • Search and inspect skills: Finds skills by name, description, triggers, or content and displays full details including parsed frontmatter.
  • Sync skills across scopes: Helps copy or diff skills between user scope and project scope to keep teams consistent.

Quick Start

Ask the assistant to start the skill management wizard with: /skill setup

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local Kimi Agent Skills across different project scopes?

You can manage local Kimi Agent Skills by listing, adding, editing, and syncing reusable prompts across built-in, user, and project scopes to maintain reliable codebase-specific automation.

How do I search for a specific workflow skill by triggers or YAML frontmatter?

Searching for a specific workflow skill allows you to find local plugins by name, description, triggers, or content, displaying full details and parsed YAML frontmatter metadata for reliable skill discovery.

What is the best way to sync skills between user and project scopes?

The best way to sync skills between user and project scopes is to copy or diff reusable prompts, ensuring teams maintain consistent local plugin configurations across different working directories.

Can I safely rename or remove local plugins without breaking my workflow CLI?

You can safely rename or remove local plugins because the system enforces safe naming and confirmation rules for destructive operations, protecting your workflow CLI from accidental skill deletion.

Do I need to manually parse YAML frontmatter to inspect skill metadata?

You do not need to manually parse YAML frontmatter to inspect skill metadata, as the management wizard automatically parses and displays full frontmatter details during the skill search and inspection process.