← Back to Skills Marketplace
1477009639zw-blip

Beta Market Brief

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install beta-market-brief
Description
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 b...
README (SKILL.md)

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
Usage Guidance
This skill asks your agent to run an opaque Python script located in /Users/zhouwen/.openclaw/..., which may execute arbitrary code and access local credentials. Before installing or enabling it: (1) refuse automatic execution until you can inspect the script; (2) locate and manually review /Users/zhouwen/.openclaw/workspace-papertrader/scripts/tiger_market_brief.py to see what it does (network calls, file reads, credential usage); (3) ensure credentials (Tiger API keys, etc.) are stored and used intentionally — the skill declares none; (4) prefer a skill that either (a) calls Tiger/Yahoo via documented API calls with declared env vars, or (b) includes a safe install step that you control; (5) if you must run it, run the script in a sandboxed environment and monitor outbound connections. If you cannot inspect the referenced script or confirm its behavior, do not enable this skill.
Capability Assessment
Purpose & Capability
Name/description match the goal (Tiger API + Yahoo Finance). However, the skill requires running a specific local script in /Users/zhouwen/.openclaw/..., which is not justified by the metadata (no install, no required env). Referencing a private absolute path is disproportionate and not portable.
Instruction Scope
The SKILL.md commands the agent to always execute an absolute path to a Python script in a user's home directory. That gives the skill the ability to run arbitrary code and access local files/credentials via that script; the skill does not document what the script does or what data it will read or transmit.
Install Mechanism
There is no install spec (instruction-only), which is low risk in general, but here the runtime instruction forces execution of an existing local binary/script. That effectively delegates execution risk to an opaque file on disk and should be treated as an install/exec risk.
Credentials
The skill declares no required environment variables or credentials, yet it instructs use of Tiger API (which normally requires keys). This implies the local script must contain or fetch credentials; the skill provides no justification or declaration for that access, which is disproportionate and opaque.
Persistence & Privilege
The skill does not request always:true and does not declare persistent installation. It is user-invocable and can be invoked autonomously by the agent (default), which increases the impact of the other concerns but is not itself a misconfiguration here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install beta-market-brief
  3. After installation, invoke the skill by name or use /beta-market-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — hourly market briefing skill for Beta agents
Metadata
Slug beta-market-brief
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beta 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 b... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Beta Market Brief?

Run "/install beta-market-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Beta Market Brief free?

Yes, Beta Market Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beta Market Brief support?

Beta Market Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Beta Market Brief?

It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.

💬 Comments