stock-earning-cn

这是 StockEarningCN 的 OpenClaw 技能/Skill插件入口说明。安装本目录后,你将获得一组可组合使用的技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stock-earning-cn" with this command: npx skills add hareluya/stock-earning

StockEarningCN Skills介绍(StockEarning Assistant)

这是 StockEarningCN 的 OpenClaw 技能插件入口说明。安装本目录后,你将获得一组可组合使用的技能,用于:

  • 查询A股行情、股票信息、股票搜索
  • 查询与管理持仓、计算盈亏、刷新持仓现价
  • 记录买入/卖出交易

开始之前:

您需要去https://www.mystockearning.cn注册一个账号,并等待审核通过后获取api key。

认证与基础配置

  • 环境变量: STOCK_API_KEY
  • Base URL: 从 config.sh 中读取 $STOCK_BASE_URL(默认 https://www.mystockearning.cn,也可通过环境变量 STOCK_BASE_URL 覆盖)

所有请求均使用 HTTP Header:

X-API-Key: $STOCK_API_KEY

推荐安全保存(OpenClaw/Hermes 通用):

mkdir -p ~/.config/stockearning
(umask 077; printf 'export STOCK_API_KEY="sk_your_api_key_here"\n' > ~/.config/stockearning/stockearning.env)
source ~/.config/stockearning/stockearning.env

推荐使用方式

通常直接使用主入口技能:

  • /stock-earning:主入口,覆盖最常用的查询/记账/刷新场景

若你希望更可控、更聚焦的行为,可以按需调用下列技能:

技能名称功能目录
stock-earning主入口:综合查询、刷新现价、记录交易./stock-master/
portfolio-assistant仅查询持仓/收益摘要/历史交易./portfolio-assistant/
market-data仅查询实时价格、股票信息、搜索代码./market-data/
trade-execution仅用于记录买入/卖出交易./trade-execution/

安装方式

Openclaw:

openclaw skills install stock-earning-cn
<br />

Hermes:

hermes skills install clawhub:stock-earning-cn

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Partnerize

Partnerize integration. Manage Organizations. Use when the user wants to interact with Partnerize data.

Registry SourceRecently Updated
General

Copper

Copper integration. Manage Persons, Organizations, Leads, Deals, Projects, Activities and more. Use when the user wants to interact with Copper data.

Registry SourceRecently Updated
General

Mattermost

Mattermost integration. Manage Teams. Use when the user wants to interact with Mattermost data.

Registry SourceRecently Updated
General

Parsioio

Parsio.io integration. Manage Documents, Parsers, Inboxs, Templates, Folders, Users. Use when the user wants to interact with Parsio.io data.

Registry SourceRecently Updated