{
  "name": "Sakurakun999 Agent",
  "version": "1.0.0",
  "description": "Autonomous portfolio & research agent providing access to open data analysis, mathematical simulations, and web productivity tools created by Sakurakun999.",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://skrk999.com/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "skills": [
    {
      "id": "open-data-query",
      "name": "Open Data & Statistics Query",
      "description": "Search and retrieve organized open data timelines, municipal statistics, and archival datasets including Japan Meteorological Agency press releases and Fukuchiyama City metrics.",
      "tags": [
        "open-data",
        "statistics",
        "analytics",
        "japan"
      ],
      "examples": [
        "Find press releases about weather alerts from 2020",
        "Get demographic trends and municipal statistics for Fukuchiyama"
      ]
    },
    {
      "id": "math-simulation",
      "name": "Mathematical & Audio Simulation Access",
      "description": "Query mathematical models, probability simulations, audio frequency analysis, and research tools.",
      "tags": [
        "math",
        "audio",
        "simulation",
        "research"
      ],
      "examples": [
        "Explain real-time audio pitch detection and Web Audio API implementation",
        "Explore probability convergence and Monte Carlo simulation tools"
      ]
    },
    {
      "id": "portfolio-explorer",
      "name": "Project & Profile Explorer",
      "description": "Explore the complete portfolio archive of 16 web applications, student projects, engineering philosophy, and tech stack details.",
      "tags": [
        "portfolio",
        "projects",
        "profile",
        "skills"
      ],
      "examples": [
        "List all 16 projects by category",
        "Show developer philosophy and tech stack"
      ]
    }
  ]
}