Results for “returning”
18 skillsFirecrawl Search
Searches the web and optionally extracts full page content, returning results as JSON files.
2
Web Search
Search the web and fetch content from URLs, returning LLM-friendly markdown.
1.5k · bundle
Pinme
Deploy static websites to IPFS with a single command using the PinMe CLI, auto-detecting the build directory and returning a preview URL.
1 · bundle
Tavily CLI
Performs web search, content extraction, site crawling, URL discovery, and deep research via the Tavily CLI, returning JSON for LLM consumption.
2
Firecrawl
Search the web, scrape pages, crawl sites, and interact with dynamic content via the Firecrawl CLI, returning clean markdown for LLM contexts.
2 · bundle
Edgeone
Deploy a single HTML document to Tencent EdgeOne Pages via mcporter with no login or API key, returning a public URL. Use when a user wants generated HTML published quickly as a live webpage.
228 · bundle
More results
Taobao Product Reviews
Fetch customer reviews for a Taobao or Tmall product by itemId, returning reviewer name, date, purchased variant, review text, and photo URLs.
3.7k · bundle
Instagram Hashtag Posts
Scrapes Instagram posts by hashtag, returning media items with captions, like/comment counts, media URLs and user info from the hashtag explore feed.
3.7k · bundle
Xiaohongshu Note Detail
Fetch Xiaohongshu (RedNote) note details and comments by note ID, returning title, description, author info, engagement stats, tags, and paginated comment list.
3.7k · bundle
Web Search
Searches the web for text, news, images, videos, and books using the duckse CLI, returning clean results in text or JSON format.
1 · bundle
Webcrawler Deep Crawl
Deep-crawl any website from start URLs, returning per-page LLM-ready text, markdown, or HTML with metadata and in-scope outbound links.
3.7k · bundle
Agentic RAG
Agent-driven RAG patterns. Self-RAG, Corrective RAG (CRAG) with web fallback, Adaptive RAG with routing classifier, ReAct with retrieval tool, multi-hop retrieval, plan-and-execute, LangGraph state machines for RAG. USE WHEN: user mentions "agentic RAG", "Self-RAG", "Corrective RAG", "CRAG", "Adaptive RAG", "multi-hop retrieval", "LangGraph RAG", "ReAct RAG", "plan and execute RAG" DO NOT USE FOR: static retrieval pipelines - use `rag-architecture`; query rewriting only - use `query-transformations`; evaluation - use `rag-evaluation`
28
Snap
Takes screenshots of any website by sending its URL to a free cloud API, returning PNG or JPEG images with options for full-page capture, viewport size, dark mode, and more.
1 · bundle
Fetch
Retrieves HTML or JSON from static pages via the Browserbase Fetch API, returning status codes, headers, and content without a full browser session. Supports redirects, proxies, and insecure SSL options.
1 · bundle
Ecommerce Reviews
Extract customer reviews from e-commerce product pages, returning reviewer name, rating, date, title, body, verified purchase status, and helpful votes. Supports Amazon, WooCommerce, Shopify, and generic sites with pagination.
3.7k · bundle
Page Tree
Captures a spatial hierarchy of rendered DOM elements from any webpage via Playwright CLI, returning an LLM-friendly text tree, structured JSON tree, and a node map with CSS selectors and overlay metadata.
142 · bundle
Facebook Groups Scrape Posts
Scrapes posts from a Facebook group given a group URL, sort order, and desired count, returning structured post metadata including post_id, permalink, author, timestamp, body text, media, reactions, comments, and shares.
3.7k · bundle
Hono Patterns
Use when building APIs on Hono (Cloudflare Workers, Bun, Deno, Node), debugging route ordering, wiring middleware, validating with @hono/zod-validator, returning streaming responses, configuring CORS with credentials, handling errors via app.onError, or composing typed RPC clients. Triggers: c.env binding types, c.header + c.redirect interaction, missing await next() bugs, Set-Cookie not attaching to redirect, route-precedence surprises, JWT middleware setup, hono/client typed RPC end-to-end. NOT for Express/Fastify/Koa idioms, tRPC/GraphQL paradigms, or Next.js Route Handlers.
10