skilly. Buy ad slot
All skills
Research · Automation / AGENT SKILL

mcp-duckgo

aahl/skills
2.9K installs 159 GitHub stars
0

Search the web and scrape content through the DuckDuckGo MCP server.
Skills for web search and content scraping via DuckDuckGo MCP Server. Used when users need online searching and web scraping.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# 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://..."`