podhome-mcp AGENTS.md

podhome-mcp AGENTS.md is an instructions file for Codex, OpenCode from ChrisLAS/podhome-mcp. It costs 3,679 tokens per session, scanned B, original, MIT.

Installation and deployment instructions for a Podhome MCP server, a service that lets AI assistants publish podcast episodes to Podhome. It connects processed audio in Auphonic with files stored in Cloudflare R2 and the Podhome API.

In plain words
What is it for?
Use it to install, configure, and deploy the server on NixOS or another Linux system with the Nix package manager, then manage podcast episodes.
Why use it?
It explains the required components, API keys, system requirements, and deployment setup for running the service.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: built for openclaw.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/joe/openclaw/secrets/podhome/lup_live.key.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for podhome-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chrislas/podhome-mcp/agents-md.svg)](https://agentmods.dev/instructions/chrislas/podhome-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/chrislas/podhome-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/chrislas/podhome-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,679 This file is loaded in full into every session.
When invoked 3,679 The same file — it is already loaded in full.
Security scan B 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.03679 $0.03679
Opus 5 $0.01840 $0.01840
Sonnet 5 $0.00736 $0.00736
Haiku 4.5 $0.00368 $0.00368

Measured 5d ago against content hash af227b83c5a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

podhome-mcp AGENTS.md scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo nixos-rebuild switch --flake /path/to/flake#hostname

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl http://localhost:3003/health
AGENTS.md · 438 lines

How it starts

The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Instructions: Podhome MCP Server

For LLM Agents: This document contains everything you need to know to install, configure, and deploy the Podhome MCP server on a Nix/NixOS system.

What is This?

Podhome MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to publish podcast episodes to Podhome from audio files processed by Auphonic and stored in Cloudflare R2.

Key Components

  1. MCP Server: Exposes 7 tools for episode management (create, publish, list, get, update, delete, R2 URL resolution)
  2. HTTP Server: HTTP mode with SSE transport (enabled when MCP_PORT is set; NixOS module sets it by default). Default port: 3003
  3. R2 Integration: Connects to Cloudflare R2 (S3-compatible) to resolve public URLs
  4. Nix Flake: Complete Nix package + NixOS module for deployment

Architecture

Auphonic → R2 Storage → Podhome MCP → Podhome API
                ↓
         (This MCP Server)

Prerequisites

System Requirements

  • OS: NixOS or any Linux with Nix package manager
  • Architecture: x86_64-linux or aarch64-linux
  • Network: Internet access for API calls to Podhome and R2

Required API Keys (You MUST Ask the User For These)

Before proceeding with any installation, request these credentials from the user:

1. Podhome API Key
  • How to get: User logs into https://podhome.fm → Settings → API Keys
  • Format: String like pk_live_xxxxxxxxxx or pk_test_xxxxxxxxxx
  • Permissions: Needs episode management permissions
  • Multi-key: If multiple shows are hosted, provide one key per show and choose via podhome_api_key_name at request time.
2. Cloudflare Account ID
  • How to get: https://dash.cloudflare.com → Right sidebar shows Account ID
  • Format: 32-character hex string
  • Example: 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p
3. Cloudflare R2 Access Key ID
  • How to get: Cloudflare Dashboard → R2 → Manage R2 API Tokens → Create API Token
  • Format: 32-character string
  • Permissions: Object Read & Write for the specific bucket

Read the full file on GitHub · 438 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 438 lines · 3,679 tokens per session scan B af227b83c5a4

Subscribe to this mod's changes

podhome-mcp AGENTS.md is an instructions file published in the GitHub repository ChrisLAS/podhome-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 3,679 tokens to every session, about $0.0184 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens