Agent skill
technical-skill
技术指标计算工具库(纯本地计算),提供 MA/MACD/KDJ/RSI/BOLL 五类常用技术指标。当用户需要对价格序列计算技术指标时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/technical-skill
SKILL.md
technical-skill
A 股技术指标计算工具库(JS 版)。
核心能力
- MA(移动平均线)
- MACD(指数平滑异同移动平均线)
- KDJ(随机指标)
- RSI(相对强弱指标)
- BOLL(布林带)
特点
- 纯本地计算,无外部 API 依赖
- 输入价格数组,输出指标值
- 支持 K 线数据格式化
使用
const { calcMA, calcMACD, calcKDJ, calcRSI, calcBOLL } = require("$SKILLS_ROOT/technical-skill/index.js");
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?