← 返回 Skills 市场
eddieguan801-oss

Trend Following

作者 eddieguan801-oss · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install trend-following
功能描述
Trend-following stock analysis using price + volume. Use when user asks to analyze a stock, check a ticker, get buy/sell signals, find support/resistance, or...
安全使用建议
This appears to be a straightforward, local analysis tool. Before installing: (1) be aware it needs network access to fetch market data via yfinance (which queries Yahoo Finance) and you must pip-install the yfinance dependency; (2) inspect any transitive Python packages you install (supply-chain risk is separate from this skill's code); (3) the output is analytical, not guaranteed trading advice — validate signals independently before acting with real funds.
功能分析
Type: OpenClaw Skill Name: trend-following Version: 1.0.0 The skill bundle provides a standard technical analysis tool for stocks using the yfinance library. The Python script (trend_strategy.py) calculates common indicators like RSI, MACD, and Moving Averages to generate buy/sell signals and identify support/resistance levels without any suspicious network calls, file system access, or command execution.
能力评估
Purpose & Capability
Name/description (trend-following stock analysis) matches the included script and SKILL.md. The script fetches historical price/volume data via yfinance and computes indicators (MA, RSI, MACD, Bollinger, volume MA) — all proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs running the included Python script and installing yfinance. The runtime instructions and script operate on market data from Yahoo Finance; they do not read unrelated local files, environment variables, or contact unexpected external endpoints.
Install Mechanism
No automated install spec is present (instruction-only). The README notes 'pip install yfinance' which is reasonable. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script does not attempt to access secrets or unrelated system config.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/settings. It runs as a one-off script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trend-following
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trend-following 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of trend-following stock analysis. - Provides analysis using price and volume, with buy/sell signals, support/resistance, and price targets. - Supports any Yahoo Finance ticker (e.g., AAPL, TSLA); runs via a simple command-line script. - Includes key indicators: RSI, MACD, MA20/50/200, Bollinger Bands, and volume average. - Offers clear output sections: trend status, key levels, trading signals, entry/exit targets, and risk/reward.
元数据
Slug trend-following
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Trend Following 是什么?

Trend-following stock analysis using price + volume. Use when user asks to analyze a stock, check a ticker, get buy/sell signals, find support/resistance, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Trend Following?

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

Trend Following 是免费的吗?

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

Trend Following 支持哪些平台?

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

谁开发了 Trend Following?

由 eddieguan801-oss(@eddieguan801-oss)开发并维护,当前版本 v1.0.0。

💬 留言讨论