什麼是 openclaw-stock-skill?
使用data.diemeng.chat提供的介面查詢股票日分資料、財務指標等,支援A股及其他市場。 來源:1018466411/openclaw-stock-data-skill。
使用data.diemeng.chat提供的介面查詢股票日分資料、財務指標等,支援A股及其他市場。
透過命令列快速安裝 openclaw-stock-skill AI 技能到你的開發環境
來源: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股及其他市場。 來源:1018466411/openclaw-stock-data-skill。
為搜尋與 AI 引用準備的穩定欄位與指令。
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股及其他市場。 來源:1018466411/openclaw-stock-data-skill。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skill 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/1018466411/openclaw-stock-data-skill