poe-provider

Configure Poe provider authentication and API orchestration across endpoints.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/bermudi/skills --skill poe-provider
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: poe-provider
Source: https://github.com/bermudi/skills/tree/main/poe-provider
Command: npx skills add https://github.com/bermudi/skills --skill poe-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide a comprehensive reference for configuring Poe as an AI model provider, including authentication, model access, endpoint usage, and migration guidance.

Core Features & Use Cases

  • Centralized authentication methods (API keys and OAuth PKCE) for Poe integrations
  • Unified model discovery and endpoint orchestration across /v1/models, /v1/messages, /v1/responses, and /v1/chat/completions
  • Guidance for selecting the appropriate surface (Responses, Anthropic-compatible Messages, or Chat Completions) per provider/model
  • MCP server configuration and media generation workflows (images, audio, video) via Poe
  • Migration and error-handling patterns when moving between Poe endpoints

Quick Start

Authenticate with your Poe API key and verify connectivity by calling a basic model endpoint.

Frequently Asked Questions about poe-provider

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

FAQPage Schema
How do I configure Poe API authentication for coding agents?▼

Poe API authentication can be configured using either API keys or OAuth PKCE methods, enabling coding agents to securely access Poe endpoints. Verify connectivity by calling a basic model endpoint after setup.

What Poe API endpoints are available for chat completions and responses?▼

Poe provider integration supports orchestration across /v1/models, /v1/messages, /v1/responses, and /v1/chat/completions endpoints. Guidance is provided for selecting the appropriate surface per model.

How do I migrate between Poe API surfaces and handle errors?▼

Migration and error-handling patterns are provided for moving between Poe API endpoints. The reference defines how to handle model access and transition between Responses, Anthropic-compatible Messages, and Chat Completions surfaces.

Can I generate media like images and audio using the Poe provider?▼

Yes, Poe provider integration includes MCP server configuration and workflows for media generation, covering images, audio, and video generation via Poe endpoints.

How do I discover available AI models on the Poe provider?▼

Unified model discovery is performed by querying the /v1/models endpoint. This allows you to list and access available AI models configured through the Poe provider integration.

Does the Poe provider integration support Anthropic-compatible messages?▼

Yes, the Poe provider supports Anthropic-compatible Messages alongside Responses and Chat Completions surfaces, allowing you to select the appropriate API surface per provider and model.