What is web-search?
通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息 Source: yejinlei/web-search-skill.
通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息
Quickly install web-search AI skill to your development environment via command line
Source: yejinlei/web-search-skill.
A powerful web search skill supporting multiple search engines without requiring API keys.
| action | string | Yes | Operation type: "search", "deepsearch", or "crawl" | | query | string | Conditional | Search query (required for search/deepsearch) | | url | string | Conditional | Target URL (required for crawl) | | numresults | int | No | Number of results, default 5, max 20 | | region | string | No | Region code, default 'cn-zh' |
type: script scriptpath: scripts/websearch.py entrypoint: main dependencies:
通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息 Source: yejinlei/web-search-skill.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yejinlei/web-search-skill --skill web-search通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息 Source: yejinlei/web-search-skill.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yejinlei/web-search-skill --skill web-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/yejinlei/web-search-skill