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.
Install via ClawdBot CLI:
clawdbot install dwirx/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 foundexport 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]
Generated Mar 1, 2026
Businesses can use this skill to gather real-time data on competitors, industry trends, and consumer sentiment by searching news and web content with time filters. It helps in identifying market gaps and monitoring brand mentions across different regions.
Content creators and journalists can leverage image and video searches to source visual assets, verify facts with news searches, and gather inspiration for articles or videos. The expand-url option ensures accurate source attribution.
Students and educators can perform quick literature reviews, find books via annasarchive backend, and access up-to-date tutorials or videos for learning materials. Time filters help in retrieving recent studies or news relevant to coursework.
Tech companies can search for the latest frameworks, tutorials, and news on emerging technologies like AI or quantum computing to inform R&D decisions. JSON output facilitates integration into automated data pipelines for analysis.
Organizations can monitor current events and verify claims by searching news with strict time limits and safe search filters. This aids in rapid response to misinformation and maintaining public trust during crises.
Offer a subscription-based service that integrates this skill into a dashboard for businesses to automate web searches, generate reports, and monitor trends. Revenue comes from tiered plans based on search volume and features like API access.
Provide consulting to enterprises for embedding this skill into their internal tools, such as CRM or research platforms, with custom filters and backend configurations. Revenue is generated through project-based fees and ongoing support contracts.
Build a website or app that uses this skill to aggregate search results, such as news summaries or product reviews, and monetize through affiliate links, ads, or premium content. Revenue streams include ad revenue and commission from referrals.
💬 Integration Tip
Use the --json option for easy data parsing in automated workflows, and ensure the duckse binary is installed globally or via a virtual environment for consistent performance.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.