{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-trader-lite",
    "name": "Claw Trader Lite",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/nickymick8/claw-trader-lite",
    "canonicalUrl": "https://clawhub.ai/nickymick8/claw-trader-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-trader-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-trader-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "claw_lite.py",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/claw-trader-lite"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/claw-trader-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [],
    "body": "To create the file yourself:\n\n# Create the directory\n\nmkdir -p ~/.openclaw/workspace/skills/claw-trader-lite\n\n# Create the file\n\ncat > ~/.openclaw/workspace/skills/claw-trader-lite/SKILL.md << 'EOF'\n\nname: claw-trader-lite\n\ndescription: |\n\n  Free read-only market monitoring for Hyperliquid and LN Markets.\n\n  Track real-time prices, view public balances, and monitor positions\n\n  across DeFi and Bitcoin derivatives platforms. Zero private keys required.\n\nenv:\n\n  HYPERLIQUID_ACCOUNT_ADDRESS:\n\n  description: \"Optional: Your Hyperliquid wallet address to view balance/positions (e.g., 0x...)\"\n\n  required: false\n\n# Claw Trader Lite\n\n**Free read-only market intelligence for Hyperliquid and LN Markets.**\n\nMonitor real-time prices, track your portfolio, and view positions across DeFi and Bitcoin derivatives platforms. Perfect for keeping tabs on your trades without execution risk.\n\n## What It Does\n\nClaw Trader Lite provides **read-only** access to market data and account information. It can view prices, balances, and positions but **cannot execute trades**—making it safe to use anywhere.\n\n### Platforms Supported\n\n- **Hyperliquid** - DeFi perpetuals (ETH, SOL, AVAX, and 100+ altcoins)\n\n- **LN Markets** - Bitcoin derivatives via Lightning Network\n\n## Key Features\n\n✅ **Real-Time Price Feeds** - Live market data for BTC, ETH, SOL, and major assets\n\n✅ **Portfolio Overview** - View balances and open positions at a glance\n\n✅ **Zero Risk** - Read-only access, no private keys or API secrets needed\n\n✅ **Lightweight** - Minimal dependencies, runs anywhere\n\n✅ **Free Forever** - No costs, no limits, no catch\n\n## Installation\n\n\r\npip install requests\r\n\r\n\r\n\r\n\r\n\r\nQuick Start\r\n\r\n\r\n\r\nfrom claw\\_lite import create\\_monitor\r\n\r\n\r\n\r\n\\# Create monitor\r\n\r\nmonitor = create\\_monitor()\r\n\r\n\r\n\r\n\\# Check current prices\r\n\r\nbtc\\_price = monitor.get\\_price(\"BTC\", \"lnmarkets\")\r\n\r\neth\\_price = monitor.get\\_price(\"ETH\", \"hyperliquid\")\r\n\r\nsol\\_price = monitor.get\\_price(\"SOL\", \"hyperliquid\")\r\n\r\n\r\n\r\nprint(f\"BTC: ${btc\\_price:,.2f}\")\r\n\r\nprint(f\"ETH: ${eth\\_price:,.2f}\")\r\n\r\nprint(f\"SOL: ${sol\\_price:,.2f}\")\r\n\r\n\r\n\r\n\r\n\r\nUsage Examples\r\n\r\n\r\n\r\nGet Single Asset Price\r\n\r\n\r\n\r\n\\# Bitcoin price from LN Markets\r\n\r\nbtc\\_price = monitor.get\\_price(\"BTC\", \"lnmarkets\")\r\n\r\n\r\n\r\n\\# Ethereum price from Hyperliquid\r\n\r\neth\\_price = monitor.get\\_price(\"ETH\", \"hyperliquid\")\r\n\r\n\r\n\r\nGet Multiple Prices\r\n\r\n\r\n\r\nassets = \\[\"BTC\", \"ETH\", \"SOL\", \"AVAX\"]\r\n\r\nprices = monitor.get\\_prices(assets, \"hyperliquid\")\r\n\r\n\r\n\r\nfor asset, price in prices.items():\r\n\r\n&nbsp;   print(f\"{asset}: ${price:,.2f}\")\r\n\r\n\r\n\r\nView Account Balance (Hyperliquid)\r\n\r\n\r\n\r\nNote: Requires setting your public wallet address\r\n\r\n\r\n\r\nexport HYPERLIQUID\\_ACCOUNT\\_ADDRESS=\"0xYourAddressHere\"\r\n\r\n\r\n\r\nbalance = monitor.get\\_balance(\"hyperliquid\")\r\n\r\nprint(f\"Account Value: ${balance:,.2f}\")\r\n\r\n\r\n\r\nView Open Positions (Hyperliquid)\r\n\r\n\r\n\r\npositions = monitor.get\\_positions(\"hyperliquid\")\r\n\r\n\r\n\r\nfor pos in positions:\r\n\r\n&nbsp;   print(f\"{pos\\['coin']}: {pos\\['size']} @ ${pos\\['entryPx']}\")\r\n\r\n\r\n\r\n\r\n\r\nPlatform-Specific Notes\r\n\r\n\r\n\r\nHyperliquid\r\n\r\n\r\n\r\n• Supports 100+ altcoins\r\n\r\n• Balance/positions require HYPERLIQUID\\_ACCOUNT\\_ADDRESS env var\r\n\r\n• Uses public API endpoints (no authentication needed for prices)\r\n\r\nLN Markets\r\n\r\n\r\n\r\n• Bitcoin-focused\r\n\r\n• Price data is public\r\n\r\n• Balances/positions require authenticated API (not included in Lite version)\r\n\r\n\r\n\r\nAPI Reference\r\n\r\n\r\n\r\ncreate\\_monitor()\r\n\r\n\r\n\r\nFactory function to create a new MarketMonitor instance.\r\n\r\n\r\n\r\nReturns: MarketMonitor object\r\n\r\n\r\n\r\nMarketMonitor.get\\_price(asset, platform)\r\n\r\n\r\n\r\nGet current price for an asset.\r\n\r\n\r\n\r\nParameters:\r\n\r\n\r\n\r\n• asset (str): Asset symbol (e.g., \"BTC\", \"ETH\", \"SOL\")\r\n\r\n• platform (str): Platform name (\"hyperliquid\" or \"lnmarkets\")\r\n\r\nReturns: float - Current price in USD\r\n\r\n\r\n\r\nMarketMonitor.get\\_prices(assets, platform)\r\n\r\n\r\n\r\nGet prices for multiple assets at once.\r\n\r\n\r\n\r\nParameters:\r\n\r\n\r\n\r\n• assets (List\\[str]): List of asset symbols\r\n\r\n• platform (str): Platform name\r\n\r\nReturns: Dict\\[str, float] - Mapping of asset symbols to prices\r\n\r\n\r\n\r\nMarketMonitor.get\\_balance(platform)\r\n\r\n\r\n\r\nGet account balance.\r\n\r\n\r\n\r\nParameters:\r\n\r\n\r\n\r\n• platform (str): Platform name\r\n\r\nReturns: float - Account balance in USD\r\n\r\n\r\n\r\nClaw 🦞, \\[2/18/2026 2:55 PM]\r\n\r\nNote: Requires HYPERLIQUID\\_ACCOUNT\\_ADDRESS for Hyperliquid\r\n\r\n\r\n\r\nMarketMonitor.get\\_positions(platform)\r\n\r\n\r\n\r\nGet open positions.\r\n\r\n\r\n\r\nParameters:\r\n\r\n\r\n\r\n• platform (str): Platform name\r\n\r\nReturns: List\\[Dict] - List of position dictionaries\r\n\r\n\r\n\r\nNote: Requires HYPERLIQUID\\_ACCOUNT\\_ADDRESS for Hyperliquid\r\n\r\n\r\n\r\n\r\n\r\nEnvironment Variables\r\n\r\n\r\n\r\n| Variable                    | Required | Description                                                |\r\n\r\n| --------------------------- | -------- | ---------------------------------------------------------- |\r\n\r\n| HYPERLIQUID\\_ACCOUNT\\_ADDRESS | Optional | Your Hyperliquid wallet address to view balances/positions |\r\n\r\n\r\n\r\n\r\n\r\nLimitations\r\n\r\n\r\n\r\nThis is a Lite read-only version:\r\n\r\n\r\n\r\n• ✅ View prices, balances, positions\r\n\r\n• ❌ Cannot execute trades\r\n\r\n• ❌ Cannot place orders\r\n\r\n• ❌ Cannot manage positions\r\n\r\nFor trading execution, build your own integration or use platform-specific SDKs.\r\n\r\n\r\n\r\n\r\n\r\nTroubleshooting\r\n\r\n\r\n\r\n\"Error fetching price\"\r\n\r\n\r\n\r\n• Check internet connection\r\n\r\n• Verify asset symbol is correct (case-sensitive on some platforms)\r\n\r\n• Try again (may be temporary API issue)\r\n\r\n\"HYPERLIQUID\\_ACCOUNT\\_ADDRESS not set\"\r\n\r\n\r\n\r\n• Export your wallet address: export HYPERLIQUID\\_ACCOUNT\\_ADDRESS=\"0x...\"\r\n\r\n• Or pass directly in code (not recommended for shared environments)\r\n\r\nBalance shows 0 for LN Markets\r\n\r\n\r\n\r\n• LN Markets requires authentication for balance data\r\n\r\n• Lite version only provides public price feeds for LN Markets\r\n\r\n\r\n\r\nTechnical Details\r\n\r\n\r\n\r\nDependencies:\r\n\r\n\r\n\r\n• requests - HTTP library for API calls\r\n\r\nData Sources:\r\n\r\n\r\n\r\n• Hyperliquid Public API (https://api.hyperliquid.xyz)\r\n\r\n• LN Markets Public API (https://api.lnmarkets.com)\r\n\r\nLicense: MIT\r\n\r\n\r\n\r\n\r\n\r\nAbout\r\n\r\n\r\n\r\nBuilt for traders who want simple, free market monitoring without complexity or risk.\r\n\r\n\r\n\r\n🦞 Free forever. No signup. No API keys."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nickymick8/claw-trader-lite",
    "publisherUrl": "https://clawhub.ai/nickymick8/claw-trader-lite",
    "owner": "nickymick8",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-trader-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-trader-lite",
    "agentUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-trader-lite/agent.md"
  }
}