ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/duolaamengweb3/duola-quant-copy-engine
Or

What 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

  1. Quantitative Research: Use the backtest functionality to simulate historical market conditions against specific leader strategies, optimizing risk parameters before allocating real capital.
  2. Managed Copy-Trading: Enable the autopilot module to automate position entry and exit based on real-time signals from verified leaders, complete with detachment support for persistent background execution.
  3. Production Monitoring: Use the doctor and status diagnostic commands to maintain high uptime, verify API connectivity, and generate structured performance reports for audits.
  4. Risk-Controlled Deployment: Limit exposure using diagnostic checks and staged rollouts, ensuring that only validated strategies transition into live markets.

Example Prompts

  1. "Sync the latest 500 signals from the leader at 0xABC... address and run a 30-day backtest to check historical win rate and drawdown."
  2. "Perform a diagnostic check on the current duola autopilot configuration and report any failed connectivity or secret storage issues."
  3. "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-stdin where 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 start and backtest operations if the billing requirements are not met.
  • Limit Scope: Use the --limit and --max-cycles flags to prevent runaway execution during initial testing phases.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-duolaamengweb3-duola-quant-copy-engine": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#polymarket#trading#defi#automation#crypto
Safety Score: 2/5

Flags: network-access, file-read, external-api, code-execution