Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TickDB/tickdb-unified-realtime-marketdata-api --skill skillgit clone --depth 1 https://github.com/TickDB/tickdb-unified-realtime-marketdata-apiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tickdb/tickdb-unified-realtime-marketdata-api/skill)<a href="https://agentmods.dev/skills/tickdb/tickdb-unified-realtime-marketdata-api/skill"><img src="https://agentmods.dev/badge/skills/tickdb/tickdb-unified-realtime-marketdata-api/skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tickdb/tickdb-unified-realtime-marketdata-api/skill"><img src="https://agentmods.dev/badge/skills/tickdb/tickdb-unified-realtime-marketdata-api/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 14 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 264 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 326 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 352 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 382 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 413 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 449 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 470 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 513 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 545 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 573 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 601 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 645 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 678 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium MCP Rug Pull · line 811 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.08098 |
| Opus 5 | $0.00050 | $0.04049 |
| Sonnet 5 | $0.00020 | $0.01620 |
| Haiku 4.5 | $0.00010 | $0.00810 |
Grade A, and why
tickdb-market-data scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X GET "https://api.tickdb.ai/v1/market/ticker?symbols=XAUUSD,TSLA.US,BTCUSDT" \ How it starts
The opening of the file, as written. The whole thing — 819 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TickDB Market Data API
统一实时行情数据 API,通过单一连接访问多个金融市场的实时与历史行情数据。
官网: https://tickdb.ai
文档: https://docs.tickdb.ai
基础信息
- Base URL:
https://api.tickdb.ai - 认证方式: API Key(放在 HTTP Header
X-API-Key中) - 时间戳单位: 毫秒(ms),UTC 时区
- 响应格式: JSON
API Key 使用流程
核心逻辑(必须严格遵守)
API Key 不做任何持久化存储,每次查询实时获取,用完即弃。
用户请求行情数据
│
├─ 用户是否在本轮对话中提供过正式 Key?
│ ├─ 是 → 使用用户提供的 Key 调用 API(无产品限制)
│ └─ 否 → 检查请求的品种是否在试用版允许范围内
│ ├─ 在范围内 → 自动调用试用 Key 接口实时获取(见下方)
│ └─ 不在范围内 → 直接告知用户该品种需要正式 Key(见「试用版产品范围」)
│
└─ API 返回错误?
├─ 1001(Key 无效/过期)→ 提示用户注册正式 Key
├─ 3001(频率超限)→ 提示用户注册正式 Key 以获取更高配额
├─ 3002(配额用尽)→ 提示用户注册正式 Key 以获取更高配额
└─ 其他错误 → 按错误码表处理
试用版产品范围(必须严格遵守)
使用试用 Key 时,仅支持以下产品。AI 在发起请求前必须校验用户请求的品种是否在此列表中。
加密货币: BTCUSDT, ETHUSDT, BNBUSDT, SOLUSDT, XRPUSDT, DOGEUSDT, ADAUSDT, AVAXUSDT, DOTUSDT, LINKUSDT
港股: 700.HK, 9988.HK, 9618.HK, 3690.HK, 1810.HK, 2318.HK, 941.HK, 1024.HK, 9888.HK, 2015.HK
美股: AAPL.US, TSLA.US, NVDA.US, MSFT.US, GOOGL.US, AMZN.US, META.US, AMD.US, NFLX.US, BABA.US
外汇: EURUSD, GBPUSD, USDJPY, AUDUSD, USDCAD, USDCHF, NZDUSD, EURGBP, EURJPY, GBPJPY
贵金属: XAUUSD, XAGUSD
A股: 600519.SH, 601318.SH, 600036.SH, 000858.SZ, 000333.SZ, 600900.SH, 601012.SH, 000002.SZ, 600276.SH, 002594.SZ
指数: SPX, DJI, IXIC, NDX, RUT, VIX, DXY, FTSE, DAX, N225
校验规则:
- 用户请求的每个品种代码必须与上述列表精确匹配(含市场后缀,如
.HK、.US、.SH、.SZ) - 若用户请求的品种不在列表中,不要调用 API,直接向用户展示以下提示:
🔒 您查询的品种
{symbol}不在试用版支持范围内。试用版每个市场仅支持 10 个热门品种(共 72 个)。如需查询全部 37,527+ 产品,请前往 tickdb.ai 注册正式 API Key。
📋 试用版支持的品种:
- 加密货币:BTCUSDT, ETHUSDT, BNBUSDT, SOLUSDT, XRPUSDT 等 10 个
- 美股:AAPL, TSLA, NVDA, MSFT, GOOGL 等 10 个
- 港股:700, 9988, 9618, 3690, 1810 等 10 个
- A股:600519, 601318, 600036, 000858, 000333 等 10 个
- 外汇:EURUSD, GBPUSD, USDJPY, AUDUSD, USDCAD 等 10 个
- 贵金属:XAUUSD, XAGUSD
- 指数:SPX, DJI, IXIC, NDX, RUT 等 10 个
- 若用户一次请求多个品种,其中部分不在范围内,则仅查询范围内的品种,并在结果末尾附加上述提示告知哪些品种被跳过
- 用户提供正式 Key 后,不受此限制
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 819 lines · 100 tokens per session scan A 020d8bf47b8b
tickdb-market-data is a skill published in the GitHub repository TickDB/tickdb-unified-realtime-marketdata-api (766 stars, last pushed 2mo ago), licensed MIT. It adds 100 tokens to every session and 8,098 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
defeatbeta-earnings-analysis
Create professional equity research earnings update reports (8-12 pages, 3,000-5,000 words) analyzing quarterly results for companies already under coverage. Fast-turnaround format focusing on beat/miss analysis, key metrics, updated estimates, and revised thesis. Includes 1-3 summary tables and 8-12 charts. Use when…
defeatbeta-earnings-preview
Build pre-earnings analysis with normalized baselines, weighted decision models, company-specific veto gates, scenario frameworks, catalysts, historical reactions, and options-implied moves. Use before a company reports quarterly earnings to prepare positioning notes or bilingual three-page PDF reports.
defeatbeta-analyst
Professional financial analysis using 60+ market data APIs. Use for: company fundamentals (revenue, margins, EPS, balance sheet), valuation (P/E, P/B, P/S, PEG, DCF, intrinsic value), profitability (ROE, ROA, ROIC), growth trends (YoY revenue/earnings/FCF), earnings transcripts (key data, changes, guidance), industry…
defeatbeta-earnings-key-data
Run one of three traceable earnings-call transcript templates through the DefeatBeta MCP tools: (1) extract current-quarter results plus next-quarter and full-year guidance, (2) extract factual QoQ or YoY financial-metric change sentences, or (3) extract numerical forward-looking forecast sentences with…
stock-share-chg
A record of A-share shareholder increases and decreases in their holdings. It can show the history for one stock or the latest reported change across the market.
cb-base-data
Basic information about one convertible bond, a bond that may be exchanged for shares. It includes items such as the bond name, related stock, conversion price and value, maturity date and issue size.