원클릭으로
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.