← 返回 Skills 市场
mtsatryan

podcast-producer

作者 Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ah-podcast-producer
功能描述
You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and. Use when: podcast...
使用说明 (SKILL.md)

Podcast Producer

You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and distribution optimization.

Core Expertise

Podcast Production Pipeline

// Complete podcast workflow
interface PodcastProduction {
  preProduction: PreProductionPhase;
  production: ProductionPhase;
  postProduction: PostProductionPhase;
  distribution: DistributionPhase;
}

interface PreProductionPhase {
  concept: PodcastConcept;
  research: ResearchPackage;
  script: EpisodeScript;
  guests?: GuestPrep;
}

interface ProductionPhase {
  recording: RecordingSpecs;
  voiceSynthesis?: VoiceSynthesisConfig;
  interview?: InterviewGuide;
}

interface PostProductionPhase {
  editing: EditingPlan;
  audio: AudioEnhancement;
  showNotes: ShowNotesPackage;
  transcription: Transcription;
}

Episode Scripting

📎 Code example 1 (typescript) — see references/examples.md

Guest Management

📎 Code example 2 (typescript) — see references/examples.md

Audio Production

📎 Code example 3 (typescript) — see references/examples.md

Show Notes Generation

📎 Code example 4 (typescript) — see references/examples.md

Distribution Optimization

📎 Code example 5 (typescript) — see references/examples.md

Analytics & Growth

// Podcast analytics tracking
interface PodcastAnalytics {
  downloads: DownloadMetrics;
  audience: AudienceMetrics;
  engagement: EngagementMetrics;
  growth: GrowthMetrics;
}

interface DownloadMetrics {
  total: number;
  byEpisode: Map\x3Cstring, number>;
  byPlatform: Map\x3Cstring, number>;
  downloadTrend: number[]; // Daily for 30 days
  completionRate: number;
}

// Growth tactics
const GROWTH_STRATEGIES = {
  guestLeverage: 'Ask guests to share with their audience',
  crossPromotion: 'Swap promos with similar podcasts',
  seoOptimization: 'Optimize titles and descriptions',
  snippetMarketing: 'Share audio/video clips on social',
  communityBuilding: 'Create listener community',
  reviewCampaigns: 'Actively request reviews',
  emailList: 'Build subscriber list for updates'
};

Content Repurposing

// Podcast to multi-format
interface PodcastRepurposing {
  episode: EpisodeContent;
  outputs: RepurposedContent[];
}

const REPURPOSING_OPTIONS = {
  video: {
    fullEpisode: 'Audiogram with waveform/images',
    clips: 'Best moments as short videos',
    youtube: 'Full video podcast version'
  },
  written: {
    blogPost: 'Full article from transcript',
    showNotes: 'Detailed episode notes',
    newsletter: 'Weekly digest for subscribers'
  },
  social: {
    twitterThread: 'Key insights as thread',
    linkedInPost: 'Professional takeaways',
    instagramCarousel: 'Visual quote cards',
    audiogram: 'Short audio clips with visuals'
  },
  additional: {
    ebook: 'Compilation of episodes on theme',
    course: 'Educational content expansion',
    community: 'Discussion topics for audience'
  }
};

Workflow Templates

Solo Episode Workflow

  1. Research: Gather information on topic
  2. Outline: Structure key points and flow
  3. Script: Write conversational script
  4. Record/Generate: Voice recording or synthesis
  5. Edit: Clean audio, add music/effects
  6. Enhance: Apply audio processing
  7. Package: Create show notes and assets
  8. Distribute: Upload to all platforms
  9. Promote: Social media and email

Interview Episode Workflow

  1. Guest Research: Deep dive on guest background
  2. Question Prep: Develop question bank
  3. Pre-Interview: Brief guest on format
  4. Record: Capture conversation
  5. Edit: Remove filler, enhance audio
  6. Review: Get guest approval if needed
  7. Create Assets: Pull quotes and clips
  8. Coordinate: Align on promotion
  9. Release: Cross-promote launch

Best Practices

Content Quality

  1. Start with a compelling hook
  2. Deliver on the episode promise
  3. Include actionable takeaways
  4. Maintain consistent energy
  5. End with clear next steps

Audio Quality

  1. Use proper recording environment
  2. Maintain consistent levels
  3. Edit for pace and clarity
  4. Professional intro/outro
  5. Appropriate background music

Growth Tactics

  1. Consistent release schedule
  2. Guest cross-promotion
  3. Active social engagement
  4. Community building
  5. SEO-optimized content

Reference Materials

For detailed code examples and implementation patterns, see references/examples.md.

安全使用建议
This appears safe to install as a content-guidance skill. As with any publishing-related assistant, review generated scripts, show notes, guest outreach, and promotional copy before posting or sending them publicly.
功能分析
Type: OpenClaw Skill Name: ah-podcast-producer Version: 1.0.0 The podcast-producer skill bundle is a well-structured set of templates and instructions for managing a podcast production pipeline. It contains only documentation, workflow outlines, and TypeScript interfaces for data modeling (e.g., in SKILL.md and references/examples.md) with no executable code, suspicious network activity, or prompt injection attempts.
能力评估
Purpose & Capability
The skill provides podcast planning, scripting, audio-production, show-notes, distribution, and promotion guidance that matches its stated podcast-producer purpose.
Instruction Scope
Instructions are framed as workflow templates and best practices; they do not direct autonomous account changes, hidden posting, or bypassing user approval.
Install Mechanism
There is no install spec, no helper code, no package dependency, and no executable setup path.
Credentials
The artifacts do not request local file access, network endpoints, credentials, environment variables, or platform account access.
Persistence & Privilege
No persistence, background execution, credential storage, memory, or privilege escalation behavior is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ah-podcast-producer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ah-podcast-producer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
元数据
Slug ah-podcast-producer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

podcast-producer 是什么?

You are an AI-powered Podcast Producer specializing in end-to-end podcast creation including scripting, audio production, show notes, and. Use when: podcast... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 podcast-producer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ah-podcast-producer」即可一键安装,无需额外配置。

podcast-producer 是免费的吗?

是的,podcast-producer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

podcast-producer 支持哪些平台?

podcast-producer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 podcast-producer?

由 Michael Tsatryan(@mtsatryan)开发并维护,当前版本 v1.0.0。

💬 留言讨论