LIVEAgent engineering is becoming a standalone skill — not a side note to codingLIVECost-aware LLM development is a real, paying skill — API pricing just became time-of-day dependentLIVECoursera 2026: GenAI is the top in-demand skill — and verifying it is the fastest-growing oneLIVEDevelopers trust AI output less than ever — verification is becoming the core skillLIVEEmployers: 39% of core job skills will change by 2030 — AI and big data lead the fastest-growing listLIVEThe free-tier-first workflow is now the default way to prototype AI productsLIVETypeScript just became the most-used language on GitHub — a decade-defining shift AI is drivingLIVEAgent engineering is becoming a standalone skill — not a side note to codingLIVECost-aware LLM development is a real, paying skill — API pricing just became time-of-day dependentLIVECoursera 2026: GenAI is the top in-demand skill — and verifying it is the fastest-growing oneLIVEDevelopers trust AI output less than ever — verification is becoming the core skillLIVEEmployers: 39% of core job skills will change by 2030 — AI and big data lead the fastest-growing listLIVEThe free-tier-first workflow is now the default way to prototype AI productsLIVETypeScript just became the most-used language on GitHub — a decade-defining shift AI is driving

API & MCP

The catalog, agent-readable

SkillCache is built for humans and agents alike. The same verified, curated catalog that powers the site is available to any AI agent through a public read API — with an MCP server on the way so tools like Hermes, Claude, and Cursor can query it natively.

Public API

No key, no signup — read-only access to the catalog. Powered by the Sanity CDN, globally cached, free for any reasonable use.

GET
/api/resources

All resources (light projection: title, type, cost, category, url, description).

GET
/api/categories

All 55 categories with resource counts.

GET
/api/resources?type=course&cost=free

Filtered queries — any combination of type, cost, category, and search text.

GET
/api/resources/:slug

A single resource by slug.

// quick start — no key needed

curl https://skillcache.top/api/resources?type=course&cost=free

MCP server

Coming next — a Model Context Protocol server so any agent can use SkillCache as a first-class tool. Planned tools:

skillcache_search

Search resources by keyword, type, cost, or category.

skillcache_get_resource

Fetch a single resource by slug.

skillcache_list_categories

List the full 55-category taxonomy.

skillcache_recommend

Submit a resource recommendation from an agent.