Back to list
seshuthota

web-search

by seshuthota

0🍴 0📅 Jan 11, 2026

SKILL.md


name: web-search description: Search the web using DuckDuckGo (no API key required) metadata: {"requires": {"bins": ["python3"]}}

Web Search Skill

Search the web for information using DuckDuckGo. No API key required.

Usage

python3 {baseDir}/scripts/search.py "your search query"
python3 {baseDir}/scripts/search.py "your search query" --max_results 10

Parameters

  • query: The search query (required, first positional argument)
  • --max_results: Maximum number of results to return (default: 5)

Example

# Search for Python tutorials
python3 {baseDir}/scripts/search.py "python asyncio tutorial" --max_results 3

Output

Returns JSON array with search results:

[
  {
    "title": "Result title",
    "url": "https://example.com/...",
    "snippet": "Brief description..."
  }
]

Notes

  • Uses DuckDuckGo's HTML interface (rate-limited, use sparingly)
  • For heavy usage, consider using the brave-search skill with API key

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon