← 返回 Skills 市场
384
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install 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-...
安全使用建议
This skill appears to do what it says: it runs local Python scripts to call Poe's API and requires a Poe API key in ~/.openclaw/openclaw.json. Before installing, consider: (1) any files you attach will be base64-encoded and uploaded to Poe — do not attach sensitive files unless you intend to share them, (2) API calls consume your Poe credits/quotas (the README even admits the author wanted to 'burn through' credits), so expect possible usage/cost, (3) the agent will execute the provided scripts locally (bash/python), so only install if you trust the skill author or have reviewed the code (it's included), and (4) you will need to pip install the public 'openai' package as instructed. If you want tighter control, limit when the agent can invoke this skill and review the code paths that handle file encoding and downloads.
功能分析
Type: OpenClaw Skill
Name: poe-connector
Version: 1.1.0
The poe-connector skill is a legitimate integration for the Poe.com API, allowing an OpenClaw agent to access various AI models for chat and media generation. The code (src/poe_chat.py, src/poe_media.py) uses the official OpenAI Python SDK to communicate with Poe's API endpoints and includes functional utilities for handling multi-modal file uploads and downloading generated media. While it reads configuration from the user's home directory (~/.openclaw/openclaw.json) and performs network requests to download generated assets, these actions are transparently documented and strictly aligned with the skill's stated purpose of providing AI model access and media delivery.
能力评估
Purpose & Capability
Name/description (Poe connector) aligns with the code and instructions. The skill requires a POE_API_KEY stored in ~/.openclaw/openclaw.json (declared config path) and Python/bash to run the included scripts. Requiring the openai Python package is coherent: the code reuses OpenAI client to target Poe's base_url.
Instruction Scope
SKILL.md requires using the bash/shell tool to run the bundled poe.sh which executes the Python scripts. Those scripts will transmit any files you attach (they base64-encode and upload them to Poe), will auto-download media URLs returned by the service, and will read ~/.openclaw/openclaw.json for the API key. This is expected, but be aware that attaching files results in their content being sent to Poe and that local execution runs code from the skill directory.
Install Mechanism
No external download/install spec is present; all code is included in the skill bundle. The only install action users are instructed to perform is to pip install the public 'openai' package (requirements.txt), which is normal for a Python-based client.
Credentials
The skill only requires a single Poe API key (declared via the config path skills.entries.poe-connector.env.POE_API_KEY) and no other credentials. There are no unrelated secrets requested. The scripts read that config file and no other system secrets or tokens.
Persistence & Privilege
always is false and the skill does not request system-wide persistent privileges. It does not modify other skills' configs and only reads its own declared config path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poe-connector - 安装完成后,直接呼叫该 Skill 的名称或使用
/poe-connector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Auto-download generated Poe media and send it to Telegram as attachments instead of markdown image links.
v1.0.5
Version 1.0.5
- Updated environment requirements: POE_API_KEY is now only listed under "config", not "env", in skill metadata.
- Added a note clarifying that attached files are base64-encoded and sent to Poe; users should avoid attaching sensitive files unless intending to share them with Poe.
v1.0.4
Version 1.0.4
- Updated version to 1.0.4 in SKILL.md
- No functional or documentation changes beyond version increment
v1.0.3
- Added setup instructions for configuring the required POE_API_KEY before first use.
- Updated metadata to specify the need for the POE_API_KEY environment variable.
- Improved notes for clearer error messaging related to missing API keys.
v1.0.2
- Added poe.sh script to provide a shell interface for commands.
- Updated all usage instructions to use poe.sh instead of poe for bash commands.
- Made minor updates to documentation and supporting files.
v1.0.1
- Added repository and license information to SKILL.md.
- Version updated to 1.0.1.
v1.0.0
Initial release of poe-connector.
- Enables access to Poe.com AI models using bash commands.
- Supports chat, image, video, and audio generation via Poe.
- Allows listing and searching of available Poe models.
- Usage is limited to the bash/shell tool; other methods are not supported.
- Includes clear guidance for setup and troubleshooting API key errors.
元数据
常见问题
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-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。
如何安装 Poe Connector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poe-connector」即可一键安装,无需额外配置。
Poe Connector 是免费的吗?
是的,Poe Connector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poe Connector 支持哪些平台?
Poe Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Poe Connector?
由 dzwalker(@dzwalker)开发并维护,当前版本 v1.1.0。
推荐 Skills