Global Skills Search

v1.0.7

Instantly find the best AI agent skills, tools, and capabilities from across the entire web.

1· 357·1 current·1 all-time
byHagen Hoferichter@h4gen
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description, SKILL.md, and included script all match: a python3 script performs full-text searches by forwarding queries to an external search API. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md explicitly says queries are forwarded to an external API; the script confirms this by making an HTTP GET to https://skillsearch-api.hagen-hoferichter.workers.dev/search. The instructions do not read local files or environment variables, but they do transmit whatever the user types to the publisher's endpoint (so queries may be logged).
Install Mechanism
There is no install spec and only a small included Python script; nothing is downloaded or executed from arbitrary URLs during install. Required runtime is only python3.
Credentials
The skill requests no environment variables or credentials (proportionate). However, because it transmits raw queries to a publisher-managed endpoint, users should avoid embedding API keys, passwords, or PII in queries.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills or system settings, and has no install-time side effects. Autonomous invocation is allowed by default but not exceptional here.
Assessment
This skill is coherent with its stated purpose, but it forwards whatever you type to an external, publisher-run API (https://skillsearch-api.hagen-hoferichter.workers.dev). Before installing: (1) do not include secrets, API keys, passwords, or PII in queries; (2) test with harmless sample queries first; (3) if privacy is a concern, ask the publisher for a privacy/provenance statement or consider a self-hosted alternative; (4) you can review the included scripts (scripts/search.py) yourself — it only performs an HTTP GET and prints results — and control network access with host-based firewall rules if needed.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🚀 Clawdis
Binspython3
latestvk977r53r9ff73nehegqdxe07s1829as1
357downloads
1stars
8versions
Updated 1mo ago
v1.0.7
MIT-0

Global Skills Search

Stop building from scratch. This skill gives you instant access to a massive library of 240,000+ pre-built agent skills, specialized tool definitions, and expert system prompts indexed from across the internet.

Why use this?

Discover existing high-quality capabilities for any task—fast. Whether you need a specialized web scraper, a financial analyzer, or a niche API integration, this search engine finds the most relevant, battle-tested agent tools available.

Usage

Search by keywords to find exactly the capabilities you need.

python3 scripts/search.py "YOUR_QUERY"

Example Queries

  • Basic: python3 scripts/search.py "browser automation"
  • Multi-Skill: python3 scripts/search.py "reddit AND sentiment analysis"
  • Specific: python3 scripts/search.py "stripe payment integration"

Response Format

The search tool returns a prioritized list of matching skills, including their names, origins, and descriptions.

Privacy & Security Disclosure

[!IMPORTANT] Data Transit: This skill forwards your search queries to an external API to perform the high-speed full-text search against the discovery index.

Best Practices:

  • Sensitive Data: Avoid including API keys, passwords, or PII (Personally Identifiable Information) in search queries.
  • Provenance: This service is managed by the skill publisher to provide a centralized hub for 240,000+ public agent capabilities.

Comments

Loading comments...