# Send Tradekix to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/tradekix",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tradekix",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api-docs.md",
      "scripts/tradekix.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tradekix",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T13:16:45.078Z",
      "expiresAt": "2026-05-08T13:16:45.078Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tradekix",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tradekix",
        "contentDisposition": "attachment; filename=\"tradekix-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tradekix"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Tradekix

Financial data API for AI agents. Free tier: 10 calls/day.

### Setup

Check for existing config:

cat ~/.config/tradekix/config.json 2>/dev/null

If no config exists, sign up automatically:

bash SKILL_DIR/scripts/tradekix.sh signup --name "AGENT_NAME" --email "AGENT_EMAIL"

This stores the API key in ~/.config/tradekix/config.json.

### Usage

Run via the wrapper script. All commands auto-load the API key from config.

# Market overview (stocks, crypto, forex, commodities)
bash SKILL_DIR/scripts/tradekix.sh market

# Specific stock/crypto prices
bash SKILL_DIR/scripts/tradekix.sh prices AAPL,TSLA,BTC

# Global indices
bash SKILL_DIR/scripts/tradekix.sh indices

# Forex rates
bash SKILL_DIR/scripts/tradekix.sh forex

# Market news summaries
bash SKILL_DIR/scripts/tradekix.sh news

# Latest alerts
bash SKILL_DIR/scripts/tradekix.sh alerts

# Economic calendar
bash SKILL_DIR/scripts/tradekix.sh economic

# Earnings calendar
bash SKILL_DIR/scripts/tradekix.sh earnings

# Social sentiment
bash SKILL_DIR/scripts/tradekix.sh sentiment

# Market tweets
bash SKILL_DIR/scripts/tradekix.sh tweets

# Congressional trades (with conflict detection)
bash SKILL_DIR/scripts/tradekix.sh trades

# Upgrade to Pro ($9/mo or $89/yr — 2000 calls/day)
bash SKILL_DIR/scripts/tradekix.sh upgrade monthly

# Revoke API key
bash SKILL_DIR/scripts/tradekix.sh revoke

### Endpoint Selection Guide

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

### Response Format

All responses return {"success":true,"data":{...},"meta":{...}}. Parse data for results. Check meta.rate_limit_remaining to track usage.

### Rate Limits

Free: 10 calls/day, 5/min
Pro: 2,000 calls/day, 60/min ($9/mo or $89/yr)
Enterprise: 50,000 calls/day — contact sales@tradekix.com

When rate limited (HTTP 429), check Retry-After header.

### Full API Reference

See references/api-docs.md for complete endpoint documentation.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jamesjohnfox
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T13:16:45.078Z
- Expires at: 2026-05-08T13:16:45.078Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tradekix)
- [Send to Agent page](https://openagent3.xyz/skills/tradekix/agent)
- [JSON manifest](https://openagent3.xyz/skills/tradekix/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tradekix/agent.md)
- [Download page](https://openagent3.xyz/downloads/tradekix)