GetSkillary
GetSkillary skill registry
GetSkillary is a Cloudflare-first registry for free AI agent skills. It combines public pages, R2-hosted zip downloads, D1 catalog data, Vectorize recommendations, MCP search, and aggregate analytics.
Direct Answer
GetSkillary is a Cloudflare-first registry for free AI agent skills. It combines public pages, R2-hosted zip downloads, D1 catalog data, Vectorize recommendations, MCP search, and aggregate analytics.
The practical GetSkillary path is to search by intent, compare a real skill package, inspect SKILL.md, and only then download or install it locally.
A concrete starting point is A Robust, Permission-friendly Method to Capture Macos Screens, which has a public detail page, package metadata, and manual download guidance.
Best For
- Users evaluating GetSkillary skill registry with a local AI agent.
- Teams that want reusable workflow instructions instead of one-off prompts.
- Agents that need structured discovery through a website, LLM file, or MCP query.
Not For
- Automatic installation without reading the package first.
- Credential, regulated, or destructive workflows that require a separate review policy.
- Broad task requests where no specific skill, input, or expected output is known.
Example Workflow
- Search with: GetSkillary Skill Registry.
- Open A Robust, Permission-friendly Method to Capture Macos Screens and compare its summary, use cases, tags, size, and SHA-256 package hash.
- Download manually from https://codex-skills-downloads.edenxwang2.workers.dev/downloads/a-robust-permission-friendly-method-to-capture-macos-screens.zip, inspect SKILL.md, then add it to the local skills directory if it matches the task.
MCP Search Query
Use this query when a local AI agent needs structured GetSkillary results for this intent.
search_skills("getskillary skill registry")
Actual Skill Example
Start with A Robust, Permission-friendly Method to Capture Macos Screens, then compare the related skills below before downloading. The public detail page is the source of truth for package size, tags, use cases, SHA-256, and manual download status.
Registry architecture
The public site is built as static pages on Cloudflare Pages. Skill packages are stored in R2, download links are served through a Worker, and structured catalog data is stored in D1.
Vectorize supports recommendation and semantic retrieval, while the MCP Worker exposes search and detail tools for local agents.
Why staged publishing matters
The raw library is much larger than the public catalog, but not every raw skill should become a public page immediately. Staged publishing prevents duplicated, thin, or unreviewed content from flooding the site.
Each batch must pass local and live gates: package generation, R2 upload, Pages deploy, D1 import, Vectorize upsert, MCP smoke, and GEO page validation.
How growth is measured
Private analytics reports track aggregate page views, downloads, site search, category filters, MCP calls, top skills, top categories, and coverage gaps.
Those signals drive future batches and GEO sprints so the registry grows around real demand rather than random inventory.
FAQ
Which skill should I start with for GetSkillary skill registry?
Start by inspecting A Robust, Permission-friendly Method to Capture Macos Screens. It is linked from this page so you can compare the detail page, use cases, tags, package size, and manual download path before installing anything.
Can the MCP endpoint install this skill automatically?
No. The GetSkillary MCP endpoint is a discovery layer. It can search, inspect, recommend, and return manual download guidance, but installation remains user-controlled.
What should I check before enabling a downloaded skill?
Extract the zip into a temporary folder, read SKILL.md, confirm the requested tools and permissions, and test the skill on a small non-critical task first.