Agent skill
ths-skill
同花顺 iFinD 专业金融数据 HTTP API 底层封装,是其他 ths-* skill 的共用底座。当需要直接调用同花顺 iFinD API 时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ths-skill
SKILL.md
ths-skill
同花顺 iFinD 金融数据底层 JS 封装。
核心能力
- 同花顺 iFinD HTTP API 统一调用
- ACCESS_TOKEN 认证管理(从 .env 读取)
- 是 ths-edb-skill、insurance-skill 等的底层依赖
配置
# .env
THS_ACCESS_TOKEN=your_token_here
使用
const ths = require("$SKILLS_ROOT/ths-skill/index.js");
// 调用 iFinD API
注意
- 需要同花顺 iFinD 专业版账号
- TOKEN 配置在项目根目录 .env 文件中
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?