mofa-fm-api

Automate MoFA FM Podcast Platform API access for browsing shows, episodes, and trending data.

11|12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-fm-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mofa-fm-api
Source: https://github.com/mofa-org/mofa-skills/tree/main/_unpublished/mofa-fm-api
Command: npx skills add https://github.com/mofa-org/mofa-skills --skill mofa-fm-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

The MoFA FM API client enables developers to programmatically browse shows and episodes, fetch trending data, search podcasts, and manage creator content via a RESTful API.

Core Features & Use Cases

  • Browse and retrieve shows, episodes, and creator details.
  • Fetch trending sources and topic data for content planning.
  • Search podcasts and fetch suggestions to inform production decisions.
  • Manage script sessions and convert successful scripts into episodes (requires authentication).

Quick Start

Run a Python script to list shows and fetch trending data with the MoFA FM API client.

Frequently Asked Questions about mofa-fm-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch trending podcast data using a Python client?

Use the MoFA FM API client to fetch trending podcast data by executing a Python script that automates requests to the platform's RESTful endpoints for browsing shows and retrieving trending topic data.

Can I search podcasts and retrieve episode details programmatically?

Yes, you can search podcasts and retrieve episode details programmatically using the MoFA FM API client to browse shows, fetch episode specifics, and get content suggestions for production decisions.

Do I need authentication to manage creator scripts and convert them to episodes?

Yes, authentication is required to manage creator scripts and convert successful scripts into episodes. You must configure your credentials in the Python client to access these protected MoFA FM API endpoints.

What dependencies do I need to access the MoFA FM Podcast API?

You need Python3 and the requests library to access the MoFA FM Podcast API. Network access to the API endpoints described in the SKILL documentation is also required for the client to function.

What's the best way to automate browsing shows and fetching creator details?

The best way to automate browsing shows and fetching creator details is using the mofa-fm-api client, which wraps HTTP requests into Python methods for seamless data retrieval from the podcast platform.