{"schema_version":"1.0","name":"TokRepo","description":"AI asset registry — skills, prompts, MCP configs, scripts, and workflows for humans and agents.","homepage":"https://tokrepo.com","api":{"base_url":"https://api.tokrepo.com/api/v1/tokenboard","docs":"https://tokrepo.com/docs","endpoints":{"search":{"method":"GET","path":"/workflows/list","description":"Search assets by keyword, tag, or sort order","params":{"keyword":{"type":"string","description":"Search query (multi-word AND matching)"},"tag_id":{"type":"integer","description":"Filter by tag ID"},"sort_by":{"type":"string","enum":["latest","popular","views","stars"],"default":"latest"},"page":{"type":"integer","default":1},"page_size":{"type":"integer","default":20}}},"detail":{"method":"GET","path":"/workflows/detail","description":"Get full asset details including steps and metadata","params":{"uuid":{"type":"string","description":"Asset UUID"}}},"raw":{"method":"GET","path":"/workflows/raw","description":"Get raw asset content as plain text (agent-friendly markdown)","params":{"uuid":{"type":"string","description":"Asset UUID"}}},"install":{"description":"Install an asset via CLI: npx tokrepo install <uuid-or-name>","cli":"npx tokrepo install"}}},"content_negotiation":{"description":"Any TokRepo asset URL returns raw content when accessed with Accept: text/plain or non-browser User-Agent","example":"curl https://tokrepo.com/en/workflows/<uuid>"},"asset_types":["skill","prompt","mcp","script","config","workflow"],"cli":{"package":"tokrepo","install":"npm install -g tokrepo","commands":["search","install","push","pull","login","list","update","delete"]},"capabilities":{"search":true,"install":true,"push":true,"fork":true,"vote":true,"raw_content":true,"api_token_auth":true,"content_negotiation":true}}