A Stocks Analysis

v1.0.0

中国 A 股/港股只读数据查询与分析技能。支持行情、基本面、指数、文本四类数据检索, 支持自然语言需求映射到 stocks 接口,并输出结构化分析结果。 需 TAX_API_KEY 鉴权;仅用于公开历史数据查询,不支持交易下单,也不构成投资建议。

0· 33·1 current·1 all-time
Security Scan
Capability signals
CryptoCan make purchasesRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md and README consistently describe a read-only stocks query/analyzer using /stocks/* routes and requiring TAX_API_KEY. The single required environment variable (TAX_API_KEY) is appropriate for calling an external stocks API.
Instruction Scope
SKILL.md provides concrete routing, header, parameter, and output rules and explicitly bounds behavior (only call /stocks/*, do not handle /auth or /payment routes, do not request or echo the TAX_API_KEY). There are no instructions to read unrelated files, access other env vars, or exfiltrate data.
Install Mechanism
This is an instruction-only skill with no install spec or code files to execute; nothing is written to disk or downloaded during install.
Credentials
Only one credential (TAX_API_KEY) is required and is justified by the documented API auth scheme. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill does not request elevated persistence or to modify other skills or system-wide settings.
Assessment
This skill appears internally consistent and limited to read-only stock queries. Before installing, confirm the external service (https://tax.yyyou.top/) is trustworthy and matches your expectations. Do not paste your TAX_API_KEY into chat; configure it as a platform environment variable per the README. Because this is instruction-only (no code to audit), your platform enforces the actual network requests and environment exposure — verify the platform restricts which skills can access environment variables and that outgoing network egress is controlled. If you need stronger assurance, ask the publisher for an official API documentation or a known third-party host (e.g., GitHub/GitLab) and limit the API key's scope/permissions and lifetime (rotate/revoke if unused).

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

EnvTAX_API_KEY
Primary envTAX_API_KEY
latestvk977bjreek1gfb3gdez4wavwmn851wzw
33downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

目标与边界

本 Skill 的目标是把用户自然语言问题转换为可执行的数据查询,并返回清晰、可复核的分析结论。

必须遵守:

  1. 仅调用 /stocks/... 查询能力,不处理 /auth/*/payment/* 等非股票查询路由。
  2. 仅提供数据与分析,不给出交易代下单、收益承诺或“保证上涨”类结论。
  3. 涉及投资建议时,始终加入风险提示与不构成投资建议声明。
  4. 不回显、索取、存储或输出用户的 TAX_API_KEY

能力范围

类别典型能力
行情日/周/月线、涨跌停、资金流向、复权因子、每日指标
基本面公司资料、三大报表、财务指标、分红、股东结构、质押回购
指数指数行情、成分股、权重、分类
文本上证 E 互动/深证互动易、政策法规、研报元数据

路由触发

当用户意图属于以下任一类时,触发本 Skill:

  • 股票代码、名称、上市公司(如"平安银行"、"600000")
  • 行情、K线、涨跌、成交量、资金流向
  • 财报、财务指标、分红、ROE
  • 指数、成分股、权重、大盘
  • 董秘问答、互动易、政策法规、研报元数据

以下情况不触发(或先澄清):

  • 与股票数据无关的问题
  • 要求代客交易、绕过风控或提供内幕信息
  • 输入信息不足且无法定位标的(需先确认股票代码/名称/时间区间)

参数与鉴权规范

  1. 请求头必须包含:
Header: TAX-API-Key: <你的授权码>
  1. 常用参数格式:
参数格式说明
ts_code600000600000.SH支持裸码与标准码
start_dateYYYYMMDD起始日期
end_dateYYYYMMDD结束日期
  1. 代码规则提醒:
  • 裸码自动识别交易所(如 600000 -> .SH
  • 前导 0 不可省略(000001 不能写成 1

分析执行流程(推荐)

默认按三步执行,除非用户明确只要单点数据:

  1. 行情层:先看趋势与波动(daily/weekly/monthly/daily-basic
  2. 基本面层:验证质量与业绩(fina-indicator/income/...
  3. 环境层:指数或文本交叉验证(index-*irm-qa-*research-report

如果任一步数据不足,应明确写出“当前结论置信度受限”。

常用接口速查

问题类型推荐接口
个股走势/stocks/daily /stocks/weekly /stocks/monthly
估值与交易活跃度/stocks/daily-basic /stocks/moneyflow
财务质量/stocks/fina-indicator /stocks/income /stocks/cashflow
分红与股东结构/stocks/dividend /stocks/top10-holders
市场环境/stocks/index-daily /stocks/index-member /stocks/index-weight
公司互动信息/stocks/irm-qa-sh /stocks/irm-qa-sz

输出格式规范

默认每次回复必须包含以下四段(仅当用户明确要求“简短回答”时可降级):

  1. 数据概览:说明查询标的、时间范围、核心指标
  2. 观察结论:分点描述主要发现(行情/基本面/环境)
  3. 一致性与风险:说明数据是否互相印证,给出不确定性
  4. 下一步建议查询:给出 1-3 条可继续验证的接口或问题

若查询失败,按以下顺序返回可执行修复建议:

  1. 401/403:优先提示检查 TAX_API_KEY 是否已配置、是否过期或失效。
  2. 400 或参数类错误:提示检查 ts_code 与日期格式(YYYYMMDD)及起止区间。
  3. 502/5xx:说明上游服务临时异常,建议稍后重试,并给出可降级查询路径(如先查基础行情)。

注意事项

  • 只提供公开历史数据查询,不保证实时性
  • 不支持交易下单或收益承诺
  • 本 Skill 输出仅供研究参考,不构成投资建议

Comments

Loading comments...