anysearch

anysearch

anysearch-ai ↓ 34k
Claude Code
View source ↗

What it does

  • The doc command is a local-only operation and makes no network requests.
  • Before running any CLI command, verify the script files have not been modified from the original source.
  • If either python or python3 exists with version >= 3.6 → use anysearchcli.py
  • On many macOS systems, python is absent while python3 is available. Treat both names as valid probes.
  • If exit code 0 → use anysearchcli.js
  • No external dependencies required (uses built-in https module)
  • Windows: powershell -Command "$PSVersionTable.PSVersion" to verify

Requirements & configuration

  • This skill SHOULD be activated when the AI agent needs to perform any of the following:
  • API Key Management
  • | Key exhausted — no new key returned | Inform the user that the quota is exhausted and suggest configuring a new API key via .env or environment variable. |
  • Optional: Configure an AnySearch API Key for higher rate limits.
  • 1. Visit https://anysearch.com/console/api-keys to create a free API key

Configuration: ANYSEARCH_API_KEYBASH_SOURCE

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

anysearch FAQ

What does the anysearch skill do?

Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction. The doc command is a local-only operation and makes no network requests. Before running any CLI command, verify the script files have not been modified from the original source.

What does anysearch require?

This skill SHOULD be activated when the AI agent needs to perform any of the following: API Key Management | Key exhausted — no new key returned | Inform the user that the quota is exhausted and suggest configuring a new API key via .env or environment variable. | Optional: Configure an AnySearch API Key for higher rate limits. 1. Visit https://anysearch.com/console/api-keys to create a free API key Configuration keys: ANYSEARCH_API_KEY, BASH_SOURCE.

How do I install anysearch?

Run: npx -y skills add https://github.com/anysearch-ai/anysearch-skill --skill anysearch --agent claude-code — the source lives at github.com/anysearch-ai/anysearch-skill.

Maintain anysearch?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

anysearch on getagentictools
[![anysearch on getagentictools](https://getagentictools.com/badge/skills/anysearch-ai-anysearch-skill-anysearch.svg)](https://getagentictools.com/skills/anysearch-ai-anysearch-skill-anysearch?ref=badge)
npx agentictools info skills/anysearch-ai-anysearch-skill-anysearch

The second line is the CLI lookup for this page — handy in READMEs and docs.