sample-plugin

Installation
SKILL.md

Sample Plugin

A demo plugin with two tools in different languages, showing that plugin tools are language-agnostic.

Tools

Tool Language Description
py_greet Python Generate a greeting in en/zh/ja
ts_calc TypeScript Evaluate a math expression

Usage

  • "greet Alice in Chinese" -> use py_greet with name="Alice", lang="zh"
  • "what is 42 * 17 + 3" -> use ts_calc with expression="42 * 17 + 3"
Installs
1
GitHub Stars
11.4K
First Seen
Sep 4, 2026
sample-plugin — moonshotai/kimi-cli