Skip to content

Commit 7032425

Browse files
Add skill: fal-audio-podcast (#60)
Co-authored-by: refly-skill-bot[bot] <257064113+refly-skill-bot[bot]@users.noreply.github.com>
1 parent 61638d0 commit 7032425

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

skills/fal-audio-podcast/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# fal-audio-podcast
2+
3+
Generate multi-speaker podcast audio using Fal.ai VibeVoice 7B. Use when Claude needs to: (1) create podcast-style conversations with up to 4 speakers, (2) produce professional multi-voice audio content, or (3) convert dialogue scripts to natural-sounding audio with different voices.
4+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-no6trls3ldfyucvzdz9yfzu5
9+
```
10+
11+
## Triggers
12+
13+
- podcast
14+
- text to podcast
15+
- multi speaker
16+
- conversation
17+
- dialogue
18+
- fal podcast
19+
20+
## Tags
21+
22+
`audio` `ai` `podcast` `multi-speaker` `fal`
23+
24+
## Author
25+
26+
chizblank
27+
28+
## Links
29+
30+
- [View on Refly](https://refly.ai/skill/skp-no6trls3ldfyucvzdz9yfzu5)

skills/fal-audio-podcast/SKILL.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: fal-audio-podcast
3+
description: Generate multi-speaker podcast audio using Fal.ai VibeVoice 7B. Use when Claude needs to: (1) create podcast-style conversations with up to 4 speakers, (2) produce professional multi-voice audio content, or (3) convert dialogue scripts to natural-sounding audio with different voices.
4+
skillId: skp-no6trls3ldfyucvzdz9yfzu5
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- podcast
8+
- text to podcast
9+
- multi speaker
10+
- conversation
11+
- dialogue
12+
- fal podcast
13+
tags:
14+
- audio
15+
- ai
16+
- podcast
17+
- multi-speaker
18+
- fal
19+
version: 1.0.0
20+
---
21+
22+
# fal-audio-podcast
23+
24+
Generate multi-speaker podcast audio using Fal.ai VibeVoice 7B. Use when Claude needs to: (1) create podcast-style conversations with up to 4 speakers, (2) produce professional multi-voice audio content, or (3) convert dialogue scripts to natural-sounding audio with different voices.
25+
26+
## Installation
27+
28+
```bash
29+
refly skill install skp-no6trls3ldfyucvzdz9yfzu5
30+
```
31+
32+
## Usage
33+
34+
After installation, run the skill using your installation ID:
35+
36+
```bash
37+
refly skill run <installationId> --input '{}'
38+
```
39+
40+
The installation ID is returned when you run `refly skill install`.

0 commit comments

Comments
 (0)