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 agentmods add instructions/hczhu/tickertick-api/claude-mdgit clone --depth 1 https://github.com/hczhu/TickerTick-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/instructions/hczhu/tickertick-api/claude-md)<a href="https://agentmods.dev/instructions/hczhu/tickertick-api/claude-md"><img src="https://agentmods.dev/badge/instructions/hczhu/tickertick-api/claude-md.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00798 | $0.00798 |
| Opus 5 | $0.00399 | $0.00399 |
| Sonnet 5 | $0.00160 | $0.00160 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
TickerTick-API CLAUDE.md scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this repo is
Documentation-only repository: it is the public API contract for the TickerTick stock-news API served at https://api.tickertick.com. There is no application code, build, lint, or test here — the deliverable is README.md (rendered on GitHub as the API docs) plus the curated source lists in docs/. The backend that actually implements and serves this API lives in a separate repository, TickerTick-backend-private; editing files here changes documentation, not API behavior.
The two endpoints (the contract)
GET /feed?q=<query>&n=<1-200>&last=<story_id>— latest matching stories, reverse-chronological.lastpaginates by an existing story'sid(a 64-bit int passed as a string). Storytimeis epoch milliseconds (JSDate.now()semantics). Rate limit: 10 req/min per IP (enforced; >5 requests in any 30s window → 30s block).GET /tickers?p=<prefix>&n=<count>— ticker / company-name autocomplete.
The query language (the core artifact)
A context-free grammar; the full grammar and operator/term tables are in README.md:
- Operators:
(and ...),(or ...),(diff query1 query2)(matchesquery1but notquery2). - Terms:
z:TICKER(narrow),tt:TICKER/TT:TICKER(broad),s:DOMAIN(no dots/slashes, e.g.s:wsj),E:entity(lowercase, spaces →_),T:story_type. T:story types: curated, earning, market, sec, sec_fin, trade, ugc, analysis, industry.
docs/Retrieve-most-important-news.md documents advanced terms that are NOT in the README's tables — notably tag:_best_ and story types like T:fin_news. The README term/type tables are not exhaustive; treat docs/ as authoritative for those.
docs/ source lists ↔ story types
The docs/*.txt files are curated lists of source-website domains that back the T: story-type terms:
top-news-sources.txt→ backsT:curatedandT:analysisindustry-publications.txt→ backsT:industryugc-sources.txt→ backsT:ugc(user-generated content: Reddit, forums)analysis-sources.txt→ analyst / Substack / blog sources
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.
- 5d ago First seen · 41 lines · 798 tokens per session scan A d26752612d5c
TickerTick-API CLAUDE.md is an instructions file published in the GitHub repository hczhu/TickerTick-API (139 stars, last pushed 3mo ago), licensed MIT. It adds 798 tokens to every session, about $0.0040 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
stock-sdk AGENTS.md
Instructions for chengzuopeng/stock-sdk, covering stock sdk 项目规范, 规则验证指令, 项目概述, 版本与分支 and 技术栈.
alpaca-mcp-server AGENTS.md
AGENTS.md instructions for alpacahq/alpaca-mcp-server, covering agent instructions, architecture overview, syncing openapi specs, step 1: download latest specs and step 2: diff the specs.
tasty-agent AGENTS.md
AGENTS.md instructions for ferdousbhai/tasty-agent, covering tasty-agent, code index, boundaries and commands.
ai-mock-trade AGENTS.md
Instructions for AoleiC/ai-mock-trade, covering 柚子 ai — 自主盯盘交易 agent 系统总纲, 一、角色与操盘风格, 1.1 身份, 1.2 操盘风格 and 二、心法 vs 策略判定准则.
prism-insight AGENTS.md
AGENTS.md instructions for dragon1086/prism-insight, covering agents.md - codex guide for prism-insight, project summary, repository map, preferred commands and setup.
tiingo-mcp AGENTS.md
Instructions for major7apps/tiingo-mcp, covering agents.md, project map, public contract, operating rules and commands.