ListenHubSkills
Guides

Composing Skills

Chain multiple skills together for complex workflows — parse URLs, generate podcasts, add visuals.

Skills are designed to work together. You can chain them in a single conversation to build complex content workflows.

How Composition Works

Just describe what you want in natural language. The AI figures out which skills to invoke and in what order.

Parse this YouTube video and turn it into a podcast with two speakers

This triggers:

  1. Content Parser — extracts the video transcript
  2. Podcast — generates a two-speaker podcast from the extracted content

Common Workflows

URL to Podcast

Turn this article into a podcast: https://example.com/article

Content Parser extracts the article, then Podcast generates an episode from it.

URL to Explainer Video

Make an explainer video from this YouTube video: https://youtube.com/watch?v=...

Content Parser extracts the video transcript, then Explainer generates a narrated video with AI visuals.

Topic to Podcast + Cover Art

Make a podcast about AI ethics, then generate a cover image for it

Podcast generates the episode, then Image Generation creates cover art based on the topic.

Article to Speech

Read this article aloud: https://example.com/long-article

Content Parser extracts the text, then Speech converts it to natural audio.

Research to Content

Extract tweets from @elonmusk (last 50), summarize them, and make a podcast about the key themes

Content Parser fetches the tweets, then Podcast generates an episode covering the major themes.

Tips

  • Be explicit about the chain — "parse this URL and then make a podcast" is clearer than just providing a URL
  • Specify parameters for each step — "parse this article, then make a deep podcast in English with two speakers"
  • Review intermediate results — you can ask to see the extracted content before generating the podcast
  • One conversation — all skills execute within the same conversation, maintaining context between steps

On this page