{
  "name": "SeaMeet Agent Skills",
  "description": "Task recipes teaching AI agents how to accomplish common workflows with SeaMeet (meeting recorder + AI note taker). Requires the SeaMeet desktop app and its MCP server: npx -y @seameet/mcp",
  "homepage": "https://seameet.ai/en/docs/agents/",
  "llms_txt": "https://app.seameet.ai/llms.txt",
  "mcp": {
    "package": "@seameet/mcp",
    "install": "claude mcp add seameet -- npx -y @seameet/mcp",
    "install_guide": "https://app.seameet.ai/mcp/",
    "reference": "https://app.seameet.ai/mcp/llms.txt",
    "tools_json": "https://app.seameet.ai/mcp/tools.json"
  },
  "skills": [
    {
      "id": "record-and-transcribe",
      "name": "Record and transcribe anything",
      "description": "Start a screen/audio recording, monitor it, stop it, and retrieve the transcript and summary.",
      "url": "https://app.seameet.ai/.well-known/skills/record-and-transcribe.md"
    },
    {
      "id": "capture-a-bug-report",
      "name": "Capture a bug report",
      "description": "Record the user reproducing a bug, then debug from the narrated transcript, screenshots, and OCR.",
      "url": "https://app.seameet.ai/.well-known/skills/capture-a-bug-report.md"
    },
    {
      "id": "meeting-action-items",
      "name": "Turn meetings into work",
      "description": "Pull action items, key decisions, and summaries from recorded meetings and act on them.",
      "url": "https://app.seameet.ai/.well-known/skills/meeting-action-items.md"
    }
  ]
}
