用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zeenie-ai/OpenCompany --skill duckduckgo-search-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | duckduckgo-search-skill |
| description | Search the web using DuckDuckGo for free, privacy-focused results with no API key required. |
| allowed-tools | duckduckgo_search |
| metadata | {"author":"opencompany","version":"2.0","category":"search"} |
This skill enables free web search via DuckDuckGo. No API key required.
For premium search providers, see the dedicated skills:
This skill provides instructions and context. To execute web searches, connect the DuckDuckGo Search node to the agent's input-tools handle.
Search the web using DuckDuckGo and get relevant results.
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | The search query to look up on the web |
| Parameter | Default | Description |
|---|---|---|
| maxResults | 5 | Number of results to return |
Basic search:
{
"query": "latest news about artificial intelligence"
}
Factual search:
{
"query": "population of Tokyo 2024"
}
Current events:
{
"query": "weather forecast New York today"
}
Technical search:
{
"query": "how to use Python asyncio gather"
}
{
"query": "artificial intelligence news",
"results": [
{
"title": "AI Breakthrough in Medical Research",
"snippet": "Researchers have developed a new AI model that can predict...",
"url": "https://example.com/ai-medical-research"
},
{
"title": "OpenAI Announces New Model",
"snippet": "The company revealed its latest advancement in...",
"url": "https://example.com/openai-announcement"
}
],
"provider": "duckduckgo"
}
Use DuckDuckGo search when the user asks about:
Avoid searching when:
| Need | Recommended Provider | Tool Node |
|---|---|---|
| Free search, no API key | DuckDuckGo | DuckDuckGo Search |
| Google-quality results | Serper | Serper Search |
| News, images, places | Serper | Serper Search |
| Privacy-focused, independent | Brave | Brave Search |
| AI-synthesized answers | Perplexity | Perplexity Search |
| Research with citations | Perplexity | Perplexity Search |
| Bad Query | Good Query |
|---|---|
| "Can you please tell me what the weather is like in London today?" | "London weather today" |
| "I want to know about the latest iPhone model and its features" | "iPhone 16 Pro specifications" |
| "What is happening in the stock market right now?" | "stock market news today" |
ddgs library (free, no API key)input-skill handleinput-tools handle基于 SOC 职业分类