Fetch and render web pages using the Servo browser engine — a single binary with JS execution, CSS layout, screenshots, and content extraction. Use when a URL returns empty or incomplete content with plain HTTP fetch, when you need a screenshot without GPU, or when you need to run JavaScript in a page context. No…
Fetch a Reddit post URL via old.reddit.com HTML scraping — the .json API is blocked for unauthenticated requests since May 2026. Returns structured data: post metadata + nested comments (with depth) + unique external links categorized (github/reddit/external). Persists into capstore tables (reddit.posts, .comments…
Read BEFORE editing packages/infra/cli/src, resolve-npm/lib, rolldown-plugin-gjsify/src or packages/infra/tsc — anything whose output is baked into a GJS bundle. Also read when a change appears to have no effect, when a build "succeeded" but nothing changed, or when CI reports bundle staleness. Triggers: "stale…
Read BEFORE adding a new @gjsify/ package name, before running gjsify onboard/gjsify publish/gjsify trust, and before cutting or re-running a release. Covers the manual npm first-publish + Trusted Publisher bootstrap that OIDC requires, and the publish-order/closure rules that keep a partial release from shipping an…
Web search and research skill. Search the web for current, citable information — news, research papers, documentation, company and market research, fact-checking, and any page beyond the model's training data. Runs a bundled Python script (stdlib only, no API key, no install). NOT for local file operations or non-web…
A tool that retrieves the contents of web pages from URLs as readable text or Markdown. It chooses how to fetch a page based on whether the page is public, confidential, or behind an authenticated session.
Guided interactive setup for scout's search engines and fetching tools. Covers Context7, Jina Reader, Exa, and Playwright. Triggers when setting up scout, configuring API keys, adding search engines, troubleshooting fetch failures, or improving search quality.
Use this skill whenever the user needs to access information from the internet — searching for current information, fetching public web pages, browsing login-gated sites (微博/小红书/B站/飞书/Twitter), comparing products, researching topics, gathering documentation, or summarizing news. This skill orchestrates four…