Install
openclaw skills install poe-connectorAccess Poe.com AI models by running bash commands. Use when user mentions Poe, wants to use Poe models, or generate media via Poe. IMPORTANT: This is a bash-...
openclaw skills install poe-connectorYou MUST use the bash or shell tool to run these commands. No other method works.
Chat with AI:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh chat Tell me 10 jokes
Generate image:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh image A sunset over mountains
Generate video:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh video A cat playing piano
Generate audio:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh audio Hello world in a cheerful voice
List models:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh models
Search models:
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh search claude
After generating an image/video/audio, the script prints a [MEDIA_SEND_HINT] line with the local file path.
You MUST use the message tool to deliver the file — do NOT just paste the URL or embed it in markdown.
Telegram cannot render markdown images (); it requires sendPhoto / sendDocument which the message tool handles automatically.
message send --media "/path/to/poe_generated_image.png"
If message send is not available, you can also use the --to last flag or specify the channel explicitly.
Always include a short text caption so the user knows what the media is about.
 — Telegram will NOT display themsessions_spawn — it will failbash tool — only bash worksThis skill requires a Poe API key. Get one at https://poe.com/api/keys, then add to ~/.openclaw/openclaw.json:
{ "skills": { "entries": { "poe-connector": { "env": { "POE_API_KEY": "your-key" } } } } }