Claude Skill

anysearch-ai/anysearch-skill

AnySearch Skill is a unified real-time search engine skill for AI agents, supporting Hermes, OpenClaw, QClaw, and more. Seamlessly integrate multiple search engines into your Claude Skill for fast,...

Overview

Stars3,898
Forks278
LanguagePython
Last pushed2026-06-26
Last synced2026-07-03
View on GitHub

Repository

Owneranysearch-ai
Repositoryanysearch-skill
Full nameanysearch-ai/anysearch-skill
Repo ID1,225,178,950

Install this Skill

git clone https://github.com/anysearch-ai/anysearch-skill.git

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-01
Platforms
ClaudeOpenClawCodexCursor
Capabilities
searchterminalanysearchhermesopenclawqclawskillskills
Detected files
README.mdSKILL.md
Config keys
ANYSEARCH_API_KEYURL

Summary

AnySearch Skill is a unified real-time search engine skill for AI agents, enabling seamless integration of multiple search engines into a single Claude Skill. It supports Hermes, OpenClaw, QClaw, and more, providing fast, accurate, and extensible search capabilities for AI-driven applications.

Chinese description

面向AI代理的统一实时搜索引擎技能(Claude Skill)。

Key features

  • Unified real-time search across multiple engines
  • Seamless integration with AI agents
  • Support for Hermes, OpenClaw, QClaw, and more
  • Extensible architecture for custom search backends
  • Optimized for Claude Skill environment

Use cases

  • Enhancing AI agents with real-time web search
  • Building multi-engine search aggregators
  • Integrating domain-specific search into Claude skills
  • Powering research and data retrieval for AI workflows
  • Creating customizable search experiences for users

README excerpt

# 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

Topics

Explore more

Data from GitHub. Synced on 2026-07-03