Case
The public unit: work, creator, method, and original source.
Loading…
Connect · Open interfaces
Agent Skill, RSS, and REST API are different ways to read GoodCase. They share one source of cases, creators, and evidence.
01 · Agent Skill
The Skill reads the same public API as the site. Install it through the same cross-agent installer used by the LearnPrompt Skill Workshop:
npx skills add LearnPrompt/goodcaseai --skill goodcase --global --copy --yes --full-depthOnce installed, ask your AI “What good cases are new?” and it can query GoodCase directly.
02 · RSS
Add this URL to any RSS reader. Each item includes a localized summary and prompt preview, newest first, up to 50 items.
https://goodcase.ai/en/feed.xml03 · REST API
curl -s "https://goodcase.ai/api/public/cases?category=video&q=umesh&take=5&locale=en"Response fields (per item):
curl -s "https://goodcase.ai/api/public/cases/real-case-01-umesh-ai?locale=en"Adds promptFull, editorNote, labNote, spreadScore, sourceHeatNote, and other deep-reading fields to the list response.
All interfaces are anonymous and require no API key. Server responses cache for five minutes and allow direct browser fetches through CORS.
GoodCase is the public evidence library. Creator, Lab, and Skill are reading layers derived from cases. LearnPrompt remains an external link for fundamentals rather than a duplicated tutorial library.
Case
The public unit: work, creator, method, and original source.
Creator
A creator view aggregated from accepted cases.
Lab
Retest records and stability evidence around a case.
Skill
A method package distilled after repeated success across cases.
Content corrections, page issues, and product suggestions enter a separate human queue and never masquerade as case submissions.