Duola Quant Copy Engine
/install duola-quant-copy-engine
Duola Lobster Agent
Overview
Execute the standard operating workflow for duola as an agent toolchain.
Prefer staged rollout: sync -> backtest -> doctor -> limited live start -> status/log review.
Billing Setup (SkillPay)
Configure once in runtime environment:
export SKILLPAY_API_URL="https://skillpay.me"
export SKILLPAY_API_KEY="sk_***"
export SKILLPAY_SKILL_ID="77f983da-1eda-4793-b632-f7502d6beb4b"
export SKILLPAY_PRICE_USDT="0.01"
Use billing gate with commands that support --billing-user-id.
Supported: sync, backtest, follow start, autopilot onboard, autopilot start.
Check billing endpoints from CLI:
duola billing balance --user-id \x3Cuser_id> --output json
duola billing charge --user-id \x3Cuser_id> --amount 0.01 --output json
duola billing payment-link --user-id \x3Cuser_id> --amount 1 --output json
Execution Workflow
1) Verify Runtime and CLI
Run:
node -v
npm view duola version
duola --version
If duola is missing, install:
npm install -g duola
If global install is restricted, run project-local CLI:
npm install
npm run build
node dist/index.js --version
2) Register and Inspect Leader
duola leader add \x3Cleader_address> --name \x3Calias>
duola leader list --output json
duola leader inspect \x3Calias> --output json
Use deterministic aliases and keep one alias per leader address.
3) Sync and Baseline Backtest
duola sync \x3Calias> --limit 500 --output json
duola backtest \x3Calias> --lookback 30d --fixed-usd 25 --output json
If results are weak, tune before live mode:
- raise
--min-liquidity - increase
--min-time-to-expiry - reduce
--fixed-usd
4) Run Doctor Diagnostics
duola doctor \x3Calias> --output json
Require passing API connectivity and secret checks before live mode.
5) Onboard Autopilot (Preferred Live Path)
Use stdin for private key and do not print secrets:
printf '%s' '\x3Cprivate_key>' | duola autopilot onboard \x3Cleader_address> \\
--name \x3Calias> --private-key-stdin --profile balanced --sync-limit 200
Start with explicit confirmation phrase:
duola autopilot start \x3Calias> --confirm-live "I UNDERSTAND LIVE TRADING" --detach
6) Operate and Observe
duola autopilot status \x3Calias> --output json
duola follow logs \x3Calias> --tail 100 --output json
duola autopilot stop \x3Calias> --output json
For limited-cycle validation:
duola follow start \x3Calias> --confirm-live "I UNDERSTAND LIVE TRADING" --max-cycles 5 --output json
Reporting Contract
Return concise machine-usable summaries:
leader: alias, addresssync: fetched/inserted/skipped countsbacktest: win rate, total pnl, max drawdown, executed signalsdoctor: failed checks and remediationautopilot: status, detach state, heartbeat, recent errors
When live start is blocked, report the exact failed precondition and the next command.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install duola-quant-copy-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/duola-quant-copy-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Duola Quant Copy Engine 是什么?
Institutional-grade execution playbook for the published `duola` Polymarket copy-trading CLI in lobster-agent workflows. Use when tasks require production-st... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 356 次。
如何安装 Duola Quant Copy Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install duola-quant-copy-engine」即可一键安装,无需额外配置。
Duola Quant Copy Engine 是免费的吗?
是的,Duola Quant Copy Engine 完全免费(开源免费),可自由下载、安装和使用。
Duola Quant Copy Engine 支持哪些平台?
Duola Quant Copy Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Duola Quant Copy Engine?
由 duolaAmengweb3(@duolaamengweb3)开发并维护,当前版本 v1.0.0。