Tighten Kimi plugin porting coverage

This commit is contained in:
Drew Ritter
2026-06-01 15:12:13 -07:00
committed by Jesse Vincent
parent c74c22daa7
commit 16a1719988
4 changed files with 32 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ Open the plugin manager:
/plugins
```
Search for Superpowers and install it.
Go to `Marketplace` > `Superpowers` and install it.
You can also install from this repository:
@@ -50,6 +50,9 @@ Skills describe actions instead of hard-coding one runtime's tool names. On Kimi
- "Invoke a skill" -> Kimi Code's native `Skill` tool
- "Read a file" / "write a file" / "edit a file" -> `Read`, `Write`, `Edit`
- "Run a shell command" -> `Bash`
- "Search file contents" -> `Grep`
- "Find files by path or pattern" -> `Glob`
- "Fetch a URL" -> `FetchURL`
- "Search the web" -> `WebSearch`
## Updating