{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tradekix",
    "name": "Tradekix",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/jamesjohnfox/tradekix",
    "canonicalUrl": "https://clawhub.ai/jamesjohnfox/tradekix",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tradekix",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tradekix",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-docs.md",
      "scripts/tradekix.sh"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/tradekix"
    },
    "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/tradekix",
    "agentPageUrl": "https://openagent3.xyz/skills/tradekix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tradekix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tradekix/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": [
      {
        "title": "Tradekix",
        "body": "Financial data API for AI agents. Free tier: 10 calls/day."
      },
      {
        "title": "Setup",
        "body": "Check for existing config:\n\ncat ~/.config/tradekix/config.json 2>/dev/null\n\nIf no config exists, sign up automatically:\n\nbash SKILL_DIR/scripts/tradekix.sh signup --name \"AGENT_NAME\" --email \"AGENT_EMAIL\"\n\nThis stores the API key in ~/.config/tradekix/config.json."
      },
      {
        "title": "Usage",
        "body": "Run via the wrapper script. All commands auto-load the API key from config.\n\n# Market overview (stocks, crypto, forex, commodities)\nbash SKILL_DIR/scripts/tradekix.sh market\n\n# Specific stock/crypto prices\nbash SKILL_DIR/scripts/tradekix.sh prices AAPL,TSLA,BTC\n\n# Global indices\nbash SKILL_DIR/scripts/tradekix.sh indices\n\n# Forex rates\nbash SKILL_DIR/scripts/tradekix.sh forex\n\n# Market news summaries\nbash SKILL_DIR/scripts/tradekix.sh news\n\n# Latest alerts\nbash SKILL_DIR/scripts/tradekix.sh alerts\n\n# Economic calendar\nbash SKILL_DIR/scripts/tradekix.sh economic\n\n# Earnings calendar\nbash SKILL_DIR/scripts/tradekix.sh earnings\n\n# Social sentiment\nbash SKILL_DIR/scripts/tradekix.sh sentiment\n\n# Market tweets\nbash SKILL_DIR/scripts/tradekix.sh tweets\n\n# Congressional trades (with conflict detection)\nbash SKILL_DIR/scripts/tradekix.sh trades\n\n# Upgrade to Pro ($9/mo or $89/yr — 2000 calls/day)\nbash SKILL_DIR/scripts/tradekix.sh upgrade monthly\n\n# Revoke API key\nbash SKILL_DIR/scripts/tradekix.sh revoke"
      },
      {
        "title": "Endpoint Selection Guide",
        "body": "User asks about...CommandGeneral market conditionsmarketSpecific stock/crypto priceprices SYMBOLMarket indices (S&P, NASDAQ)indicesCurrency exchange ratesforexFinancial newsnewsPrice alerts, market movesalertsFed meetings, CPI, jobs dataeconomicCompany earnings datesearningsMarket sentiment, social buzzsentiment or tweetsPolitician/Congress tradestrades"
      },
      {
        "title": "Response Format",
        "body": "All responses return {\"success\":true,\"data\":{...},\"meta\":{...}}. Parse data for results. Check meta.rate_limit_remaining to track usage."
      },
      {
        "title": "Rate Limits",
        "body": "Free: 10 calls/day, 5/min\nPro: 2,000 calls/day, 60/min ($9/mo or $89/yr)\nEnterprise: 50,000 calls/day — contact sales@tradekix.com\n\nWhen rate limited (HTTP 429), check Retry-After header."
      },
      {
        "title": "Full API Reference",
        "body": "See references/api-docs.md for complete endpoint documentation."
      }
    ],
    "body": "Tradekix\n\nFinancial data API for AI agents. Free tier: 10 calls/day.\n\nSetup\n\nCheck for existing config:\n\ncat ~/.config/tradekix/config.json 2>/dev/null\n\n\nIf no config exists, sign up automatically:\n\nbash SKILL_DIR/scripts/tradekix.sh signup --name \"AGENT_NAME\" --email \"AGENT_EMAIL\"\n\n\nThis stores the API key in ~/.config/tradekix/config.json.\n\nUsage\n\nRun via the wrapper script. All commands auto-load the API key from config.\n\n# Market overview (stocks, crypto, forex, commodities)\nbash SKILL_DIR/scripts/tradekix.sh market\n\n# Specific stock/crypto prices\nbash SKILL_DIR/scripts/tradekix.sh prices AAPL,TSLA,BTC\n\n# Global indices\nbash SKILL_DIR/scripts/tradekix.sh indices\n\n# Forex rates\nbash SKILL_DIR/scripts/tradekix.sh forex\n\n# Market news summaries\nbash SKILL_DIR/scripts/tradekix.sh news\n\n# Latest alerts\nbash SKILL_DIR/scripts/tradekix.sh alerts\n\n# Economic calendar\nbash SKILL_DIR/scripts/tradekix.sh economic\n\n# Earnings calendar\nbash SKILL_DIR/scripts/tradekix.sh earnings\n\n# Social sentiment\nbash SKILL_DIR/scripts/tradekix.sh sentiment\n\n# Market tweets\nbash SKILL_DIR/scripts/tradekix.sh tweets\n\n# Congressional trades (with conflict detection)\nbash SKILL_DIR/scripts/tradekix.sh trades\n\n# Upgrade to Pro ($9/mo or $89/yr — 2000 calls/day)\nbash SKILL_DIR/scripts/tradekix.sh upgrade monthly\n\n# Revoke API key\nbash SKILL_DIR/scripts/tradekix.sh revoke\n\nEndpoint Selection Guide\nUser asks about...\tCommand\nGeneral market conditions\tmarket\nSpecific stock/crypto price\tprices SYMBOL\nMarket indices (S&P, NASDAQ)\tindices\nCurrency exchange rates\tforex\nFinancial news\tnews\nPrice alerts, market moves\talerts\nFed meetings, CPI, jobs data\teconomic\nCompany earnings dates\tearnings\nMarket sentiment, social buzz\tsentiment or tweets\nPolitician/Congress trades\ttrades\nResponse Format\n\nAll responses return {\"success\":true,\"data\":{...},\"meta\":{...}}. Parse data for results. Check meta.rate_limit_remaining to track usage.\n\nRate Limits\nFree: 10 calls/day, 5/min\nPro: 2,000 calls/day, 60/min ($9/mo or $89/yr)\nEnterprise: 50,000 calls/day — contact sales@tradekix.com\n\nWhen rate limited (HTTP 429), check Retry-After header.\n\nFull API Reference\n\nSee references/api-docs.md for complete endpoint documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jamesjohnfox/tradekix",
    "publisherUrl": "https://clawhub.ai/jamesjohnfox/tradekix",
    "owner": "jamesjohnfox",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tradekix",
    "downloadUrl": "https://openagent3.xyz/downloads/tradekix",
    "agentUrl": "https://openagent3.xyz/skills/tradekix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tradekix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tradekix/agent.md"
  }
}