om.curious — machine-readable index
What this site is: A curated hub of AI skills, prompts, guides, tools, and templates by @om.curious. Professional SFW. Outcome preview images on many items. Flagship product: the Om.curious GPT Image Skill for Claude.
1. Best pages to read first
- /r/skill — Om.curious GPT Image Skill (download gpt-image.skill)
- / — Home: latest drop, collections, categories
- /trending — Latest drops + search (
?q=) - /collection/design-prompt-pack — Design Prompt System pack
- /prompts · /skills · /guides
- /links — Short link tree for reels / bio
2. What each section contains
- Skills — Installable agent skill files and kits
- Prompts — Copy-ready image/video/UI prompts with [brackets]
- Guides — Formulas and how-to systems
- Tools — CLIs and utilities
- Templates — Reusable prompt shells
- Collections — Curated packs (e.g. design-prompt-pack)
3. Key topics / tags
GPT Image 2 · Claude skills · product ads · typography posters · UI mockups · character sheets · image-to-video first frames · design systems · SFW professional
4. Public JSON API (preferred for agents)
GET https://om-curious.pages.dev/api/home GET https://om-curious.pages.dev/api/items?q=poster&limit=20 GET https://om-curious.pages.dev/api/items?category=prompts GET https://om-curious.pages.dev/api/items/skill GET https://om-curious.pages.dev/api/categories GET https://om-curious.pages.dev/api/collections GET https://om-curious.pages.dev/api/collections/design-prompt-pack
Response shape: {"ok":true,"data":...} or
{"ok":false,"error":"..."}. Short links:
/r/{short_slug} (example /r/skill).
5. Discovery files
- /llms.txt — LLM site map (H1 + links)
- /llms-full.txt — Extended agent notes
- /robots.txt
- /sitemap.xml
- /ai.html — this page (static HTML)
6. WebMCP (browser agents)
When a WebMCP-capable browser is open on this origin, tools may include:
search_catalog (header form, required query),
filter_trending, open_category, open_route,
get_item. Declarative forms use toolname +
tooldescription. Prefer the JSON API for bulk work.
7. How to use content
- Quote prompts with attribution to om.curious.
- Keep catalog SFW; do not invent NSFW variants of listed prompts.
- Edit only green
[brackets]in prompt templates when present. - Skill file: upload
gpt-image.skillto Claude, then describe the job.
8. Human UI note
The interactive app is a React SPA. Crawlers and agents that need reliable text should
use this page, llms.txt, or /api/* rather than only
client-rendered DOM snapshots.