Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add yueweilu/ai-agent-skills --skill "web-search-duckduckgo"
Install specific skill from multi-skill repository
# Description
Perform an anonymous web search and retrieve a list of results with titles and links.
# SKILL.md
name: web-search-duckduckgo
description: Perform an anonymous web search and retrieve a list of results with titles and links.
Web Search (DuckDuckGo)
This skill allows the agent to search the internet using DuckDuckGo, which requires no API key.
Tools
search.py
Location: skills/web-search-duckduckgo/search.py
Dependencies:
- duckduckgo-search
Install via: pip install duckduckgo-search
Usage:
python skills/web-search-duckduckgo/search.py "Query String" [Max Results]
Example:
python skills/web-search-duckduckgo/search.py "latest AI news" 5
Output Format:
Returns a JSON list of objects:
- title: Page title
- href: URL
- body: Short snippet/description
Acknowledgments
- Uses the duckduckgo-search library.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.