AI工作流分析 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
AI工作流分析 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI工作流分析 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g clawd-insights # 方式二:npx 直接运行(无需安装) npx clawd-insights --help # 方式三:项目依赖安装 npm install clawd-insights # 方式四:从源码运行 git clone https://github.com/yx0716/clawd-insights cd clawd-insights npm install npm start
# 命令行使用
clawd-insights --help
# 基本用法
clawd-insights [options] <input>
# Node.js 代码中使用
const clawd_insights = require('clawd-insights');
const result = await clawd_insights.run(options);
console.log(result);
# clawd-insights 配置说明 # 查看配置选项 clawd-insights --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CLAWD_INSIGHTS_CONFIG="/path/to/config.yml"
| Capability | What you get |
|---|---|
| **Timeline view** | Visualize every session by date / project / agent / duration — at a glance, see when you worked, on what, and for how long |
| **Local history scan** | Reads ~/.claude/projects/, ~/.codex/sessions/, ~/.cursor/projects/ directly. No upload, no telemetry |
| **AI session review** | Per-session summary from the *user's* point of view: what you were trying to do, what you walked away with, key topics, time breakdown |
| **Flexible backends** | Local claude CLI, local codex CLI, or fall back to a configured API provider / Ollama — your choice, your keys. Add any number of **custom OpenAI-compatible endpoints** (Zhipu AI, DeepSeek, OpenRouter…) for cheap session analysis |
| **Batch pre-analysis** | Pre-compute summaries for recent sessions and reuse provider-aware cached results |
| **Cost tracking** | See token usage and cost per analysis run |
| **Quick access** | Open from the tray menu, the right-click menu on the desktop pet, or a global shortcut |
Beyond the analytics layer, this fork now tracks the full desktop-pet feature set from clawd-on-desk:
bash, not Windows cmd.exe. See docs/guides/codex-wsl-clarification.md and docs/guides/setup-guide.md.npm run create-theme.Platform notes (Windows terminal focus, macOS focus, known limitations) live under docs/guides/.
git clone https://github.com/yx0716/clawd-insights.git && cd clawd-insights && npm install && npm start
A small crab appears on your desktop — on macOS, right-click it to open the Analytics Dashboard. For provider setup and analysis workflows, see Getting Started below.
git clone https://github.com/yx0716/clawd-insights.git && cd clawd-insights && npm install && npm start
Once it launches, a small crab (the default theme) appears on your desktop — that's the Clawd pet, and every entry point to the dashboard goes through it.
① Open right-click → Dashboard |
② Pick a provider Local CLI / API / Ollama |
③ Tweak settings gear ⚙ → AI Provider |
④ Run analysis batch or per-session |
The timeline works out of the box. But to make the dashboard automatically generate a recap summary for each session, you need to point it at something that can call a large language model — an AI Provider (the analysis backend). There are three options:
| Provider type | What it is | Setup | Best for |
|---|---|---|---|
| **Local CLI** *(recommended)* | Reuses the claude (Claude Code) or codex CLI you already have installed. Uses your existing subscription, no extra API charges. | **Nothing — auto-detected** | Anyone already using Claude Code or Codex — zero overhead |
| **API key** | An API key from Anthropic, OpenAI, or another provider. Pay-per-token. | Paste your key into the dashboard settings | Users without a local CLI who don't mind a small token cost |
| **Ollama** | A locally-hosted open model server (e.g. Ollama). | Point the dashboard at your Ollama endpoint | Fully offline, never sends data to the cloud |
💡 Strong recommendation: if you already have Claude Code or Codex CLI installed, do nothing — the dashboard auto-detects them and reuses your existing subscription quota. Cheapest and easiest path.
If you don't want to configure a provider right now, click Skip on the startup screen. You can always set it up later in the settings.
<p align="center"> <img src="assets/screen-shot-select-AI-provider.gif" width="720" alt="Selecting and configuring an AI Provider in action"> </p>
If you skipped step 3, or you want to switch providers later, you can adjust it via AI Provider Settings at any time:
Open the Analytics Dashboard → click the gear icon ⚙ in the top-right → AI Provider Settings dialog appears.
<p align="center"> <img src="assets/screenshot-ai-provider-settings.gif" width="720" alt="AI Provider Settings dialog"> </p>
The dialog has two sections:
claude and codex on your machine. Green dot = found (with version + path); red dot = missing. If you see green dots, everything is working — proceed to the next step.Tip: if yourclaudeorcodexwas installed via NVM, fnm, or Volta, auto-detection may miss it. Runwhich claudeorwhich codexin your terminal and paste the output into the Claude binary path / Codex binary path override field.
Q: Does the dashboard need internet? Scanning and the timeline are fully offline. Whether AI summaries need internet depends on which provider you pick: Local CLI uses whatever network stack Claude Code / Codex normally use; Ollama is fully offline; API key mode talks to the cloud.
Q: Are my conversations uploaded anywhere? No. Clawd Insights collects zero telemetry. The provider step is your CLI or your API key calling the model you chose directly — no third-party server in the middle.
Q: I don't have Claude Code or Codex. Can I still use it? Yes. You can use the timeline view alone (completely free, no LLM required), or paste an Anthropic / OpenAI API key into AI Provider Settings to enable the cloud path.
高质量的AI工作流分析工具
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,AI工作流分析 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | clawd-insights |
| 原始描述 | 开源AI工作流:Local-first analytics dashboard + desktop pet for your Claude Code, Codex CLI an。⭐36 · JavaScript |
| Topics | ai-agentsanalyticsclaude-codecodexdesktop-pet |
| GitHub | https://github.com/yx0716/clawd-insights |
| License | AGPL-3.0 |
| 语言 | JavaScript |
收录时间:2026-05-26 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端