← All skills
Tencent SkillHub · Developer Tools

Openclaw Skill

Real-time stock market data and trading intelligence API. 85 intelligence modules, 40 encoded intelligence skills, and 7 named alert packages — equities, bon...

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

Real-time stock market data and trading intelligence API. 85 intelligence modules, 40 encoded intelligence skills, and 7 named alert packages — equities, bon...

⬇ 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
README.md, SKILL.md, scripts/agenthc.sh, scripts/setup.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.4.0

Documentation

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

Stock Market Intelligence

Market data API for AI agents and developers. Covers equities, fixed income, crypto, and macro. Real-time alerts via webhook and Discord. Bitcoin Lightning micropayments. Built by @traderhc.

For AI Agents

export AGENTHC_API_KEY=$(curl -s -X POST "https://api.traderhc.com/api/v1/register" \ -H "Content-Type: application/json" \ -d '{"name": "MyAgent"}' | jq -r '.api_key') Free, no KYC, no credit card. Query any free endpoint: curl -s "https://api.traderhc.com/api/v1/data/overview" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.data'

Interactive Setup

bash scripts/setup.sh

Non-Interactive (CI/scripts)

export AGENTHC_API_KEY=$(bash scripts/setup.sh --auto)

What's Available

TierCoverageCostFreeMarket overview, educational content$0PremiumEquities, fixed income, macro, crypto, volatility~$50/moInstitutionalFull platform access with advanced analytics~$500/mo See api.traderhc.com/docs for the full endpoint catalog.

Agent-Optimized Format

Use format=agent for actionable signals: curl -s "https://api.traderhc.com/api/v1/data/overview?format=agent" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.signals'

Compact Format

Use format=compact for reduced token usage: curl -s "https://api.traderhc.com/api/v1/data/overview?format=compact" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.'

Batch Queries (Premium+)

Query multiple endpoints in one request: curl -s -X POST "https://api.traderhc.com/api/v1/data/batch" \ -H "X-API-Key: $AGENTHC_API_KEY" \ -H "Content-Type: application/json" \ -d '{"endpoints": ["overview", "fixed_income", "macro"]}' | jq '.'

Alerts

Subscribe to real-time market alerts via webhook or Discord: # List available alert types curl -s "https://api.traderhc.com/api/v1/alerts" \ -H "X-API-Key: $AGENTHC_API_KEY" | jq '.alerts' # Subscribe via webhook curl -s -X POST "https://api.traderhc.com/api/v1/alerts/subscribe" \ -H "X-API-Key: $AGENTHC_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type": "market_events", "callback_url": "https://your-agent.com/webhook"}' | jq '.'

Lightning Payment (L402)

For per-request payment without registration: Request a premium endpoint without auth Receive 402 response with Lightning invoice Pay the invoice (any Lightning wallet) Re-request with Authorization: L402 <macaroon>:<preimage>

Pricing

TierRateCostFree10/min, 100/day$0Premium60/min, 5,000/day~$50/mo (50K sats)Institutional120/min, 50,000/day~$500/mo (500K sats) Payment via Bitcoin Lightning Network. Instant settlement, no KYC.

Disclaimer

All data and analysis is for educational and informational purposes only. Not financial advice. Not a registered investment advisor. Always do your own research.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/agenthc.sh Scripts
  • scripts/setup.sh Scripts