← Back to Skills Marketplace
Trend Following
by
eddieguan801-oss
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trend-following
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trend-following - After installation, invoke the skill by name or use
/trend-following - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Trend Following?
Run "/install trend-following" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trend Following free?
Yes, Trend Following is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trend Following support?
Trend Following is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trend Following?
It is built and maintained by eddieguan801-oss (@eddieguan801-oss); the current version is v1.0.0.
More Skills