Hunch it 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
Hunch it 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Hunch it 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g hunch-it # 方式二:npx 直接运行(无需安装) npx hunch-it --help # 方式三:项目依赖安装 npm install hunch-it # 方式四:从源码运行 git clone https://github.com/Omnis-Labs/hunch-it cd hunch-it npm install npm start
# 命令行使用
hunch-it --help
# 基本用法
hunch-it [options] <input>
# Node.js 代码中使用
const hunch_it = require('hunch-it');
const result = await hunch_it.run(options);
console.log(result);
# hunch-it 配置说明 # 查看配置选项 hunch-it --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export HUNCH_IT_CONFIG="/path/to/config.yml"
Mandate-driven AI trading proposals for xStocks and crypto on Solana.
Users define a simple investment mandate, receive AI-assisted BUY proposals for xStocks, tokenized ETFs, and crypto assets, then either tap to execute when the price reaches the trigger or opt into Auto-execute triggers. The server-side PositionLifecycle module owns every state transition, automatically arms take-profit and stop-loss orders after entry, and runs the OCO close + sibling cancellation when an exit fires.
The execution model is synthetic-trigger first. Approve writes DB-only synthetic Orders;apps/ws-serverwatches Pyth. If the user's Privy wallet is delegated, ws-server executes the same Jupiter Ultra swap and emitstrade:filled(ADR-0003). Otherwise it emitstrigger:hitand the user signs after tapping Execute (ADR-0001). No external trigger API is part of the runtime.
Hunch It is experimental software and not financial advice. Use small real-fund test amounts only if you understand the risks.
- Node.js ≥ 20 and pnpm ≥ 9 (corepack enable recommended) - A container runtime — OrbStack is recommended on macOS (lighter, faster boot than Docker Desktop). Docker Desktop, Colima, or any Docker-compatible engine also works.
brew install orbstack # one-line install on macOS
git clone https://github.com/Omnis-Labs/hunch-it.git
cd hunch-it
corepack enable
pnpm install
cp .env.example .env
pnpm db:push # push the Prisma schema to the (still empty) docker postgres volume
Edit only the root .env; pnpm dev and pnpm start sync it into apps/web/.env and apps/ws-server/.env before booting.
Need deterministic local testing? SetENABLE_DEV_TOOLS=true, run web + ws-server, then open/dev-tools. The page is password-gated, creates real[DEV_TOOLS]proposals, persists real DB orders, can force synthetic trigger behavior for owned dev orders, and includes delegated Ultra swap diagnostics.
高质量的AI交易工作台
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,Hunch it 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | hunch-it |
| Topics | AI交易工作流 |
| GitHub | https://github.com/Omnis-Labs/hunch-it |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端