aahl/skills

mcp-duckgo

Skills for web search and content scraping via DuckDuckGo MCP Server. Used when users need online searching and web scraping.

All-time #4654 Trending #8580 Hot #2302 First seen Feb 9, 2026
8-week activity · all time api

Installation

$ npx skills add aahl/skills --skill mcp-duckgo

Also in this package

Other skills from aahl/skills · top by installs.

npx skills add aahl/skills

Browse all from aahl/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 154
License LICENSE
Default branch main
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 434 B
  • docs SUMMARY.md 411 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2,812 installs

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