Perform DuckDuckGo web searches and return structured results. WHEN: User wants to "search the web", "find information online", "look up", "research topic". WHEN NOT: Know exact URL (use browser_navigate), crawling sites (use scrape_url).
/plugin marketplace add cyrup-ai/kodegen-claude-plugin/plugin install kg@kodegenThis skill inherits all available tools. When active, it can use any tool Claude has access to.
mcp__plugin_kg_kodegen__web_search performs web searches using DuckDuckGo and returns structured results with titles, URLs, and snippets. Uses headless browser with stealth configuration to avoid bot detection.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
{ "query": "rust async programming tutorial" }
{
"success": true,
"query": "rust async programming tutorial",
"results_count": 10,
"results": [
{
"rank": 1,
"title": "Async Programming in Rust - The Rust Book",
"url": "https://doc.rust-lang.org/book/ch16-00-concurrency.html",
"snippet": "Learn about async/await syntax and futures in Rust..."
},
{
"rank": 2,
"title": "Tokio Tutorial",
"url": "https://tokio.rs/tokio/tutorial",
"snippet": "Build reliable network applications with Tokio..."
}
]
}
| Field | Description |
|---|---|
rank | Result position (1-10) |
title | Page title |
url | Page URL |
snippet | Description excerpt |
{ "query": "rust error handling best practices" }
{ "query": "serde json serialization rust" }
{ "query": "rust borrow checker error E0382" }
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.