{
  "schemaVersion": "1.0",
  "item": {
    "slug": "voicenotes",
    "name": "Voicenotes",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/shawnhansen/voicenotes",
    "canonicalUrl": "https://clawhub.ai/shawnhansen/voicenotes",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/voicenotes",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=voicenotes",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/fetch-notes.sh",
      "scripts/get-user.sh",
      "scripts/sync-to-markdown.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/voicenotes"
    },
    "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/voicenotes",
    "agentPageUrl": "https://openagent3.xyz/skills/voicenotes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/voicenotes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/voicenotes/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": "Voicenotes Integration",
        "body": "Sync voice notes from voicenotes.com into the workspace."
      },
      {
        "title": "Setup",
        "body": "Get access token from: https://voicenotes.com/app?obsidian=true#settings\nSet environment variable: export VOICENOTES_TOKEN=\"your-token-here\""
      },
      {
        "title": "Quick Start",
        "body": "# Verify connection\n./scripts/get-user.sh | jq .\n\n# Fetch recent notes (JSON)\n./scripts/fetch-notes.sh | jq '.data[:3]'\n\n# Sync all notes to markdown files\n./scripts/sync-to-markdown.sh --output-dir ./voicenotes"
      },
      {
        "title": "fetch-notes.sh",
        "body": "Fetch voice notes as JSON.\n\n./scripts/fetch-notes.sh                    # All notes\n./scripts/fetch-notes.sh --limit 10         # Last 10 notes\n./scripts/fetch-notes.sh --since 2024-01-01 # Notes since date"
      },
      {
        "title": "get-user.sh",
        "body": "Verify token and get user info.\n\n./scripts/get-user.sh | jq '{name, email}'"
      },
      {
        "title": "sync-to-markdown.sh",
        "body": "Sync notes to markdown files with frontmatter.\n\n./scripts/sync-to-markdown.sh --output-dir ./voicenotes\n\nOutput format:\n\n---\nvoicenotes_id: abc123\ncreated: 2024-01-15T10:30:00Z\ntags: [idea, project]\n---\n\n# Note Title\n\n## Transcript\nThe transcribed content...\n\n## Summary\nAI-generated summary..."
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://api.voicenotes.com/api/integrations/obsidian-sync\n\nHeaders required:\n\nAuthorization: Bearer {token}\nX-API-KEY: {token}\n\nEndpoints:\n\nGET /user/info - User details\nGET /recordings - List voice notes (paginated)\nGET /recordings/{id}/signed-url - Audio download URL"
      },
      {
        "title": "Data Structure",
        "body": "Each voice note contains:\n\nrecording_id - Unique identifier\ntitle - Note title\ntranscript - Full transcript text\ncreations[] - AI summaries, action items, etc.\ntags[] - User tags\ncreated_at / updated_at - Timestamps\nduration - Recording length in seconds"
      },
      {
        "title": "Tips",
        "body": "Notes are paginated; check links.next for more pages\nUse --since to fetch only new notes since last sync\nAI creations include summaries, todos, and custom prompts\nRate limited to ~60 requests/minute"
      }
    ],
    "body": "Voicenotes Integration\n\nSync voice notes from voicenotes.com into the workspace.\n\nSetup\nGet access token from: https://voicenotes.com/app?obsidian=true#settings\nSet environment variable: export VOICENOTES_TOKEN=\"your-token-here\"\nQuick Start\n# Verify connection\n./scripts/get-user.sh | jq .\n\n# Fetch recent notes (JSON)\n./scripts/fetch-notes.sh | jq '.data[:3]'\n\n# Sync all notes to markdown files\n./scripts/sync-to-markdown.sh --output-dir ./voicenotes\n\nScripts\nfetch-notes.sh\n\nFetch voice notes as JSON.\n\n./scripts/fetch-notes.sh                    # All notes\n./scripts/fetch-notes.sh --limit 10         # Last 10 notes\n./scripts/fetch-notes.sh --since 2024-01-01 # Notes since date\n\nget-user.sh\n\nVerify token and get user info.\n\n./scripts/get-user.sh | jq '{name, email}'\n\nsync-to-markdown.sh\n\nSync notes to markdown files with frontmatter.\n\n./scripts/sync-to-markdown.sh --output-dir ./voicenotes\n\n\nOutput format:\n\n---\nvoicenotes_id: abc123\ncreated: 2024-01-15T10:30:00Z\ntags: [idea, project]\n---\n\n# Note Title\n\n## Transcript\nThe transcribed content...\n\n## Summary\nAI-generated summary...\n\nAPI Reference\n\nBase URL: https://api.voicenotes.com/api/integrations/obsidian-sync\n\nHeaders required:\n\nAuthorization: Bearer {token}\nX-API-KEY: {token}\n\nEndpoints:\n\nGET /user/info - User details\nGET /recordings - List voice notes (paginated)\nGET /recordings/{id}/signed-url - Audio download URL\nData Structure\n\nEach voice note contains:\n\nrecording_id - Unique identifier\ntitle - Note title\ntranscript - Full transcript text\ncreations[] - AI summaries, action items, etc.\ntags[] - User tags\ncreated_at / updated_at - Timestamps\nduration - Recording length in seconds\nTips\nNotes are paginated; check links.next for more pages\nUse --since to fetch only new notes since last sync\nAI creations include summaries, todos, and custom prompts\nRate limited to ~60 requests/minute"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shawnhansen/voicenotes",
    "publisherUrl": "https://clawhub.ai/shawnhansen/voicenotes",
    "owner": "shawnhansen",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/voicenotes",
    "downloadUrl": "https://openagent3.xyz/downloads/voicenotes",
    "agentUrl": "https://openagent3.xyz/skills/voicenotes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/voicenotes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/voicenotes/agent.md"
  }
}