/SKILL.md
综合性股票技术分析工具,小白友好。采用混合数据源(Yahoo Finance + Alpha Vantage MCP),提供通俗易懂的分析报告、买卖点建议、Excel持仓管理。支持港股本地计算、ATR动态止损、KDJ随机指标、MACD/RSI背离检测、OBV量能分析、斐波那契支撑阻力位、K线形态识别(锤子线/吞没/十字星)、趋势形态识别(双底/头肩/三角形)。支持飞书多维表格同步。当用户请求股票分析、技术指标、交易建议、持仓分析时激活。
npx skillsauth add gijndgiuer/stock-master stock-masterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
面向普通投资者的技术分析工具,用日常语言解释指标,给出明确买卖建议。
GitHub: https://github.com/EagleF6432614/stock-master
如果觉得有用,请给个 Star ⭐
| 数据 | 美股 | 港股/A股 | |------|------|----------| | 价格 | Yahoo Finance | Yahoo Finance | | RSI/布林带 | Alpha Vantage MCP | 本地计算 | | MACD/KDJ/ATR/均线/OBV/形态 | 本地计算 | 本地计算 |
RSI (相对强弱):
70 超买 → "被抢购一空,小心回调"
MACD:
KDJ (随机指标):
布林带:
背离信号:
K线形态 [v3.4]:
趋势形态 [v3.4]:
| 分数 | 建议 | 仓位 | |------|------|------| | ≥6 | 强烈买入 | 30% | | 3-5 | 建议买入 | 20% | | -2~2 | 观望 | - | | -3~-5 | 建议卖出 | - | | ≤-6 | 强烈卖出 | - |
| 形态类型 | 权重 | |----------|------| | 三只白兵/乌鸦、早晨/黄昏之星、头肩、双底双顶 | ±3 | | 看涨/看跌吞没、上升/下降三角形 | ±2 | | 锤子线、十字星等单K线形态 | ±1 |
用户: "分析 TSLA" / "看看苹果" / "0700.HK 能买吗"
执行步骤:
scripts/indicators.py 本地计算scripts/beginner_analyzer.py 生成小白友好报告用户: "创建持仓表格" / "分析我的持仓" / "更新持仓价格"
Excel 路径: 可在 config.json 中配置,默认为当前目录下的 my_portfolio.xlsx
用户: "对比 AAPL 和 GOOGL" / "这几只哪个好: TSLA, NVDA"
用户: "同步分析结果到飞书" / "更新飞书持仓"
飞书多维表格配置: 请在 feishu_config.json 中配置你的飞书应用凭证和表格 ID。
同步逻辑: 本地分析 → 飞书(单向,飞书为主库)
使用前请创建 config.json 文件(参考 config.example.json):
{
"portfolio_path": "./my_portfolio.xlsx",
"feishu_config_path": "./feishu_config.json"
}
每份报告必须包含:
MIT License - 详见 LICENSE
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.