{
  "schemaVersion": "1.0",
  "item": {
    "slug": "granola-mcp",
    "name": "Granola Meeting Notes (MCP)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bholagabbar/granola-mcp",
    "canonicalUrl": "https://clawhub.ai/bholagabbar/granola-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/granola-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=granola-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/refresh_token.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/granola-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/granola-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/granola-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/granola-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/granola-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Granola MCP",
        "body": "Meeting notes AI connected via mcporter call granola.<tool>."
      },
      {
        "title": "Tools",
        "body": "granola.query_granola_meetings  query=<string> [document_ids=<uuid[]>]\ngranola.list_meetings           [time_range=this_week|last_week|last_30_days|custom] [custom_start=<ISO>] [custom_end=<ISO>]\ngranola.get_meetings            meeting_ids=<uuid[]>  (max 10)\ngranola.get_meeting_transcript  meeting_id=<uuid>"
      },
      {
        "title": "Usage Pattern",
        "body": "For open-ended questions (\"what did we discuss about X?\"), use query_granola_meetings\nFor listing meetings in a range, use list_meetings\nFor full details on specific meetings, use get_meetings with IDs from list results\nFor exact quotes or verbatim content, use get_meeting_transcript\n\nPrefer query_granola_meetings over list+get for natural language questions. Responses include citation links (e.g. [[0]](url)). Preserve these in replies so the user can click through to original notes."
      },
      {
        "title": "Setup",
        "body": "Complete the Granola OAuth flow at https://mcp-auth.granola.ai/oauth2/authorize\nSave credentials to config/granola_oauth.json with keys: client_id, refresh_token, access_token, token_endpoint\nConfigure config/mcporter.json with the Granola MCP server entry and Authorization: Bearer <token> header\n(Optional) Set up a cron job to run scripts/refresh_token.sh periodically, since OAuth tokens expire every ~6 hours"
      },
      {
        "title": "Auth & Token Refresh",
        "body": "If a call fails with 401/auth error:\n\nbash {baseDir}/scripts/refresh_token.sh\n\nThe script reads config/granola_oauth.json, posts to the token endpoint (https://mcp-auth.granola.ai/oauth2/token), and updates both config/granola_oauth.json and config/mcporter.json with the new access token.\n\nThen retry the call. If refresh also fails, the user needs to re-authenticate manually via the OAuth flow above."
      },
      {
        "title": "Config Files",
        "body": "config/granola_oauth.json — OAuth credentials (client_id, refresh_token, access_token, token_endpoint). Contains secrets; do not commit.\nconfig/mcporter.json — MCP server config with bearer token header. Contains secrets; do not commit."
      }
    ],
    "body": "Granola MCP\n\nMeeting notes AI connected via mcporter call granola.<tool>.\n\nTools\ngranola.query_granola_meetings  query=<string> [document_ids=<uuid[]>]\ngranola.list_meetings           [time_range=this_week|last_week|last_30_days|custom] [custom_start=<ISO>] [custom_end=<ISO>]\ngranola.get_meetings            meeting_ids=<uuid[]>  (max 10)\ngranola.get_meeting_transcript  meeting_id=<uuid>\n\nUsage Pattern\nFor open-ended questions (\"what did we discuss about X?\"), use query_granola_meetings\nFor listing meetings in a range, use list_meetings\nFor full details on specific meetings, use get_meetings with IDs from list results\nFor exact quotes or verbatim content, use get_meeting_transcript\n\nPrefer query_granola_meetings over list+get for natural language questions. Responses include citation links (e.g. [[0]](url)). Preserve these in replies so the user can click through to original notes.\n\nSetup\nComplete the Granola OAuth flow at https://mcp-auth.granola.ai/oauth2/authorize\nSave credentials to config/granola_oauth.json with keys: client_id, refresh_token, access_token, token_endpoint\nConfigure config/mcporter.json with the Granola MCP server entry and Authorization: Bearer <token> header\n(Optional) Set up a cron job to run scripts/refresh_token.sh periodically, since OAuth tokens expire every ~6 hours\nAuth & Token Refresh\n\nIf a call fails with 401/auth error:\n\nbash {baseDir}/scripts/refresh_token.sh\n\n\nThe script reads config/granola_oauth.json, posts to the token endpoint (https://mcp-auth.granola.ai/oauth2/token), and updates both config/granola_oauth.json and config/mcporter.json with the new access token.\n\nThen retry the call. If refresh also fails, the user needs to re-authenticate manually via the OAuth flow above.\n\nConfig Files\nconfig/granola_oauth.json — OAuth credentials (client_id, refresh_token, access_token, token_endpoint). Contains secrets; do not commit.\nconfig/mcporter.json — MCP server config with bearer token header. Contains secrets; do not commit."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bholagabbar/granola-mcp",
    "publisherUrl": "https://clawhub.ai/bholagabbar/granola-mcp",
    "owner": "bholagabbar",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/granola-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/granola-mcp",
    "agentUrl": "https://openagent3.xyz/skills/granola-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/granola-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/granola-mcp/agent.md"
  }
}