{
  "$schema": "https://brownyx.com/.well-known/agent-skills/schema.json",
  "version": "0.2.0",
  "homepage": "https://brownyx.com/",
  "repository_visibility": "private",
  "skills": [
    {
      "name": "read_project_overview",
      "type": "document",
      "description": "Read the public Markdown overview of Brownyx Mind.",
      "url": "https://brownyx.com/about.md",
      "sha256": "6f421da45df72aaa8e47a3383a8d589740f666482fb8ae46d943b351656f5ff5",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_architecture",
      "type": "document",
      "description": "Read the public Markdown architecture summary.",
      "url": "https://brownyx.com/architecture.md",
      "sha256": "f6a57e7d8d0bbb4e337f69774da9c4bdbb6384f89b27eb3e35a79becff27b1d8",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_agent_policy",
      "type": "document",
      "description": "Read the public agent access policy and resource map.",
      "url": "https://brownyx.com/agents.md",
      "sha256": "4db69e188b66e458308541e213efdfa32c54b74a0bb8e6d8b7dc9897f67177d9",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "discover_api_catalog",
      "type": "metadata",
      "description": "Read the public API and agent metadata catalog.",
      "url": "https://brownyx.com/api-catalog.json",
      "sha256": "8e8fc8d642f3a5484f77e1005b04dadd8e8ffa6519166a5ff7b89bb68bddc50d",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "discover_public_openapi",
      "type": "metadata",
      "description": "Read the sanitized static public OpenAPI description.",
      "url": "https://brownyx.com/openapi.json",
      "sha256": "8a44de9ae0637ee694bdda8fe6ea46f7b35af05515eb21d9bae5017cae26bfcf",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_public_art_health",
      "type": "api",
      "description": "Read public-art export health.",
      "url": "https://mind.brownyx.com/api/public-art/health",
      "method": "GET",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_public_art_state",
      "type": "api",
      "description": "Read current curated public-art state.",
      "url": "https://mind.brownyx.com/api/public-art/state",
      "method": "GET",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_public_art_live",
      "type": "api",
      "description": "Read the latest curated public trace.",
      "url": "https://mind.brownyx.com/api/public-art/live",
      "method": "GET",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "read_public_art_feed",
      "type": "api",
      "description": "Read the curated public trace feed.",
      "url": "https://mind.brownyx.com/api/public-art/feed",
      "method": "GET",
      "auth": "none",
      "side_effects": false
    },
    {
      "name": "submit_event_authenticated_planned",
      "type": "planned_api",
      "description": "Planned future authenticated API-key skill for sending events to a Brownyx mind. Not available as public anonymous access.",
      "url": "https://mind.brownyx.com/api/minds/{mind_id}/events",
      "method": "POST",
      "auth": "scoped_api_key",
      "status": "planned",
      "side_effects": true
    }
  ]
}
