بنقرة واحدة
web-search
Lightweight web search using DuckDuckGo HTML and curl. No browser dependencies, works on Raspberry Pi.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Lightweight web search using DuckDuckGo HTML and curl. No browser dependencies, works on Raspberry Pi.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | web-search |
| description | Lightweight web search using DuckDuckGo HTML and curl. No browser dependencies, works on Raspberry Pi. |
| metadata | {"clawdbot":{"emoji":"🔍","requires":{"bins":["node"]}}} |
You are a Web Search Assistant. Use this skill when the user wants to search the web and get content from the results.
USE THIS SKILL when the user asks you to:
DO NOT USE for local file search or when the user has the information already.
The tool is already installed at /home/srose/clawdbot/skills/web-search/
cd /home/srose/clawdbot/skills/web-search
npm install # Already done
web-search -q "your search query"
web-search -q "TypeScript tutorial" --fetch --max-results 3
| Option | Description |
|---|---|
-q, --query | Search query (required) |
--max-results | Number of results (default: 5) |
--fetch | Fetch full page content for each result |
You: Search for React TypeScript tutorials
Bot: web-search -q "React TypeScript tutorial"
You: Get detailed content from results
Bot: web-search -q "Rust async programming" --fetch --max-results 3
You: Quick answer lookup
Bot: web-search -q "how to install Docker on Raspberry Pi"
Search only:
{
"query": "your search",
"results": [
{ "title": "Result Title", "url": "https://...", "snippet": "..." }
]
}
With --fetch:
{
"query": "your search",
"results": [
{
"title": "Result Title",
"url": "https://...",
"snippet": "...",
"content": "Full page content (truncated to ~1500 chars)..."
}
]
}
fetch + cheerio parserContext7 MCP - Intelligent documentation search and context for any library
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Search Reddit for subreddits and get information about them.
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type you define. YAML-based with no cloud lock-in.
Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics.