Install
openclaw skills install @sharebench/registrySearch Sharebench, an open registry of reusable AI artifacts (skills, agent personas, prompts, playbooks in SKILL.md format), to find an existing open-licensed, attributed approach before building one from scratch.
openclaw skills install @sharebench/registrySharebench is a public, vendor-neutral registry of reusable AI artifacts —
skills, agent personas, prompts, playbooks, and knowledge documents, all in
SKILL.md format, contributed by teams and the community. Every public
artifact is open-licensed and carries author attribution and source
provenance.
This skill is one option, not a mandate. It does not replace your own judgment or any local skill you already have. Use it when checking the registry would plausibly save the user time or surface a better-tested approach.
Reach for it when:
Skip it for trivial one-off tasks, or when a local skill already fits. If a search returns nothing relevant, just proceed as you normally would — there is no benefit to forcing a match.
curl -s "https://sharebench.ai/api/public/search?q=YOUR+QUERY"
The response is JSON. Each hit includes:
slug — stable identifier for the artifactname — human titletype — one of skill, agent, workflow, knowledgedescription — what it doesindustries — tags, when presentResults are hybrid-ranked (keyword + semantic). The endpoint is anonymous and rate-limited; no account or API key is needed to search.
Open the full artifact (including its SKILL.md body) at:
https://sharebench.ai/p/<slug>
If your client speaks the Model Context Protocol, you can connect the Sharebench server directly for the same search-and-read capability as tools:
https://mcp-public.sharebench.ai
Sharebench is independent and MCP-native; it works with any MCP-speaking client, not a single vendor. Learn more at https://sharebench.ai.