ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

tiger-market-brief

Generate a concise Chinese market brief for the trader agent using Tiger API first and Yahoo Finance as supplement. Use for hourly market snapshots, trader brief requests, or scheduled market updates. Always run the local script instead of freehand summarizing.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/beta-market-brief
Or

Tiger Market Brief

Use this skill when the user asks for:

  • market brief
  • 每小时市场简报
  • trader 简报
  • 用 Tiger API 拉市场快照

Required Command

Always run:

/Users/zhouwen/.openclaw/workspace-papertrader/venv/bin/python \
  /Users/zhouwen/.openclaw/workspace-papertrader/scripts/tiger_market_brief.py \
  --mode hourly

Rules

  • Use Tiger API for market data first
  • If US real-time quote permission is unavailable, use Tiger delayed briefs and state that clearly
  • Use Yahoo Finance only for supplementary items such as VIX, US10Y, BTC, and headline links
  • Return the script output directly with minimal extra commentary

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-beta-market-brief": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.