← All skills
Tencent SkillHub · Productivity

Tradekix

Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news, earnings, economic events, Congressional trades, and social sentiment. Use when the user asks about markets, stock prices, trading data, economic calendars, or financial news. Also handles API key signup and upgrade to Pro.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news, earnings, economic events, Congressional trades, and social sentiment. Use when the user asks about markets, stock prices, trading data, economic calendars, or financial news. Also handles API key signup and upgrade to Pro.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api-docs.md, scripts/tradekix.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/api-docs.md Docs
  • scripts/tradekix.sh Scripts