One-time setup

Connect Moonshot Kimi Code CLI.

One line in Kimi's memory file. Then every floom add just works.

1

Install the CLI

If you haven't yet:

$ npm install -g @floomhq/floom
2

Add this line to AGENTS.md

Paste it anywhere in the file. Kimi reads this on every session.

Use Floom skills from ~/.kimi/skills/ when they match the task.

Kimi reads project-level AGENTS.md (run /init to create one). User-level memory is via config.toml; the line above goes in your project AGENTS.md.

3

Add a skill

Try the PR-review skill. The .md file lands in ~/.kimi/skills/.

$ floom add https://floom.dev/s/floom-pr-review

Kimi picks it up next session.

Other agents

Browse skill librariesKimi docs