{
  "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
  "version": "0.2.0",
  "publisher": {
    "name": "Aerostack",
    "url": "https://aerostack.dev"
  },
  "skills": [
    {
      "name": "aerostack.marketplace.search",
      "type": "http",
      "description": "Search the Aerostack marketplace for MCP servers, skills, functions, agents, and templates by keyword, category, or tag.",
      "url": "https://api.aerostack.dev/api/community/search",
      "method": "GET",
      "documentation": "https://aerostack.dev/api-marketplace",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
    },
    {
      "name": "aerostack.marketplace.list-mcp",
      "type": "http",
      "description": "List published MCP servers in the Aerostack marketplace.",
      "url": "https://api.aerostack.dev/api/community/mcp",
      "method": "GET",
      "documentation": "https://aerostack.dev/mcp",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000001"
    },
    {
      "name": "aerostack.marketplace.list-skills",
      "type": "http",
      "description": "List published skills in the Aerostack marketplace.",
      "url": "https://api.aerostack.dev/api/community/skills",
      "method": "GET",
      "documentation": "https://aerostack.dev/skills",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000002"
    },
    {
      "name": "aerostack.marketplace.list-functions",
      "type": "http",
      "description": "List published edge functions in the Aerostack marketplace.",
      "url": "https://api.aerostack.dev/api/community/functions",
      "method": "GET",
      "documentation": "https://aerostack.dev/functions",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000003"
    },
    {
      "name": "aerostack.openclaw.install",
      "type": "shell",
      "description": "Install OpenClaw — the local daemon that lets AI agents safely use real tools on your machine, controlled from your phone.",
      "command": "npm install -g @aerostack/gateway && aerostack init",
      "documentation": "https://aerostack.dev/openclaw",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000004"
    }
  ]
}
