fetchโ
14 indexed skills ยท max 10 per page
fetch-homepage-content
example.com/fetch-homepage-content-3h5vgl ยท reference
Fetch the example.com homepage and return its h1 heading, first paragraph text, and the trailing 'Learn more' link as structured JSON. Read-only, no auth, no anti-bot.
fetch
browserbasehq/sdk ยท data
Use this skill to retrieve a URL without a full browser session, fetching HTML or JSON from static pages and inspecting headers.
nextjs-pathname-id-fetch
wsimmonds/claude-nextjs-skills ยท Frontend
Use this pattern whenever a page needs to load data based on whatever identifier appears in the URL. Common scenarios include:
email-imap-fetch
tiangong-ai/skills ยท AI/ML
Environment defaults:
agent-fetch
teng-lin/agent-fetch ยท Productivity
A better web fetch for text content. Your built-in web fetch summarizes or truncates pages. agent-fetch extracts the complete article โ every paragraph, heading, and link โ using 7 extraction strategies and browser impersonation. No server required, runs as a local CLI tool.
reddit-fetch
ykdojo/claude-code-tips ยท Productivity
Use Gemini CLI via tmux. It can browse, summarize, and answer complex questions about Reddit content.
fetch
browserbase/skills ยท Productivity
Fetch a page and return its content, headers, and metadata โ no browser session required.
fetch-tweet
ai-native-camp/camp-2 ยท Productivity
X/Twitter URL์์ ํธ์ ์๋ฌธ, ์์ฑ์ ์ ๋ณด, ์ธ๊ฒ์ด์ง๋จผํธ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ ธ์ค๋ ์คํฌ. FxEmbed ์คํ์์ค ํ๋ก์ ํธ์ API (api.fxtwitter.com)๋ฅผ ํ์ฉํ์ฌ JavaScript ์์ด ํธ์ ๋ฐ์ดํฐ๋ฅผ ์ถ์ถํ๋ค.
my-fetch-tweet
ai-native-camp/camp-1 ยท Productivity
Fetch X/Twitter tweets with summaries, insights, and full Korean translations via a three-stage pipeline. \n \n Extracts tweet text, author info, and engagement metrics (likes, retweets, views) using the FxEmbed API without JavaScript execution \n Supports multiple URL formats: x.com, twitter.com, fxtwitter.com, and fixupx.com \n Delivers insights in three stages: concise summary with author context, three-point analysis (core message, industry implications, personal relevance), then full natura
web-fetch
0xbigboss/claude-code ยท Productivity
Fetch web content as clean markdown using markdown-native endpoints, selector-based HTML extraction, or bundled fallback parsing. \n \n Prioritizes markdown-native responses (content-type: text/markdown) before falling back to HTML extraction \n Includes pre-configured selectors for common documentation sites (Anthropic, MDN, GitHub) and a generic fallback for article/main content regions \n Provides html2markdown with CSS selector support for fine-grained content isolation, excluding navigation