{
  "schemaVersion": "1.0",
  "item": {
    "slug": "audiomind",
    "name": "Audiomind",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wells1137/audiomind",
    "canonicalUrl": "https://clawhub.ai/wells1137/audiomind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/audiomind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=audiomind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-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/audiomind"
    },
    "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/audiomind",
    "agentPageUrl": "https://openagent3.xyz/skills/audiomind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/audiomind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/audiomind/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": "AudioMind v3: The AI Podcast Studio",
        "body": "AudioMind turns a single sentence into a fully-produced podcast. It handles scripting, ElevenLabs voice narration, AI background music, and server-side audio mixing — all from one Manus command.\n\nNo setup required. The public shared backend works out of the box. Just install and start creating."
      },
      {
        "title": "Quick Start",
        "body": "Install:\n\nclawhub install audiomind\n\nUse immediately (no configuration needed):\n\n\"Use AudioMind to create a 3-minute podcast about the future of AI agents.\"\n\nThat's it. AudioMind uses the public shared backend by default — 20 free generations per month, no API key required."
      },
      {
        "title": "Configuration",
        "body": "VariableRequiredDescriptionAUDIOMIND_BACKEND_URLOptionalYour own Vercel backend URL. Defaults to the public shared backend.AUDIOMIND_API_KEYOptionalPro API key for unlimited generations. Get one at the landing page.\n\nFree Tier (default): 20 generations/month tracked by IP. No configuration needed.\n\nPro Tier: Set AUDIOMIND_API_KEY with your Pro key for unlimited access.\n\nSelf-hosted: Deploy your own backend from github.com/wells1137/audiomind-backend and set AUDIOMIND_BACKEND_URL to your instance."
      },
      {
        "title": "How It Works",
        "body": "When you ask Manus to create a podcast, the agent performs these steps automatically:\n\nWrite Script — The agent uses its built-in LLM to write a structured podcast script based on your topic and desired length.\n\n\nGenerate Narration — POST {BACKEND_URL}/api/workflow/generate_tts with the script. Returns MP3 audio narrated by an ElevenLabs voice.\n\n\nGenerate Music — POST {BACKEND_URL}/api/workflow/generate_music with a mood/style prompt. Returns a background music MP3.\n\n\nUpload Audio — The agent uploads both MP3 files using manus-upload-file to obtain public URLs for the mixing step.\n\n\nMix Final Audio — POST {BACKEND_URL}/api/workflow/mix_audio with { narration_url, music_url }. The backend mixes them with proper levels using ffmpeg and returns the final podcast MP3.\n\n\nDeliver — The agent saves and presents the finished podcast to you."
      },
      {
        "title": "Example Prompts",
        "body": "\"Create a 5-minute podcast about the history of jazz with a smooth jazz background.\"\n\"Make a daily news briefing about AI developments, formal tone, upbeat intro music.\"\n\"Generate a meditation podcast, 10 minutes, calm narration, ambient soundscape.\"\n\"Produce a tech explainer on quantum computing for a general audience.\""
      },
      {
        "title": "Security",
        "body": "All API keys (ElevenLabs) are stored server-side. The skill file contains zero credentials. This architecture passes VirusTotal and ClawHub security scans. See the GitHub repo for the full backend source code."
      },
      {
        "title": "Changelog",
        "body": "v3.3.0 — Removed local tools/start_server.sh entirely (not needed in v3 architecture). Declared FAL_KEY as optional env. Resolves all OpenClaw metadata inconsistency warnings.\n\nv3.1.0 — Zero-config install. Public shared backend is now the default. No AUDIOMIND_BACKEND_URL setup required for free tier users.\n\nv3.0.1 — Added openclaw.requires metadata to declare env vars and trusted network endpoints. Resolves OpenClaw security scanner warning.\n\nv3.0.0 — Full architecture rewrite. All commercial logic moved to Vercel backend. ElevenLabs API keys are now server-side only. Passes VirusTotal security scan."
      }
    ],
    "body": "AudioMind v3: The AI Podcast Studio\n\nAudioMind turns a single sentence into a fully-produced podcast. It handles scripting, ElevenLabs voice narration, AI background music, and server-side audio mixing — all from one Manus command.\n\nNo setup required. The public shared backend works out of the box. Just install and start creating.\n\nQuick Start\n\nInstall:\n\nclawhub install audiomind\n\n\nUse immediately (no configuration needed):\n\n\"Use AudioMind to create a 3-minute podcast about the future of AI agents.\"\n\nThat's it. AudioMind uses the public shared backend by default — 20 free generations per month, no API key required.\n\nConfiguration\nVariable\tRequired\tDescription\nAUDIOMIND_BACKEND_URL\tOptional\tYour own Vercel backend URL. Defaults to the public shared backend.\nAUDIOMIND_API_KEY\tOptional\tPro API key for unlimited generations. Get one at the landing page.\n\nFree Tier (default): 20 generations/month tracked by IP. No configuration needed.\n\nPro Tier: Set AUDIOMIND_API_KEY with your Pro key for unlimited access.\n\nSelf-hosted: Deploy your own backend from github.com/wells1137/audiomind-backend and set AUDIOMIND_BACKEND_URL to your instance.\n\nHow It Works\n\nWhen you ask Manus to create a podcast, the agent performs these steps automatically:\n\nWrite Script — The agent uses its built-in LLM to write a structured podcast script based on your topic and desired length.\n\nGenerate Narration — POST {BACKEND_URL}/api/workflow/generate_tts with the script. Returns MP3 audio narrated by an ElevenLabs voice.\n\nGenerate Music — POST {BACKEND_URL}/api/workflow/generate_music with a mood/style prompt. Returns a background music MP3.\n\nUpload Audio — The agent uploads both MP3 files using manus-upload-file to obtain public URLs for the mixing step.\n\nMix Final Audio — POST {BACKEND_URL}/api/workflow/mix_audio with { narration_url, music_url }. The backend mixes them with proper levels using ffmpeg and returns the final podcast MP3.\n\nDeliver — The agent saves and presents the finished podcast to you.\n\nExample Prompts\n\"Create a 5-minute podcast about the history of jazz with a smooth jazz background.\"\n\"Make a daily news briefing about AI developments, formal tone, upbeat intro music.\"\n\"Generate a meditation podcast, 10 minutes, calm narration, ambient soundscape.\"\n\"Produce a tech explainer on quantum computing for a general audience.\"\nSecurity\n\nAll API keys (ElevenLabs) are stored server-side. The skill file contains zero credentials. This architecture passes VirusTotal and ClawHub security scans. See the GitHub repo for the full backend source code.\n\nChangelog\n\nv3.3.0 — Removed local tools/start_server.sh entirely (not needed in v3 architecture). Declared FAL_KEY as optional env. Resolves all OpenClaw metadata inconsistency warnings.\n\nv3.1.0 — Zero-config install. Public shared backend is now the default. No AUDIOMIND_BACKEND_URL setup required for free tier users.\n\nv3.0.1 — Added openclaw.requires metadata to declare env vars and trusted network endpoints. Resolves OpenClaw security scanner warning.\n\nv3.0.0 — Full architecture rewrite. All commercial logic moved to Vercel backend. ElevenLabs API keys are now server-side only. Passes VirusTotal security scan."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wells1137/audiomind",
    "publisherUrl": "https://clawhub.ai/wells1137/audiomind",
    "owner": "wells1137",
    "version": "3.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/audiomind",
    "downloadUrl": "https://openagent3.xyz/downloads/audiomind",
    "agentUrl": "https://openagent3.xyz/skills/audiomind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/audiomind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/audiomind/agent.md"
  }
}