searchts

searchts is a skill for Claude Code, Codex from capad-xyz/searchts. It costs 110 tokens per session (1,537 once invoked), scanned A, original, MIT.

A web research skill that reads pages, searches the web, transcribes videos, and downloads or inspects site assets.

In plain words
What is it for?
Use it to research websites, read articles, transcribe videos, or collect images, PDFs, fonts, and design details.
Why use it?
It provides ways to retrieve web content when pages use JavaScript or block ordinary requests.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to research websites, read articles, transcribe videos, or collect images, PDFs, fonts, and design details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/capad-xyz/searchts/skill
Install

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.

Any agent
npx skills add capad-xyz/searchts --skill skill
Clone the repo
git clone --depth 1 https://github.com/capad-xyz/searchts

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for searchts

README.md
[![agentmods](https://agentmods.dev/badge/skills/capad-xyz/searchts/skill.svg)](https://agentmods.dev/skills/capad-xyz/searchts/skill)
Your own site
<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>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 3d0b3bd64967, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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
searchts/skill/SKILL.md · 122 lines

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)

Read the full file on GitHub · 122 lines

Files

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.

Changes

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.

  1. 7d ago First seen · 122 lines · 110 tokens per session scan A 3d0b3bd64967

Subscribe to this mod's changes

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.

Related

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…

volcengine/SearchCLI · 93 tokens

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.

volcengine/SearchCLI · 51 tokens

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…

volcengine/SearchCLI · 85 tokens

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/SearchCLI · 57 tokens

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.

volcengine/SearchCLI · 51 tokens

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…

volcengine/SearchCLI · 66 tokens