Pikiclaw AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.8 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Pikiclaw AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Pikiclaw AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g pikiclaw # 方式二:npx 直接运行(无需安装) npx pikiclaw --help # 方式三:项目依赖安装 npm install pikiclaw # 方式四:从源码运行 git clone https://github.com/xiaotonng/pikiclaw cd pikiclaw npm install npm start
# 命令行使用
pikiclaw --help
# 基本用法
pikiclaw [options] <input>
# Node.js 代码中使用
const pikiclaw = require('pikiclaw');
const result = await pikiclaw.run(options);
console.log(result);
# pikiclaw 配置说明 # 查看配置选项 pikiclaw --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PIKICLAW_CONFIG="/path/to/config.yml"
Prerequisites: Node.js 20+, plus at least one official Agent CLI installed and authenticated on your system:
claude (Claude Code)codex (Codex CLI)gemini (Gemini CLI)hermes (Hermes — via ACP / Agent Client Protocol)Launch:
cd your-workspace
npx pikiclaw@latest
This instantly opens the Web Dashboard at http://localhost:3939. From there, you can drive sessions in the browser, connect IM channels, configure agents and models, install MCP servers and skills, and manage system permissions. Everything else is just one click away.
<details> <summary><b>Prefer the terminal? We have a setup wizard.</b></summary>
npx pikiclaw@latest --setup # Interactive terminal setup wizard
npx pikiclaw@latest --doctor # Environment health check only
</details>
<details> <summary><b>Want to run it on a server? Docker is supported.</b></summary>
docker run -d --name pikiclaw -p 3939:3939 \
-e TELEGRAM_BOT_TOKEN=... \
-e ANTHROPIC_API_KEY=sk-ant-... \
-v pikiclaw-config:/home/piki/.pikiclaw \
-v pikiclaw-workspace:/workspace \
ghcr.io/xiaotonng/pikiclaw:latest
The official multi-arch image (linux/amd64 + linux/arm64) bakes in claude-code, codex, and gemini-cli. A docker-compose.yml example ships in the repo root — see docs/DOCKER.md for the full reference (auth flows, volume layout, reverse-proxy / TLS, pinning agent CLI versions).
</details>
---
~/.pikiclaw/setting.json stores your channels, agents, Providers/Profiles, workspaces, and MCP extensions.--setup) and the doctor script (--doctor) are available for headless or CLI-first users.extensions.mcp key in the setting file..mcp.json in the project root..pikiclaw/skills/*/SKILL.md (and we also support legacy .claude/commands/*.md formats).Computer-Use Toggles (managed via the Extensions dashboard):
browserEnabled — Enables managed Chrome (Playwright). Upon first use, pikiclaw creates a dedicated profile in ~/.pikiclaw and reuses it for subsequent sessions. Log in once, and never scan a QR code or enter a password for those tools again.peekabooEnabled — Enables macOS desktop automation (Peekaboo). Available on macOS only. Activating this launches @steipete/peekaboo's peekaboo-mcp binary and injects its UI-controlling tools. Note: You must grant your terminal Accessibility and Screen Recording permissions in System Settings → Privacy & Security before enabling this.---
| Command | Description |
|---|---|
/start | View entry info, the active agent, and your working directory |
/sessions | View, switch, or create new sessions |
/agents | Switch the active Agent (Claude · Codex · Gemini · Hermes) |
/models | View and switch the model or reasoning effort for the session |
/mode | Toggle plan mode / reasoning effort |
/switch | Browse and switch the working directory |
/workspaces | Pick a saved workspace from the Dashboard's quick-pick list |
/goal | Set or inspect a long-running, self-terminating session goal |
/stop | Force-stop the current session |
/status | Check runtime status, token usage, resource consumption, and session info |
/host | Monitor host CPU, memory, disk, and battery levels |
/skills | Browse available project skills |
/ext | View the extensions overview |
/restart | Restart and re-launch the underlying Bot service |
/sk_<name> | Instantly run a specific project skill |
Note: Plain text without a slash is forwarded directly to the current agent.
---
设计理念先进,TypeScript实现工程质量良好。工作流+Agent+Plugin架构灵活强大,适合专业开发者。项目知名度较低需提升。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Pikiclaw AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | pikiclaw |
| Topics | AI工作流Claude集成CLI工具开源 |
| GitHub | https://github.com/xiaotonng/pikiclaw |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-24 · 更新时间:2026-05-25 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端