Install
openclaw skills install duckseThis 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.
openclaw skills install duckseGunakan duckse untuk metasearch web berbasis DDGS. Skill ini mendukung:
text, news, images, videos, books--json)--expand-url)Gunakan skill ini saat user meminta:
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, autoimages: duckduckgo, autovideos: duckduckgo, autonews: bing, duckduckgo, yahoo, autobooks: annasarchive, autoduckse "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--timelimit untuk informasi terbaru--expand-url jika butuh URL final--json untuk otomasi/pipeline--max-results (mulai 10-20)duckse: command not found
export PATH="$HOME/.local/bin:$PATH"--timeout, atau gunakan --proxyJika sedang develop lokal tanpa binary terpasang global:
uv run python main.py "<query>" [opsi yang sama]