ワンクリックで
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.