Claude Skill
anysearch-ai/anysearch-skill
AnySearch Skill 是一个面向AI代理的统一实时搜索引擎技能,支持 Hermes、OpenClaw、QClaw 等引擎。将多个搜索引擎无缝集成到您的 Claude Skill 中,获得快速准确的结果。
概览
仓库信息
安装这个 Skill
git clone https://github.com/anysearch-ai/anysearch-skill.gitRegistry 信息
项目简介
AnySearch Skill 是一个面向AI代理的统一实时搜索引擎技能(Claude Skill),支持将多个搜索引擎无缝集成到单个技能中。它兼容 Hermes、OpenClaw、QClaw 等引擎,为AI驱动的应用提供快速、准确且可扩展的搜索能力。
Unified real-time search engine skill for AI agents.
要点
- 跨多个引擎的统一实时搜索
- 与AI代理无缝集成
- 支持 Hermes、OpenClaw、QClaw 等引擎
- 可扩展的架构,支持自定义搜索后端
- 针对 Claude Skill 环境优化
使用场景
- 为AI代理增强实时网络搜索能力
- 构建多引擎搜索聚合器
- 将特定领域搜索集成到 Claude Skill中
- 为AI工作流提供研究和数据检索支持
- 为用户创建可定制的搜索体验
README 摘要
# AnySearch Skill Unified real-time search engine skill for AI agents. Supports general web search, vertical domain search, parallel batch search, and full-page content extraction. ## Download & Install ### For AI Agents If your agent platform supports a skill marketplace/store, search for **anysearch** and install from there. Otherwise, download and install manually: ```bash # Download (pin to a specific release version) curl -L -o anysearch-skill.zip https://github.com/anysearch-ai/anysearch-skill/archive/refs/heads/main.zip # or: wget -O anysearch-skill.zip https://github.com/anysearch-ai/anysearch-skill/archive/refs/heads/main.zip # Verify integrity (replace with actual checksum from the release page) # sha256sum anysearch-skill.zip # Unzip unzip anysearch-skill.zip # Move to your agent's skill directory (example paths below, adjust for your agent) # Claude Code: mv anysearch-skill ~/.claude/skills/anysearch # OpenCode: mv anysearch-skill ~/.config/opencode/skills/anysearch # Cursor/Windsurf: mv anysearch-skill <project>/.skills/anysearch # Generic: mv anysearch-skill <your_agent_skill_dir>/anysearch # Shared agents: mv anysearch-skill ~/.agents/skills/anysearch ``` `~/.agents/skills/` is a useful shared install location when multiple AI tools read from the same skill directory, including Codex, Cursor, and OpenClaw personal agent skills. ### For Humans 1. Download the zip: https://github.com/anysearch-ai/anysearch-skill/archive/refs/heads/main.zip 2. Unzip to your agent's skill directory 3. Configure API key (see below) 4. Run the entry test to verify installation ## API Key Configuration An API key is **optional but strongly recommended**. Without a key, you can still use all search features via anonymous access, but with **lower rate