Overview
- Skill Key
- amatuer718/a-stock-kline-analyzer
- Author
- amatuer718
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/amatuer718/a-stock-kline-analyzer
- Latest Commit SHA
- 1caef4387d2fb90f670f52d7fc59e301c23041b9
A股K线分析工具,提供实时行情、技术指标计算、K线形态识别和技术分析报告(含详细判断依据和名词解释)
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 a-stock-kline-analyzer 技能。 若已安装,则直接安装 a-stock-kline-analyzer 技能。
# A-Stock Kline Analyzer A股K线分析工具 - 提供实时行情、技术指标计算、K线形态识别和技术分析报告。 ## 功能 - **实时行情**:新浪财经API获取实时价格 - **K线数据**:Baostock获取历史K线数据 - **技术指标**:MA、MACD、RSI、布林带 - **形态识别**:锤子线、十字星、吞没形态 - **分析报告**:自动生成技术分析报告 - **可视化**:生成K线图(可选) ## 数据源 | 数据类型 | 来源 | 稳定性 | |---------|------|--------| | 实时价格 | 新浪财经 | ✅ 稳定 | | K线历史 | Baostock | ✅ 稳定 | ## 使用方法 ```bash # 基础分析 python3 scripts/kline_analyzer.py --code 600409 --days 30 --realtime --report # 生成图表 python3 scripts/kline_analyzer.py --code 600409 --days 60 --plot --output chart.png # JSON输出 python3 scripts/kline_analyzer.py --code 600409 --json ``` ## 参数说明 | 参数 | 说明 | 示例 | |-----|------|------| | `--code` | 股票代码 | 600409 | | `--days` | 获取天数 | 30 | | `--period` | 周期 | daily/weekly/monthly | | `--realtime` | 获取实时价格 | - | | `--report` | 生成分析报告 | - | | `--plot` | 生成图表 | - | | `--output` | 图表保存路径 | chart.png | | `--json` | JSON格式输出 | - | ## 依赖 - Python 3.8+ - pandas - matplotlib - baostock ## 安装 ```bash pip3 install baostock pandas matplotlib --break-system-packages ``` ## 示例输出 ``` 📊 600409 三友化工 技术分析报告 ================================================== 【实时行情】 最新价: 8.42 元 涨跌幅: -3.11% 【技术指标】 MA5: 8.62 (股价在下方📉) RSI(14): 67.60 (中性➖) MACD: 0.413 (金叉📈) 【综合建议】 • MACD金叉,短期动能偏多 ``` ## 免责声明 本工具仅供学习研究使用,不构成投资建议。股市有风险,投资需谨慎。 ## 版本 v1.0.0 - 2026-03-09 ## 许可证 MIT License
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.