Methodologygeneric
mcp-duckgo
Skills for web search and content scraping via DuckDuckGo MCP Server. Used when users need online searching and web scraping.
aahl/skills
Install
Use with your agent
Install the mcp-duckgo skill, then use it as build context. Run: npx skills add https://github.com/aahl/skills --skill mcp-duckgo. Then read the installed skill.md and follow its guidance to build or refactor my project.
DuckDuckGo Search
Executing Shell commands.
Web search
npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' search query="{keyword}" max_results=10
Web fetch
npx -y mcporter call --stdio 'uvx duckduckgo-mcp-server' fetch_content url="https://..."