← 返回
AI智能 Key 中文

Poe Connector

Access 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-...
通过运行bash命令访问Poe.com AI模型。当用户提到Poe、想要使用Poe模型或通过Poe生成媒体时使用。
dzwalker
AI智能 clawhub v1.1.0 2 版本 100000 Key: 需要
★ 0
Stars
📥 652
下载
💾 8
安装
2
版本
#latest

概述

Poe Connector — USE BASH TOOL

You MUST use the bash or shell tool to run these commands. No other method works.

Commands

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

Sending generated media (images/video/audio) to the user

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 (!alt); 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.

DO NOT

  • Do NOT embed image/media URLs in markdown like !image — Telegram will NOT display them
  • Do NOT use sessions_spawn — it will fail
  • Do NOT use browser to visit poe.com — it will fail
  • Do NOT set poe as a model provider — it will fail
  • Do NOT use any approach other than bash tool — only bash works

Setup (required before first use)

This 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" } } } } }

Notes

  • All commands use sensible default models (configured in poe_config.json)
  • If you get a POE_API_KEY error, tell the user to run the setup above
  • File attachments (--files) are base64-encoded and sent to Poe — do not attach sensitive files unless the user intends to share them with Poe

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-03-29 13:18 安全 安全
  • v1.0.5
    2026-03-26 21:41

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Skill Cost

dzwalker
追踪OpenClaw会话日志中各技能的Token用量与成本。当用户询问技能级消费、最高成本技能或需要分技能明细时使用。
★ 1 📥 599
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527