← Back to Skills Marketplace
laigen

Trading Agents 简化版

by 赖根 · GitHub ↗ · v2.4.2 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
2
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install stock-trading-agents-light
Description
多智能体股票交易信号分析框架。当用户提供股票代码要求分析投资建议时触发。输入一只股票代码,通过7个SubAgent协作分析(基本面研究员、市场信息研究员、新闻研究员、社交媒体研究员、看涨分析师、看跌分析师、投资组合经理),输出买入/卖出/持有建议及决策依据。触发词:"分析这只股票"、"给我投资建议"、"这只票值得...
Usage Guidance
This skill appears to be what it says: a multi-agent stock research framework that uses Tushare and optional web search and writes a markdown report locally. Before installing or running it: 1) Keep your TUSHARE_TOKEN and BRAVE_API_KEY only in environment variables (do not paste them into chat or reports). 2) Inspect and test the redaction behavior: the skill saves full subagent outputs into a final report, so if any subagent output contains credential-like strings the redaction must reliably remove them — validate with non-production tokens first. 3) Run in an isolated environment or sandbox (virtualenv/container) because it will pip-install packages and make network calls to api.tushare.pro (and web search if configured). 4) Verify the pip install step (tushare, pandas, numpy) matches your platform policy and is acceptable. 5) Understand that the tool fetches external data (Tushare, web search) — using it transmits queries to those services. 6) For privacy/regulatory reasons, avoid feeding any personal or secret information into prompts/subagents. If you need higher assurance, review the SKILL.md and included scripts line-by-line or run them with a dummy Tushare token to observe actual behavior.
Capability Analysis
Type: OpenClaw Skill Name: trading-agents-simplified Version: 2.4.2 The 'trading-agents-simplified' skill bundle is a legitimate multi-agent framework for stock market analysis. The Python scripts (get_fundamentals.py, get_market_data.py) use standard financial libraries (tushare, pandas) to fetch data from authorized APIs, and the markdown instructions (SKILL.md and references/) include extensive, explicit security rules to prevent the leakage of API tokens (TUSHARE_TOKEN, BRAVE_API_KEY) in reports or inter-agent communications.
Capability Assessment
Purpose & Capability
The skill claims to run a multi-agent trading analysis and legitimately requires a Tushare Pro token for market/fundamental data; an optional Brave Search API key for web search is reasonable. The provided Python scripts call Tushare and compute indicators consistent with the described functionality.
Instruction Scope
Runtime instructions restrict credential access to TUSHARE_TOKEN and BRAVE_API_KEY and require redaction of any credentials from subagent outputs. The skill writes complete reports (including all subagent outputs and debate history) to ~/.openclaw/workspace/memory/reports/*.md — this is expected for the stated purpose but creates a privacy surface: if any subagent input inadvertently contains sensitive strings, the flow depends on correct redaction rules. Review and test the redaction logic before using with any sensitive inputs.
Install Mechanism
The software uses standard PyPI packages (tushare, pandas, numpy) which is proportionate. One minor inconsistency: the top metadata stated 'No install spec' while skill.json and SKILL.md include pip install instructions; this is not harmful but should be noted. No downloads from unknown hosts or archive extracts are present.
Credentials
Only TUSHARE_TOKEN is required (BRAVE_API_KEY optional). No unrelated credentials or system paths are requested. The included scripts read TUSHARE_TOKEN from the environment and use it for Tushare API calls — proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes reports to a localized workspace path (documented). Autonomous invocation is allowed by default (platform behavior) but is not combined with any elevated credential requests or 'always: true' — no excessive persistence privileges observed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-trading-agents-light
  3. After installation, invoke the skill by name or use /stock-trading-agents-light
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.4.2
No changes detected in this version. - Synchronized SKILL.md Output Example with research-manager.md Output Format (full Part I-V structure) - All functionality, dependencies, and workflow remain as in the previous version.
v2.4.1
trading-agents-simplified 2.4.1 - Enhanced the research-manager to produce more complete Markdown reports. - Skill functionality and configuration remain the same as the previous release.
v2.4.0
**Enforces stricter security and credential handling.** - Added explicit security rules: only read credentials from environment variables, never from files. - SubAgents and reports are prohibited from including API keys, passwords, or secrets. - Updated documentation for secure environment variable usage; removed alternative config file loading. - Clarified report content must redact any sensitive information. - No changes to core workflow or output, just improved security practices and clearer instructions.
v2.3.0
- Removed PDF export and markdown-to-PDF conversion functionality. - Dropped dependencies: reportlab and markdown Python packages. - Updated documentation to reflect the removal of PDF export; output is now markdown-only. - No changes to the multi-agent analysis workflow or core features.
v1.0.7
- Added pip dependencies (reportlab, markdown) to support PDF report conversion. - Updated environment variable and dependency configuration for improved security and clarity; strongly recommends secure OpenClaw JSON config (tokens should not be stored in shell rc files). - Clarified "side effects" and external connectivity for transparency (API usage, file writes). - No functional changes to skill logic. These updates improve setup guidance and enhance user data security practices.
v1.0.6
- Added markdown report export: The system now outputs a full analysis report in markdown format after generating a final investment decision. - Added PDF report generation: Introduced a script (`scripts/markdown_to_pdf.py`) to convert the markdown report into a PDF, enabling easier sharing and archiving. - Updated documentation: SKILL.md now includes sections detailing Steps 7 and 8 for markdown export and PDF conversion, with usage instructions and requirements. - No changes to the trading agent debate workflow or analysis logic.
v1.0.5
**Major update: Introduces a two-round debate mechanism between bull and bear researchers for improved investment decision-making.** - Added a new "Layer 2.5" to the workflow featuring a two-round sequential debate between Bull and Bear Researchers, where each refutes and counter-refutes opposing arguments. - Updated workflow to a 4-layer architecture: Information Gathering → Opinion Formation → Two-Round Debate → Final Decision. - Clarified roles and tasks for Bull and Bear Researchers to include debate responsibilities with conversational, data-backed exchanges. - Specified that the Research Manager now synthesizes all reports and the complete debate history before making the final BUY/SELL/HOLD recommendation. - Revised the skill description to highlight the collaborative debate mechanism for richer investment analysis.
v1.0.4
- English translation of documentation and all instructions, making the entire SKILL.md fully accessible to non-Chinese users. - No changes to code or underlying logic; documentation content and structure remain the same, but now in English. - Maintains clear workflow steps and SubAgent descriptions, now with English naming and explanations.
v1.0.2
- Added MIT license and clarified licensing details. - Introduced explicit environment variable requirements: TUSHARE_TOKEN (required), BRAVE_API_KEY (optional). - Added environment and Python dependency setup instructions. - No changes to core workflow or agent structure; documentation improvements only.
v1.0.1
- change display name
v1.0.0
Initial public release with major structural changes for the trading-agents skill. - Rebuilt the skill around 7 SubAgent workflow: Fundamental Analyst, Market Analyst, News Analyst, Social Media Analyst, Bull Researcher, Bear Researcher, and Research Manager. - Input is now a single stock code; system outputs buy/sell/hold recommendation plus rationale. - Introduced references and prompts for each SubAgent (see references/*.md files). - Provided scripts for fundamental and market data retrieval. - Simplified overall structure: removed previous multi-layer agent/team code; focused on a leaner, parallel SubAgent execution pipeline. - Updated documentation and usage instructions for new workflow, triggers, and output formats.
Metadata
Slug stock-trading-agents-light
Version 2.4.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is Trading Agents 简化版?

多智能体股票交易信号分析框架。当用户提供股票代码要求分析投资建议时触发。输入一只股票代码,通过7个SubAgent协作分析(基本面研究员、市场信息研究员、新闻研究员、社交媒体研究员、看涨分析师、看跌分析师、投资组合经理),输出买入/卖出/持有建议及决策依据。触发词:"分析这只股票"、"给我投资建议"、"这只票值得... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install Trading Agents 简化版?

Run "/install stock-trading-agents-light" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trading Agents 简化版 free?

Yes, Trading Agents 简化版 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trading Agents 简化版 support?

Trading Agents 简化版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trading Agents 简化版?

It is built and maintained by 赖根 (@laigen); the current version is v2.4.2.

💬 Comments