← 返回 Skills 市场
nomadrex

Stock TA Charts

作者 NomadRex · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
306
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-ta-charts
功能描述
Generate professional technical analysis charts (candlesticks, Fibonacci, SMA 20/50, RSI, pattern detection) for crypto and commodities. Use when the user as...
安全使用建议
Do not install or run this skill yet. Before using it, ask the publisher for: (1) the missing crypto_charts.py (or a proper install spec) and audit that code for network calls, file operations, and any unexpected functionality; (2) an explanation of the hardcoded Telegram target and an option to remove or parameterize it; (3) a clear list of implicit dependencies (Python version, required pip packages, where charts are stored). If you must test, run in an isolated environment (temp account or VM), inspect crypto_charts.py first, and verify the ~/clawd path and cleanup behavior so you don't lose unrelated files. The current package is internally inconsistent (no runtime code included) and should be treated with caution.
功能分析
Type: OpenClaw Skill Name: stock-ta-charts Version: 1.0.0 The skill bundle is classified as suspicious due to a hardcoded Telegram recipient ID (7887978276) in the SKILL.md instructions, which directs the AI agent to send generated charts to an external party, creating a 'phone home' exfiltration risk. Furthermore, the skill references an external, unprovided Python module (crypto_charts.py) and assumes a specific local directory (~/clawd), suggesting potential environment-specific targeting or incomplete logic. While the exfiltrated data is limited to market charts, the explicit instruction to send output to a third-party ID is a high-risk behavior that deviates from typical user-centric skill design.
能力评估
Purpose & Capability
The skill claims to 'Generate professional technical analysis charts' but contains no code files (no crypto_charts.py) and no install spec; the runtime instructions assume a local Python module and a ~/clawd layout that are not provided. That mismatch means the skill as published cannot perform its stated purpose without external artifacts.
Instruction Scope
Runtime instructions require reading/writing files under ~/clawd, deleting old charts (cleanup_old_charts()), and making outbound network requests to Yahoo Finance and CoinGecko — all reasonable for charting — but also include a hardcoded Telegram send target (message (Telegram, target="7887978276") ...) which is an unexpected, fixed external recipient. The instructions give broad discretion to run local Python code (via python3 -c) which could execute arbitrary code if the referenced module is replaced or malicious.
Install Mechanism
No install spec is provided, so nothing is written to disk by the installer. This is low-risk in isolation, but it also means required code must already exist on the user's system or be provided separately — an incoherence noted above.
Credentials
The skill declares no required environment variables or credentials, but it implicitly depends on: (1) a Python runtime and a local crypto_charts module in ~/clawd, (2) network access to Yahoo Finance/CoinGecko, and (3) the agent's messaging/Telegram integration to send images. These implicit requirements are not documented and could grant the skill access to messaging channels and the user's home files.
Persistence & Privilege
The skill does not request persistent 'always' inclusion or elevated platform privileges. It does write and delete files in ~/clawd/charts, which is normal for a charting tool, but its cleanup operation means it will remove local files in that path — users should confirm that path before running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-ta-charts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-ta-charts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Generate candlestick charts with SMA, RSI, Fibonacci, pattern detection for crypto and commodities
元数据
Slug stock-ta-charts
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Stock TA Charts 是什么?

Generate professional technical analysis charts (candlesticks, Fibonacci, SMA 20/50, RSI, pattern detection) for crypto and commodities. Use when the user as... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。

如何安装 Stock TA Charts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-ta-charts」即可一键安装,无需额外配置。

Stock TA Charts 是免费的吗?

是的,Stock TA Charts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stock TA Charts 支持哪些平台?

Stock TA Charts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stock TA Charts?

由 NomadRex(@nomadrex)开发并维护,当前版本 v1.0.0。

💬 留言讨论