What is openclaw-stock-skill?
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。 Source: 1018466411/openclaw-stock-data-skill.
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。
Quickly install openclaw-stock-skill AI skill to your development environment via command line
Source: 1018466411/openclaw-stock-data-skill.
本技能教会代理如何使用你自建的股票数据服务(线上域名 https://data.diemeng.chat),通过 API Key 进行鉴权,查询股票的日线、分钟线、财务指标等数据。
⚙️ API Key 配置约定 OpenClaw 会按照 skills.entries. 配置 把 API Key 和自定义配置注入到进程环境变量中。 本技能约定使用环境变量 STOCKAPIKEY 作为主密钥,并在 metadata.openclaw.primaryEnv 中声明,以便通过 skills.entries.openclaw-stock-skill.apiKey 统一配置。
推荐的 OpenClaw 配置示例(/.openclaw/openclaw.json): ```json5 { skills: { entries: { "openclaw-stock-skill": { enabled: true, // 建议在 OpenClaw UI 的 Skill 参数面板里填写 apiKey, // Gateway 会自动将其写入 STOCKAPIKEY 环境变量 apiKey: { source: "env", provider: "default", id: "STOCKAPIKEY" }, env: { // 可在这里直接写死,或通过系统环境变量覆盖 STOCKAPIKEY: "YOURREALSTOCKAPIKEY" }, config: { // 可选:覆盖默认域名
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。 Source: 1018466411/openclaw-stock-data-skill.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skillBrowse more skills from 1018466411/openclaw-stock-data-skill
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。 Source: 1018466411/openclaw-stock-data-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/1018466411/openclaw-stock-data-skill