⌘ Vibbly Agent
Use Vibbly safely to search podcasts, retrieve existing transcripts first, and transcribe audio or video only with explicit credit-aware user intent.
Vibbly Agent agent skill overview
This MCP Server Hub listing collects the source repository, setup notes, feature summary, and README details for Vibbly Agent. Use it to decide whether this agent skill fits your AI assistant workflow before installing it locally or connecting it to a compatible client.
Listing type
agent skill
Directory
MCP Server HubOfficial reference
https://usevibbly.com/skills/vibbly-agent/SKILL.mdMCP basics
What is an MCP server?Vibbly Agent
Use this skill when a user asks an agent to search podcasts, retrieve existing transcripts, or transcribe podcast, audio, or video content through Vibbly.
Connection
- Prefer the Vibbly MCP server when available.
- MCP endpoint:
https://usevibbly.com/mcp - Connect through an OAuth-capable MCP client. The client should open a Vibbly browser login and grant page.
Example remote MCP config:
{
"mcpServers": {
"vibbly": {
"type": "http",
"url": "https://usevibbly.com/mcp"
}
}
}
For clients that only support local command MCP servers, bridge with pnpm dlx:
{
"mcpServers": {
"vibbly": {
"command": "pnpm",
"args": ["dlx", "mcp-remote", "https://usevibbly.com/mcp"]
}
}
}
Tool Policy
- Use
search_podcastsfor podcast catalog search. - Use
search_episodeswhen the user asks for episodes, topics, titles, or audio URLs. - Use
get_podcast_episodesafter identifying a podcast. - Use
retrieve_transcriptbefore creating any new transcription. It can read public podcast transcripts and private transcripts owned by the signed-in Vibbly account. - Use
transcribe_media_urlonly when the user explicitly asked to transcribe, or after asking for confirmation, because new transcription work spends the user's Vibbly credits. - Include
duration_secondsintranscribe_media_urlwhen known so Vibbly can pre-check credit balance.
User-Facing Behavior
- Be explicit when an action can spend credits.
- Prefer existing transcripts before new transcription.
- Treat agent transcript access as the same as the signed-in user's Vibbly access.
- For long media, mention that Vibbly charges by transcription minutes.
- Return transcript IDs and Vibbly URLs when tools provide them so the user can inspect the result.