{
  "schemaVersion": "1.0",
  "item": {
    "slug": "assemblyai-transcriber",
    "name": "AssemblyAI Transcriber",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xenofex7/assemblyai-transcriber",
    "canonicalUrl": "https://clawhub.ai/xenofex7/assemblyai-transcriber",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/assemblyai-transcriber",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=assemblyai-transcriber",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/transcribe.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/assemblyai-transcriber"
    },
    "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/assemblyai-transcriber",
    "agentPageUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/agent",
    "manifestUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AssemblyAI Transcriber 🎙️",
        "body": "Transcribe audio files with speaker diarization (who speaks when)."
      },
      {
        "title": "Features",
        "body": "✅ Transcription in 100+ languages\n✅ Speaker diarization (Speaker A, B, C...)\n✅ Timestamps per utterance\n✅ Automatic language detection\n✅ Supports MP3, WAV, M4A, FLAC, OGG, WEBM"
      },
      {
        "title": "Setup",
        "body": "Create AssemblyAI account: https://www.assemblyai.com/\nGet API key (free tier: 100 min/month)\nSet environment variable:\n\nexport ASSEMBLYAI_API_KEY=\"your-api-key\"\n\nOr save to config file:\n\n// ~/.assemblyai_config.json\n{\n  \"api_key\": \"YOUR_API_KEY\"\n}"
      },
      {
        "title": "Transcribe local audio",
        "body": "python3 scripts/transcribe.py /path/to/recording.mp3"
      },
      {
        "title": "Transcribe from URL",
        "body": "python3 scripts/transcribe.py https://example.com/meeting.mp3"
      },
      {
        "title": "Options",
        "body": "python3 scripts/transcribe.py audio.mp3 --no-diarization  # Skip speaker labels\npython3 scripts/transcribe.py audio.mp3 --json            # Raw JSON output"
      },
      {
        "title": "Output Format",
        "body": "## Transcript\n\n*Language: EN*\n*Duration: 05:32*\n\n**Speaker A** [00:00]: Hello everyone, welcome to the meeting.\n**Speaker B** [00:03]: Thanks! Happy to be here.\n**Speaker A** [00:06]: Let's start with the first item..."
      },
      {
        "title": "Pricing",
        "body": "Free Tier: 100 minutes/month free\nAfter: ~$0.01/minute"
      },
      {
        "title": "Tips",
        "body": "For best speaker diarization: clear speaker changes, minimal overlap\nBackground noise is filtered well\nMulti-language auto-detection works reliably\n\nAuthor: xenofex7 | Version: 1.1.0"
      }
    ],
    "body": "AssemblyAI Transcriber 🎙️\n\nTranscribe audio files with speaker diarization (who speaks when).\n\nFeatures\n✅ Transcription in 100+ languages\n✅ Speaker diarization (Speaker A, B, C...)\n✅ Timestamps per utterance\n✅ Automatic language detection\n✅ Supports MP3, WAV, M4A, FLAC, OGG, WEBM\nSetup\nCreate AssemblyAI account: https://www.assemblyai.com/\nGet API key (free tier: 100 min/month)\nSet environment variable:\nexport ASSEMBLYAI_API_KEY=\"your-api-key\"\n\n\nOr save to config file:\n\n// ~/.assemblyai_config.json\n{\n  \"api_key\": \"YOUR_API_KEY\"\n}\n\nUsage\nTranscribe local audio\npython3 scripts/transcribe.py /path/to/recording.mp3\n\nTranscribe from URL\npython3 scripts/transcribe.py https://example.com/meeting.mp3\n\nOptions\npython3 scripts/transcribe.py audio.mp3 --no-diarization  # Skip speaker labels\npython3 scripts/transcribe.py audio.mp3 --json            # Raw JSON output\n\nOutput Format\n## Transcript\n\n*Language: EN*\n*Duration: 05:32*\n\n**Speaker A** [00:00]: Hello everyone, welcome to the meeting.\n**Speaker B** [00:03]: Thanks! Happy to be here.\n**Speaker A** [00:06]: Let's start with the first item...\n\nPricing\nFree Tier: 100 minutes/month free\nAfter: ~$0.01/minute\nTips\nFor best speaker diarization: clear speaker changes, minimal overlap\nBackground noise is filtered well\nMulti-language auto-detection works reliably\n\nAuthor: xenofex7 | Version: 1.1.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xenofex7/assemblyai-transcriber",
    "publisherUrl": "https://clawhub.ai/xenofex7/assemblyai-transcriber",
    "owner": "xenofex7",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/assemblyai-transcriber",
    "downloadUrl": "https://openagent3.xyz/downloads/assemblyai-transcriber",
    "agentUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/agent",
    "manifestUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/assemblyai-transcriber/agent.md"
  }
}