·openclaw-stock-skill
{}

openclaw-stock-skill

使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。

46Installs·19Trend·@1018466411

Installation

$npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skill

How to Install openclaw-stock-skill

Quickly install openclaw-stock-skill AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skill
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: 1018466411/openclaw-stock-data-skill.

SKILL.md

View raw

本技能教会代理如何使用你自建的股票数据服务(线上域名 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/1018466411/openclaw-stock-data-skill --skill openclaw-stock-skill
Category
{}Data Analysis
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from 1018466411/openclaw-stock-data-skill

Quick answers

What is openclaw-stock-skill?

使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。 Source: 1018466411/openclaw-stock-data-skill.

How do I install openclaw-stock-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

Where is the source repository?

https://github.com/1018466411/openclaw-stock-data-skill

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-03-09

Related Skills

None