Real Skill packageSource verifiedClawHub registry

指数直通车ETF信息查询

ETF(交易型开放式指数基金)信息与行情查询。ETF 在证券交易所上市交易,通常通过券商股票账户买卖,盘中按交易价格成交,以6位证券代码识别(如510300)。 支持查询ETF基础信息、规模费率、持仓明细、历史分红、区间收益、资金流向、涨幅榜、热搜榜、按持仓股票反查相关ETF,以及最新价、盘中涨跌、成交、换手率、IOPV、溢折率和分钟走势。 适用于用户关注场内ETF基础信息、成交活跃度、主题ETF筛选、同类ETF比较和实时行情等场景。如果用户通过银行、基金公司或第三方基金销售平台申购赎回指数基金,应使用 open-fund-query;如果用户查询指数本身,应使用 index-query。

Identity and source

Publisher attributione-fintechregistry owner unverified by skillvetai
Functional categoryAwaiting category reviewreview pending · 0% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:e-fintech:etf-fund-query
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/24/2026.claude/skills/etf-fund-query

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/24/2026.agents/skills/etf-fund-query

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/24/2026skills/etf-fund-query

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @e-fintech/etf-fund-query
clawhub inspect @e-fintech/etf-fund-query --version 1.0.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
9 / 9 inspected as text
Checked
8/24/2026, 1:20:36 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • api: cdn.efunds.com.cn
  • api: clawhub.ai
  • api: www.etf.com.cn
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/24/2026, 10:43:21 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:ad6b714509881186da230832cde284bf1ab86bf2868cbd859406df6eb8ec96d7
Show up to 9 recorded paths
  • config.py
  • guardrails.py
  • install-spec.sh
  • INSTALL.md
  • install.sh
  • references/catalog-etf.md
  • scripts/api_client.py
  • skill-card.md
  • SKILL.md

Source changelog

Version 2.0.0 (major update) - 新增实时ETF行情能力,包括盘口价格、涨跌、成交、换手率、IOPV、溢折率及分钟走势等查询。 - 严格区分ETF、场外指数基金与指数本身,支持对象类型识别与路由。 - 所有数据调用统一经 scripts/api_client.py 发起,支持鉴权、缓存和批量请求,提升调用准确性与效率。 - 场景和能力说明同步扩展,涵盖更多ETF和行情指标,详细列出接口选择与调用规则。 - 完善异常处理、权限与准确性要求,强化数据来源规范,仅支持真实查询结果作答。 - 更新文件结构,移除 skill-card.md,新增 scripts/api_client.py 及安装脚本。