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 IvanLi-CN/tavily-hikari --skill tavily-hikari-crawlgit clone --depth 1 https://github.com/IvanLi-CN/tavily-hikariWrote 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/ivanli-cn/tavily-hikari/tavily-hikari-crawl)<a href="https://agentmods.dev/skills/ivanli-cn/tavily-hikari/tavily-hikari-crawl"><img src="https://agentmods.dev/badge/skills/ivanli-cn/tavily-hikari/tavily-hikari-crawl/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/ivanli-cn/tavily-hikari/tavily-hikari-crawl"><img src="https://agentmods.dev/badge/skills/ivanli-cn/tavily-hikari/tavily-hikari-crawl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00023 | $0.00198 |
| Opus 5 | $0.00012 | $0.00099 |
| Sonnet 5 | $0.00005 | $0.00040 |
| Haiku 4.5 | $0.00002 | $0.00020 |
Grade A, and why
tavily-hikari-crawl 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 13d 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.
What it actually says
Tavily Hikari Crawl
Use this skill when a task needs to crawl a site or path through Tavily Hikari.
Workflow
-
Define the start URL and crawl bounds before running the command.
-
Run a bounded crawl:
tvly-hikari crawl https://example.com/docs --json -
Save crawl results for follow-up analysis:
tvly-hikari crawl https://example.com/docs --json --output-dir tavily-crawl -
Prefer narrow crawl scope over broad site-wide crawling.
Hikari Notes
- Requests go to the configured Hikari
/api/tavily/crawlfacade. - Hikari token quota and audit logs apply to the crawl.
- The upstream Tavily key remains inside Hikari's key pool.
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.
- 13d ago First seen · 32 lines · 23 tokens per session scan A e60a873c35b9
tavily-hikari-crawl is a skill published in the GitHub repository IvanLi-CN/tavily-hikari (348 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 198 once invoked, about $0.0001 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 skills, from other repositories
pixelbrowse
Screenshot and visually read any web page or document using pixelshot. Use instead of fetching raw HTML when you need to see what a page looks like, read visual content (charts, diagrams, infographics), check layouts, or verify UI. Triggers: "look at this page", "screenshot", "what does this site look like", "check…
ddgs
Use when an agent needs to search the web, find images/news/videos/books, or extract content from a URL. Covers the ddgs Python library, CLI, and MCP server integration.
ketch
Research skill for ketch — a fast stateless CLI for web search, OSS code search, curated library docs, page scraping, and site crawling; an optional MCP server exists for operators who want it, but the CLI is the primary interface. Use when a question needs live sources: 'research X', 'what are people saying about Y'…
algolia-crawler
Use this skill whenever a user wants to crawl one or more web pages or a whole site and turn them into an Algolia index using the Algolia CLI — especially for RAG, AI search, semantic search, or Agent Studio retrieval. Triggers: "index my website/docs with Algolia", "set up the Algolia Crawler", "crawl this page for…
Web Search
Search the public web and fetch URL contents. Uses Tavily by default, with Exa and Brave as fallbacks.
web-access
A set of instructions for finding and reading information on the internet, including public pages and some interactive or login-required sites.