← 返回 Skills 市场
marcus-investment-analyst
作者
chenweiw09
· GitHub ↗
· v1.0.0
· MIT-0
280
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install marcus-investment-skill
功能描述
Marcus 投资分析技能 - 基于缠论+MACD+RSI 的 A 股投资策略。用于股票分析、回测、投资建议。触发词:分析股票、回测策略、投资建议、Marcus 策略。
安全使用建议
This package appears to do what it says: fetch A‑share data (via akshare), compute indicators, run Chan‑theory analysis and run/backtest a strategy. Before installing or running: 1) ensure you trust the source and review the code (it will read/write SQLite DBs under /root/data and workspace paths); 2) run in an isolated environment or non‑privileged account (don’t run as root) to limit filesystem impact; 3) ensure required Python packages (akshare, pandas, backtrader, etc.) are installed in a controlled venv; 4) be aware it uses network access to fetch market data (akshare) — if you have data policies, check those; 5) back up any existing /root/data/astock_*.db files before running because the fetcher will append to or create those databases. If you want tighter containment, run the scripts after editing DB paths to a sandboxed directory.
功能分析
Type: OpenClaw Skill
Name: marcus-investment-skill
Version: 1.0.0
The skill bundle is a legitimate stock analysis and backtesting tool for A-shares. It utilizes standard financial libraries such as akshare and backtrader to fetch market data, calculate technical indicators (MACD, RSI, KDJ), and execute trading strategies. The scripts (e.g., data_indicator_fetcher.py and marcus_ultimate_optimized_strategy.py) perform file and network operations that are strictly aligned with the stated purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (缠论+MACD+RSI 回测与分析) align with included scripts: chan theory analyzer, backtester, indicator fetcher, and a strategy using backtrader. Required capabilities (network data fetch via akshare, local DBs for history/indicators) are appropriate for the stated purpose.
Instruction Scope
Runtime instructions tell the agent to run the provided Python scripts and read packaged reference files — this matches the code. However the SKILL.md and scripts reference system paths outside the skill folder (/root/data/*.db and workspace memory paths) and will read/write local SQLite DBs and workspace files; that is within the domain of a backtester but is noteworthy because it modifies host filesystem under /root.
Install Mechanism
No install spec provided (instruction-only with source files). That lowers risk, but the scripts depend on third‑party Python packages (akshare, pandas, backtrader, etc.) which the environment must already provide; missing dependencies will cause runtime errors.
Credentials
The skill does not request environment variables or credentials. It uses network access (akshare) to fetch market data and writes to local DB files. No unexplained tokens/keys or unrelated service credentials are required.
Persistence & Privilege
always:false and no automated model disabling — normal. The scripts create/append SQLite DB files at /root/data/astock_indicators.db and read /root/data/astock_history.db; they will persist data on disk in host /root. This is proportional to a data-collection/backtest tool but you should be aware of the skill creating and modifying files in /root.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marcus-investment-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/marcus-investment-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
# Marcus 投资分析技能
**版本**: 6.0.0
**作者**: Marcus AI Agent
**许可**: MIT
---
## 📖 简介
Marcus 投资分析技能是一个基于缠论+MACD+RSI 的 A 股投资策略工具。提供股票分析、策略回测、投资建议等功能。
**核心策略**: 缠论中枢 + MACD 金叉 + RSI 超卖 + 追踪止损
---
## ✨ 功能特性
- 📊 **股票分析**: 缠论中枢、背驰检测、买卖点识别
- 📈 **策略回测**: 历史数据验证,夏普比率、胜率分析
- 💡 **投资建议**: 行业配置、个股推荐、仓位管理
- 📉 **指标下载**: 自动下载 MACD、RSI、KDJ 指标数据
---
## 🚀 使用方式
### 作为 OpenClaw 技能调用
```
"分析一下江波龙"
"回测 Marcus 策略"
"有什么投资建议?"
```
元数据
常见问题
marcus-investment-analyst 是什么?
Marcus 投资分析技能 - 基于缠论+MACD+RSI 的 A 股投资策略。用于股票分析、回测、投资建议。触发词:分析股票、回测策略、投资建议、Marcus 策略。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 marcus-investment-analyst?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marcus-investment-skill」即可一键安装,无需额外配置。
marcus-investment-analyst 是免费的吗?
是的,marcus-investment-analyst 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
marcus-investment-analyst 支持哪些平台?
marcus-investment-analyst 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 marcus-investment-analyst?
由 chenweiw09(@chenweiw09)开发并维护,当前版本 v1.0.0。
推荐 Skills