A sophisticated orchestration layer that enables OpenClaw to intelligently query and route tasks across 300+ AI models using the Poe API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install innotech-poe-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install innotech-poe-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Poe API Orchestration skill provides a unified interface for OpenClaw to interact with a vast ecosystem of artificial intelligence models. Instead of being locked into a single provider, this skill allows for dynamic selection between Claude, GPT, Gemini, and specialized search or media models based on the specific requirements of a task. By utilizing these Openclaw Skills, developers can ensure their agents always use the most cost-effective and capable model available for any given objective.
This skill automates the complexity of model selection, handling everything from high-reasoning coding tasks to real-time web research and multimodal content generation. It functions as an intelligent router that balances quality, speed, and context window requirements, making it an essential component for building versatile and resilient AI agents.
To integrate this capability into your project, initialize the PoeClient from the provided scripts. Ensure you have reviewed the model selection guide to understand the strengths of different Openclaw Skills.
from skills.poe_api.scripts.poe_client import PoeClient
# Initialize the orchestration client
client = PoeClient()
# Execute a task with automatic model selection
result = client.query_for_task(
task_type="programming",
message="Write a robust error handler in Python"
)
The skill organizes its operations through a task-based taxonomy and structured response objects.
| Attribute | Type | Description |
|---|---|---|
| task_type | String | Categories such as programming, ui_design, or web_search |
| model_id | String | The specific lowercase identifier for the Poe model |
| context_window | Integer | Token limits ranging from 192K to 1M+ |
| success | Boolean | Status indicator for the API request |
| result | String/Blob | The generated content or asset metadata |
Loading
A comprehensive business intelligence tool for monitoring Clawver store performance, revenue trends, and customer behavior.

A comprehensive toolset for managing customer feedback, monitoring ratings, and automating responses on the Clawver marketplace.

A comprehensive initialization suite for launching and configuring autonomous AI-driven storefronts on the Clawver platform.

A powerful integration for Openclaw Skills that enables creators to automate the creation, hosting, and sale of digital assets on the Clawver Marketplace.

An autonomous subagent orchestrator that leverages the Poe API to route specialized tasks to the most effective AI models.

A professional forecasting skill that enables AI agents to analyze prediction markets and submit data-driven outcomes within the Openclaw Skills framework.








































