在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用kimaki
星标3
分支0
更新时间2026年2月17日 01:02
Control OpenCode agents from Discord via Kimaki CLI
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Control OpenCode agents from Discord via Kimaki CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Gmail inbox automation with pattern rules, AI triage, and Discord notifications
Analyze OpenCode token usage and estimate costs on OpenRouter
Inject prompts into existing Discord channels to trigger OpenCode sessions
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs
Schedule recurring tasks on macOS using launchd plists
| name | kimaki |
| description | Control OpenCode agents from Discord via Kimaki CLI |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"automation","platform":"any","homepage":"https://kimaki.xyz","repository":"https://github.com/remorses/kimaki"} |
Kimaki connects Discord to OpenCode. Send a message in Discord → AI agent edits code on your machine.
# Run directly (recommended)
npx -y kimaki@latest
# Or install globally
npm install -g kimaki
# Run the interactive setup wizard
npx -y kimaki@latest
This will guide you through:
kimaki running to receive messages# Send to channel (creates new thread)
npx -y kimaki@latest send --channel CHANNEL_ID --prompt "Your prompt"
# Continue existing thread
npx -y kimaki@latest send --thread THREAD_ID --prompt "Follow-up"
# Continue existing session
npx -y kimaki@latest send --session SESSION_ID --prompt "Prompt"
# List sessions
npx -y kimaki@latest session list
npx -y kimaki@latest session list --project /path/to/project
# Read session conversation
npx -y kimaki@latest session read SESSION_ID
# Upload file to session
npx -y kimaki@latest upload-to-discord file.md --session SESSION_ID
# List projects
npx -y kimaki@latest project list
# Add new project
npx -y kimaki@latest project add /path/to/project
# Create tunnel for dev server
npx -y kimaki@latest tunnel --port 3000
npx -y kimaki@latest tunnel --port 3000 --tunnel-id my-app
npx -y kimaki@latest upgrade
| Flag | Description |
|---|---|
-c, --channel | Discord channel ID |
-p, --prompt | Message content |
-d, --project | Project directory |
-n, --name | Thread name |
--thread | Continue existing thread |
--session | Continue existing session |
--notify-only | Create thread without starting AI |
--wait | Wait for response |
--worktree | Create git worktree |
--model | Specify model (e.g., anthropic/claude-3-5-sonnet-20241022) |
--agent | Specify agent type |
--notify-only for scheduled tasks - creates a notification thread you can reply to when ready--thread or --session for contextkimaki --data-dir ~/work-bot