← Back to Skills Marketplace
fslong520

Stocktorch

by fslong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
163
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install stocktorch
Description
A股智能分析系统。支持个股综合分析(技术/财务/资金流/新闻融合)和大盘实时分析。
Usage Guidance
This package is just an instruction file (SKILL.md) that describes a full Python-based stock analyzer but does not include any code, docs, or installers. Before installing or enabling it: 1) Ask the publisher for source code or a homepage and verify the run_skill.py and docs referenced in SKILL.md. 2) If you allow the agent to run this skill, restrict its filesystem and execution permissions (run in a sandbox) because the instructions will try to execute python3 scripts and read/write local files if they exist. 3) If you find run_skill.py from an external repo, audit that code before granting the agent permission to execute it. 4) Avoid enabling the skill on systems with sensitive data unless you can confirm exactly which files and network endpoints the skill will access.
Capability Assessment
Purpose & Capability
The SKILL.md describes a full A‑share analysis tool that runs python3 run_skill.py, reads docs/, and writes reports/, yet the skill bundle contains only SKILL.md and no code, docs, or binaries. The declared requirements list no binaries or env vars, but the instructions implicitly require python3 and a browser interface (browser_use). This mismatch is incoherent: either the skill is a thin operator that expects external project files, or it's misleading about providing runnable functionality.
Instruction Scope
Runtime instructions direct the agent to perform web searches (browser_use), extract stock codes, run local commands (python3 run_skill.py ...), read many local documents (docs/*.md, report/读财报.md) and save reports to reports/. Those files are not present in the package; following these instructions could cause the agent to search the user's file system or execute arbitrary local Python scripts if they exist. The instructions also assert timing ('0.5秒获取18年数据') and strict document-read rules which give the agent broad discretion to access system files and browser results beyond the skill's stated scope.
Install Mechanism
There is no install spec (instruction-only). That reduces supply-chain risk because nothing is downloaded or written by an installer. However, the lack of delivered code means the instructions are placeholders that rely on external code being present on the host — a separate risk vector.
Credentials
The skill requests no environment variables or credentials, which is proportionate. But it nevertheless instructs reading and writing local files and executing python3 commands: those behaviors require filesystem and execution privileges that are not declared. The absence of declared env/credentials is not sufficient reassurance because the skill could cause the agent to access local data or invoke local programs.
Persistence & Privilege
always is false and the skill does not request persistent installation. Autonomous invocation is allowed (platform default). That alone is not a red flag, but combined with the instruction to execute local scripts it increases the potential impact if the agent is permitted to run code on the host.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stocktorch
  3. After installation, invoke the skill by name or use /stocktorch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
No changes detected in this release. - No file changes or content updates were found between 1.0.2 and the previous version. - Functionality and documentation remain unchanged.
v1.0.1
- 移除全部实现代码与文档,仅保留 SKILL.md,全面下线核心分析、报表、工具与输出内容。 - 仅保留技能描述和调度说明,功能实现与详细方法论文档均已删除。 - 目录结构和所有示例命令已无法实际运行,仅作文档展示用途。 - skill 现为占位说明版本,暂不提供任何实际股票分析能力。
v2.0.0
Major refactor: SKILL.md 772->203 lines, docs split by modules, financial analyzer uses akshare (0.5s vs timeout), deep analysis with《读财报》methodology, 90-score financial health rating
v1.0.0
股票研究 v1.0.0 - 首次发布,提供A股增强型股票分析能力。 - 支持实时行情、技术指标、财务分析、行业分类和大盘分析。 - 引入多周期技术分析(MA、RSI、MACD、KDJ等)及同业横向对比。 - 集成多维度量化评分模型和投资建议输出。 - 实现主力资金流、北向/南向资金流、行业估值等特色研究功能。 - 支持综合性Markdown格式报告输出,并兼容多种数据获取与缓存机制。
Metadata
Slug stocktorch
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Stocktorch?

A股智能分析系统。支持个股综合分析(技术/财务/资金流/新闻融合)和大盘实时分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.

How do I install Stocktorch?

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

Is Stocktorch free?

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

Which platforms does Stocktorch support?

Stocktorch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stocktorch?

It is built and maintained by fslong (@fslong520); the current version is v1.0.2.

💬 Comments