一键导入
smart-search
Multi-provider web search with Serper, Scrapling, and curl fallback. Always search first before answering.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-provider web search with Serper, Scrapling, and curl fallback. Always search first before answering.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate Ian-style English article illustrations. Use for user requests that need weird, clean, hand-drawn body images, article illustrations, shot lists, or edit/remove-title tasks for English articles, posts, blogs, Notion docs, workflows, methods, structures, states, metaphors, or viewpoints. Default to the Xiaohei IP, pure white hand-drawn look, sparse red/orange/blue annotations, and a clean but imaginative visual style. Do not use for generic illustration, PPT, commercial brand art, children's cartoons, or non-Xiaohei image requests unless the user explicitly asks for Ian/Xiaohei style.
Robust BMKG (Indonesian Meteorological Agency) monitoring for weather and earthquake alerts. Track conditions in project locations across Indonesia, especially Balikpapan and Kalimantan region.
Draft Gmail replies in Fanani's real email style using Gog CLI + OpenClaw. Uses thread-aware triage, no extra Gmail labels, and mandatory Telegram notification after draft creation.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Generate and send automated morning briefing reports via Telegram. Combines Gmail, Calendar, Tasks, Gold prices, Server health, Weather, and optional Livescore into a single daily summary.
Use when installing, configuring, troubleshooting, securing, or performing a health check on OpenClaw gateway setups — including channel integrations, exec approvals, cron jobs, agent sessions, and operational maintenance.
| name | smart-search |
| description | Multi-provider web search with Serper, Scrapling, and curl fallback. Always search first before answering. |
Always search first, never hallucinate.
bash skills/smart-search/scripts/search.sh "your query"
With URL (triggers Scrapling/curl fallback):
bash skills/smart-search/scripts/search.sh "https://example.com"
When a URL is provided and Serper fails, Scrapling will:
# General search
bash skills/smart-search/scripts/search.sh "latest Arsenal news"
# Direct URL fetch (uses Scrapling if available)
bash skills/smart-search/scripts/search.sh "https://hargaemas.com"
To enable Scrapling fallback:
pip install scrapling
If not installed, will fallback to curl.