---
name: curiossa-site
description: Read the Curiossa studio site — list and inspect products, fetch page content as markdown, follow links to product sites.
version: 1.0.0
license: MIT
homepage: https://curiossa.com
---

# Curiossa Site Skill

This site exposes a small, agent-friendly surface area for an AI assistant to use.

## Capabilities

- **List products**: `GET /api/products.json` → JSON array of products.
- **Get a product**: `GET /api/products/{id}.json` where `id` is one of: `bizqiz`, `kochi`, `monmonmon`, `botvisibility`, `letterful`, `cryptoproto`.
- **Fetch a page as markdown**: send `Accept: text/markdown` to any HTML page; the server responds with a compact markdown rendition. Or fetch `/llms.txt` for a site-wide summary.
- **Subscribe to updates**: `GET /feed.xml` (RSS 2.0).

## Authentication

None required. All endpoints are public, read-only, and CORS-enabled (`Access-Control-Allow-Origin: *`).

## Rate limits

Soft limit of 60 requests/minute per IP. Responses include `X-RateLimit-Limit` and `X-RateLimit-Remaining` headers.

## Caching

All resources include `ETag` and `Cache-Control` headers. Send `If-None-Match` to revalidate.

## Errors

Errors are returned as RFC 9457 problem-details JSON (`application/problem+json`).
