duola-lobster-agent
Institutional-grade execution playbook for the published `duola` Polymarket copy-trading CLI in lobster-agent workflows. Use when tasks require production-style setup and operation: install/upgrade from npm, leader onboarding, trade synchronization, strategy backtesting, autopilot bootstrap, live loop control, diagnostics, and structured risk/performance reporting.
Why use this skill?
Automate your Polymarket trading with the Duola Lobster Agent. Features production-grade backtesting, autopilot execution, and diagnostic tools for institutional copy-trading.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/duolaamengweb3/duola-quant-copy-engineWhat This Skill Does
The duola-lobster-agent skill provides an institutional-grade, production-ready interface for the duola Polymarket copy-trading CLI. It is engineered to bridge the gap between simple script execution and robust, automated strategy management. The skill acts as a comprehensive controller, allowing users to install, configure, monitor, and scale copy-trading operations directly within the Lobster Agent ecosystem. By standardizing workflows—from leader registration and data synchronization to complex backtesting and live autopilot management—the tool ensures that every trading action is traceable, reproducible, and compliant with best practices for crypto-asset execution.
Installation
To integrate this skill, use the ClawHub CLI: clawhub install openclaw/skills/skills/duolaamengweb3/duola-quant-copy-engine. Once installed, you must define the following environment variables in your runtime environment to enable Billing Setup via SkillPay: SKILLPAY_API_URL, SKILLPAY_API_KEY, and SKILLPAY_SKILL_ID. Failure to set these will block commands requiring billing validation. Ensure Node.js and npm are configured to support the duola package globally or within a local directory.
Use Cases
- Quantitative Research: Use the
backtestfunctionality to simulate historical market conditions against specific leader strategies, optimizing risk parameters before allocating real capital. - Managed Copy-Trading: Enable the
autopilotmodule to automate position entry and exit based on real-time signals from verified leaders, complete with detachment support for persistent background execution. - Production Monitoring: Use the
doctorandstatusdiagnostic commands to maintain high uptime, verify API connectivity, and generate structured performance reports for audits. - Risk-Controlled Deployment: Limit exposure using diagnostic checks and staged rollouts, ensuring that only validated strategies transition into live markets.
Example Prompts
- "Sync the latest 500 signals from the leader at 0xABC... address and run a 30-day backtest to check historical win rate and drawdown."
- "Perform a diagnostic check on the current duola autopilot configuration and report any failed connectivity or secret storage issues."
- "Onboard my private key to the duola agent, set the profile to balanced, and bootstrap the autopilot for live trading with a 200-cycle sync limit."
Tips & Limitations
- Security First: Never pass your private key as a plain string in your prompts; always utilize
--private-key-stdinwhere supported to protect your credentials. - Staged Execution: Never jump straight to live trading. Always follow the workflow: Sync -> Backtest -> Doctor -> Start.
- Billing: Keep your SkillPay balance topped up; the system will block
autopilot startandbacktestoperations if the billing requirements are not met. - Limit Scope: Use the
--limitand--max-cyclesflags to prevent runaway execution during initial testing phases.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-duolaamengweb3-duola-quant-copy-engine": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, code-execution