Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses duckse (DDGS-based CLI) to return clean results in pretty text or JSON.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses duckse (DDGS-based CLI) to return clean results in pretty text or JSON.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Gunakan duckse untuk metasearch web berbasis DDGS. Skill ini mendukung: text, news, images, videos, books filter waktu, region, safe search, backend output rapi (default) atau JSON (--json) URL final via redirect (--expand-url)
Gunakan skill ini saat user meminta: pencarian web umum berita terbaru/topik tertentu pencarian gambar/video riset cepat dengan sumber URL fact-checking berbasis hasil web
Pastikan duckse tersedia: duckse --help Jika belum ada, install: curl -sSL https://raw.githubusercontent.com/dwirx/duckse/main/scripts/install.sh | bash
duckse "<query>" Contoh: duckse "python asyncio tutorial"
duckse "<query>" --max-results <N> Contoh: duckse "machine learning frameworks" --max-results 20
duckse "<query>" --timelimit <d|w|m|y> Contoh: duckse "artificial intelligence news" --type news --timelimit w
duckse "<query>" --type news Contoh: duckse "climate change" --type news --timelimit w --max-results 15
duckse "<query>" --type images Contoh: duckse "sunset over mountains" --type images --max-results 20 Filter image: duckse "landscape photos" --type images --size Large duckse "abstract art" --type images --color Blue duckse "icons" --type images --type-image transparent duckse "wallpapers" --type images --layout Wide
duckse "<query>" --type videos Contoh: duckse "python tutorial" --type videos --max-results 15 Filter video: duckse "cooking recipes" --type videos --duration short duckse "documentary" --type videos --resolution high
duckse "<query>" --type books --backend annasarchive Contoh: duckse "sea wolf jack london" --type books --max-results 10
duckse "<query>" --region us-en --safesearch moderate Contoh: duckse "local news" --type news --region us-en --safesearch on
JSON output: duckse "quantum computing" --json Resolve final URL: duckse "beritakan di indonesia hari ini" --expand-url --max-results 5
text: bing, brave, duckduckgo, google, grokipedia, mojeek, yandex, yahoo, wikipedia, auto images: duckduckgo, auto videos: duckduckgo, auto news: bing, duckduckgo, yahoo, auto books: annasarchive, auto
duckse "machine learning basics" --max-results 15 duckse "machine learning" --type news --timelimit m --max-results 15 duckse "machine learning tutorial" --type videos --max-results 10
duckse "climate summit" --type news --timelimit d --max-results 20
duckse "specific claim to verify" --type news --timelimit w --max-results 20 --expand-url
Command format: duckse "<query>" [options] Essential options: --type (text|images|videos|news|books) --max-results --timelimit (d|w|m|y) --region --safesearch (on|moderate|off) --backend --json --expand-url --proxy, --timeout, --verify
Gunakan query spesifik Pakai --timelimit untuk informasi terbaru Pakai --expand-url jika butuh URL final Gunakan --json untuk otomasi/pipeline Sesuaikan --max-results (mulai 10-20)
duckse: command not found tambahkan PATH: export PATH="$HOME/.local/bin:$PATH" backend tidak valid sesuaikan dengan daftar backend per type hasil kosong longgarkan query atau hapus filter waktu timeout/network ulangi, tambah --timeout, atau gunakan --proxy
Jika sedang develop lokal tanpa binary terpasang global: uv run python main.py "<query>" [opsi yang sama]
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.