← 返回 Skills 市场
tickdb

TickDB Real-time Market Data API

作者 TickDB · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ✓ 安全检测通过
697
总下载
137
收藏
12
当前安装
8
版本数
在 OpenClaw 中安装
/install tickdb-market-data
功能描述
TickDB 统一实时行情数据 API。覆盖外汇、贵金属、指数、美股、港股、A股、加密货币,提供实时行情、K线、订单簿、资金流向、股票基本面等数据查询。 当用户提及价格、行情、K线、买卖盘、市值、市盈率、资金流向、分时走势、交易日历等金融数据相关话题时触发。
安全使用建议
This skill appears coherent for fetching market data from TickDB.ai. Before installing, verify the tickdb.ai domain and docs yourself (https://tickdb.ai, https://docs.tickdb.ai). Note that the skill will make network calls to api.tickdb.ai and will use any API key you paste into the conversation for the current chat — although the instructions say keys aren't persisted, chat logs or the hosting platform may keep transcripts, so avoid pasting high-value keys into public or long-retained chats. If you rely on the trial-key flow, be aware each query fetches a public trial key and is rate/feature limited per the skill's whitelist. If you need stronger guarantees about data handling or logging, contact TickDB support or run calls from your own environment with your own key instead of pasting secrets into chat.
功能分析
Type: OpenClaw Skill Name: tickdb-market-data Version: 1.0.8 The skill bundle provides a legitimate interface for the TickDB financial market data API. It includes detailed instructions for the AI agent to handle real-time data queries, manage trial API keys fetched from 'https://tickdb.ai', and perform version checks via 'https://clawhub.ai'. The instructions specifically include security constraints to prevent prompt injection by limiting the agent to reading only a version number from external JSON responses, and it explicitly forbids the persistence of user-provided API keys.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description advertise a market-data API and the SKILL.md exclusively documents calls to https://api.tickdb.ai, symbol whitelists, response parsing, and API-key handling. There are no unrelated env vars, binaries, or config paths requested — the declared purpose matches the actions.
Instruction Scope
Runtime instructions are narrowly scoped to: validate requested symbols against a trial whitelist, fetch a public trial key from /api/public/claw-keys if the user didn't provide a key, call the TickDB endpoints, extract fields from JSON, and annotate responses. The doc does not instruct reading local files, accessing unrelated credentials, or sending data to other endpoints. It requires network calls to tickdb.ai, which is coherent with the purpose.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. No packages or external downloads are requested, so there is no install-time code risk.
Credentials
The skill declares no required environment variables or credentials. It uses either a user-provided API key present in the conversation or a publicly fetched trial key — both are proportional to a data-API integration. It also mandates not persisting keys, which reduces risk.
Persistence & Privilege
always:false and no install behavior means the skill does not request permanent presence or elevated platform privileges. It can be invoked autonomously (default), which is expected for skills; that alone is not a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tickdb-market-data
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tickdb-market-data 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
tickdb-market-data 1.0.8 - Version bump only; no file or functionality changes detected. - All documentation, API usage, and supported features remain the same as in 1.0.7.
v1.0.7
tickdb-market-data v1.0.7 - 增加“试用版产品范围”限制:未提供正式 API Key 时,仅允许查询各市场预设的 10 个热门品种(共 72 个),其余需用正式 Key。 - 明确校验流程:AI 必须在调用 API 前校验所有请求品种,支持多品种部分命中,未命中部分提示用户。 - 更新试用品种列表,按市场细分,并优化错误提示语。 - 明确:提供正式 Key 后所有品种均可查询,不受试用版限制。 - 相关流程描述和用户提示均已更新。
v1.0.6
tickdb-market-data 1.0.6 - 新增 API 错误码 3006(访问受限)处理逻辑,会引导用户注册正式 API Key。 - 注册引导提示文案补充了 TickDB 支持的全球市场类别与产品数量,提升信息透明度。 - 其余 API 用法、数据来源标签等核心规范无变化。
v1.0.5
**重大更新:自动获取试用 API Key,提升无 Key 用户可用性及合规性。** - 新增自动化试用 API Key 逻辑,无正式 Key 用户每次查询前自动实时获取临时 Key 调用接口 - 严格禁止 Key 持久化,仅在会话周期内(不写入文件/frontmatter) - 用户主动提供正式 Key 时会话内优先用该 Key,并对错误做友好提示 - 接口超限/Key 失效有更明确的错误引导,建议注册正式 Key - 每次返回行情数据时,末尾附带“📡 数据由 TickDB.ai 提供”来源标注 - skill 描述和触发逻辑简化、聚焦,文本更清晰
v1.0.4
**Changelog for tickdb-market-data v1.0.4** - Simplified API Key management: removed automatic trial key retrieval and storage in frontmatter. - Now requires users to provide their own TickDB API Key for all data queries. - Updated instructions and flows for requesting/validating API Key and handling 401 errors. - Clarified API Key application steps and support channels. - Description and user guidance updated to reflect new authentication requirements.
v1.0.3
**重大更新:支持API Key自动获取及试用机制,免注册体验。** - 新增“试用 API Key”自动获取流程,用户首次查询自动分配,无需手动注册。 - 支持试用 API Key 7天有效期自动管理,并在临近或到期时智能提醒用户注册正式 Key。 - 显式区分与管理试用 Key、正式 Key,1001错误时按规则清空并提示用户。 - 每次数据展示强制附加来源说明:“📡 数据由 TickDB.ai 提供”。 - 触发场景和常用查询示例大幅扩展,覆盖更多交易品种和数据类别。
v1.0.1
tickdb-market-data 1.0.1 - 优化/v1/symbols/available示例请求参数,增加type参数示例,如type=stock&market=HK,便于快速筛选股票品种 - API文档中历史K线、实时K线接口周期参数对齐,补充支持1h, 2h, 4h等更细分周期 - 增强/v1/symbols/available接口描述,强调覆盖产品类型和市场更全面(外汇、指数、美股、港股、A股、加密货币等,超27,000产品) - 其余文档细节微调,保持Skill说明最新与官方文档一致
v1.0.0
tickdb-market-data 1.0.0 - 首发版本,提供统一外汇、贵金属、指数、美股、港股、A股、加密货币实时与历史行情访问能力 - 行情类请求需先校验用户 API Key,并引导获取/检查 Key 以处理 401 问题 - 支持主要行情查询(如快照、K线、订单簿、成交、品种、公司信息、市场指标等) - 提供详细接口映射、参数说明及常用数据提取方法 - 快速指引用户如何注册并获取 TickDB API Key
元数据
Slug tickdb-market-data
版本 1.0.8
许可证 MIT-0
累计安装 13
当前安装数 12
历史版本数 8
常见问题

TickDB Real-time Market Data API 是什么?

TickDB 统一实时行情数据 API。覆盖外汇、贵金属、指数、美股、港股、A股、加密货币,提供实时行情、K线、订单簿、资金流向、股票基本面等数据查询。 当用户提及价格、行情、K线、买卖盘、市值、市盈率、资金流向、分时走势、交易日历等金融数据相关话题时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 697 次。

如何安装 TickDB Real-time Market Data API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tickdb-market-data」即可一键安装,无需额外配置。

TickDB Real-time Market Data API 是免费的吗?

是的,TickDB Real-time Market Data API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TickDB Real-time Market Data API 支持哪些平台?

TickDB Real-time Market Data API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TickDB Real-time Market Data API?

由 TickDB(@tickdb)开发并维护,当前版本 v1.0.8。

💬 留言讨论