anysearch-skill

anysearch-skill

A unified real-time search plugin supporting general web search, vertical domain search, parallel batch search, and full-page content extraction.

Agent SkillResearchOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 3.7k
Source
skill-github

Overview

AnySearch Skill is a unified real-time search plugin designed for AI agents. It supports general web search, vertical domain search, parallel batch search, and full-page content extraction. With this plugin, AI can gain powerful search capabilities to better handle various tasks. Installation methods include installing directly from the skill marketplace or manually downloading and extracting to a specified directory. Ideal for AI agents requiring robust search functionality.

Capabilities

  • General web search
  • Vertical domain search
  • Parallel batch search
  • Full-page content extraction

Use cases

Quickly retrieve online informationVertical domain knowledge queriesBatch data collectionWeb page content analysis

Setup

Requires: API Key (可选但推荐)
Search for and install anysearch from the skill marketplace, or manually download and extract it to the specified directory. For example:
```bash
curl -L -o anysearch-skill.zip https://github.com/anysearch-ai/anysearch-skill/archive/refs/tags/v2.1.0.zip
unzip anysearch-skill.zip
mv anysearch-skill-2.1.0 <your_agent_skill_dir>/anysearch
```

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Is an API Key required?

API Key is optional but strongly recommended to increase rate limits and quotas.

How do I configure the API Key?

Copy the .env.example file and fill in your API Key, or set the environment variable ANYSEARCH_API_KEY directly.

Related skills