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 capad-xyz/searchts --skill skillgit clone --depth 1 https://github.com/capad-xyz/searchtsWrote 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/capad-xyz/searchts/skill)<a href="https://agentmods.dev/skills/capad-xyz/searchts/skill"><img src="https://agentmods.dev/badge/skills/capad-xyz/searchts/skill.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.1 | $0.00110 | $0.01537 |
| Opus 5 | $0.00055 | $0.00768 |
| Sonnet 5 | $0.00022 | $0.00307 |
| Haiku 4.5 | $0.00011 | $0.00154 |
Grade A, and why
searchts 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 7d 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.
MUST USE for web research, lookup, or any shared URL/link (Twitter/X, Reddit, YouTube, GitHub, LinkedIn, or any page). Read with `searchts read <url>` — unlocker for 403/429/bot-walls and JS. Search with `searchts search How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
searchts — first-party web superpowers for an agent
searchts gives you three first-party commands. Use them directly — they are the
preferred path. Do not reach for raw curl, r.jina.ai, or other tools when
one of these covers the need.
| Need | Command |
|---|---|
| Read any web page / article / link | searchts read <url> |
| Search the web | searchts search "<query>" |
| Transcribe a video | searchts transcribe <url> |
| Grab a site's assets + design (palette/fonts) | searchts grab <url> |
| Download one asset (image/PDF/font/file) | searchts get <url> |
The three commands
# Read any URL as clean markdown. Goes through an escalating open-source
# unlocker (curl_cffi browser-fingerprint fetch -> Jina Reader -> patchright
# stealth browser) and gets through most bot-walls, keyless, on your own IP.
# This is the PREFERRED way to read a blocked or JS-heavy page.
searchts read https://example.com/article
searchts read https://example.com/article --json # structured output
# Keyless multi-provider web search with reciprocal-rank fusion.
# DuckDuckGo by default; SearXNG/Exa/Brave/Tavily merge in when configured.
searchts search "open source vector db" -n 10
# Subtitles-first video transcription for YouTube/TikTok/Instagram/Reddit.
# Existing captions (via yt-dlp) need no key; falls back to hosted or
# keyless-local Whisper only when there are no usable subtitles.
searchts transcribe "https://www.youtube.com/watch?v=VIDEO_ID"
# Grab a page's assets + design tokens (design inspiration): downloads its
# images/icons/css/fonts into a folder, extracts a color palette + the fonts
# in use, and writes a manifest.json. Goes through the same unlock ladder.
searchts grab https://example.com --out ./inspo
searchts grab https://example.com --read # also save the page text as page.md
# Download a single asset (image, PDF, font, any file) through the unlocker.
searchts get https://example.com/logo.svg -o logo.svg
Standing rules (apply for the whole session)
What ships with it
8 files 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.
- 7d ago First seen · 122 lines · 110 tokens per session scan A 3d0b3bd64967
searchts is a skill published in the GitHub repository capad-xyz/searchts (2 stars, last pushed today), licensed MIT. It adds 110 tokens to every session and 1,537 once invoked, about $0.0006 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-31.
Other skills, from other repositories
vs-search-tuning-specify-policy-direction
Viking Search tuning for specified policy directions. Use this when the user provides specific queries, a type of query, or a business policy direction, and asks to boost, suppress, or fix a class of search results through request-parameter passthrough. You must only perform read-only baseline evaluation and…
vs-product-qa
Answer Viking AI Search product questions, CLI usage questions, API/auth questions, configuration questions, and troubleshooting questions by grounding every claim in either the installed vs CLI's own output or official Volcengine documentation. Never fabricate.
vs-search-tuning-partial-case
Use when the user provides 1-50 concrete bad-case search queries for one Viking Search app and wants local deterministic fixes. This skill only verifies request-level fine-operation interventions against a read-only baseline scene and delivers a console-ready configuration sheet, validated payloads, and a replay…
vs-crawler
Crawl websites (news, blogs, papers, GitHub, product docs, RSS feeds) into a fixed-schema JSONL file, then create a dataset and a searchable application in Viking AI Search. Supports one-time crawl and scheduled recurring crawl with automatic incremental sync.
volcengine-documentation
Volcengine official documentation lookup helper. Supports both document search and full-content fetch across Volcengine products, developer tools, support content, best practices, pricing, deployment, troubleshooting, API, SDK, and policy pages.
vs-project
Create Viking web projects, start and verify a local preview, or deploy a generated project to Volcengine IGA Pages when explicitly requested. Includes agent-guided feature, eligible application, dataset, scene, and authentication choices. Use only after confirming the installed CLI exposes vs project; otherwise stop…