← 返回 Skills 市场
longmans

Poe Chat

作者 longman · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1168
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install poe-chat
功能描述
使用 @gemini/@gpt/@claude 等触发词调用 Poe 模型(含 Gemini/GPT/claude/kimi/Deepseek等主流模型),自动选择 model_id 并说明使用了哪一个,支持文件上传。
安全使用建议
This skill appears to do what it says: it lists Poe models and sends messages (and optionally uploaded files) to Poe. Before installing, note: (1) you must provide a POE_API_KEY — do not share that key; (2) pip will install fastapi-poe from PyPI — verify you trust that package and your environment's package sources; (3) any file paths you pass with --file will be read locally and uploaded to Poe, so avoid uploading sensitive files; (4) the scripts contact api.poe.com (no other external endpoints observed). If you need higher assurance, audit the fastapi-poe package and run the scripts in an isolated environment.
功能分析
Type: OpenClaw Skill Name: poe-chat Version: 1.0.0 This skill is designed to interact with the Poe API for chatting with various models and supports file uploads. The `SKILL.md` provides clear instructions for the AI agent on how to select models and use the `poe_client.py` script, including its file upload capability. The `list_models.py` script fetches model information from `api.poe.com`, and `poe_client.py` handles sending messages and user-specified files to the Poe API via `fastapi-poe`. While file upload is a sensitive operation, it is an explicitly stated and intended feature of this skill, and there is no evidence of unauthorized data exfiltration, malicious execution, or prompt injection attempts to subvert the agent's behavior beyond the skill's stated purpose.
能力评估
Purpose & Capability
Name and description (call Poe models, select model IDs, support file upload) match the included scripts and SKILL.md. The code calls Poe's model-list endpoint and uses a Poe client library; requesting a POE_API_KEY is expected.
Instruction Scope
Runtime instructions are limited to installing requirements, setting POE_API_KEY (or passing --api-key), listing models, and invoking the client script. The scripts only read local files when explicitly passed via --file and upload them to Poe; they do not attempt to read unrelated system files or other env vars.
Install Mechanism
No install spec in registry; SKILL.md directs pip install -r scripts/requirements.txt (fastapi-poe, requests). This is a standard PyPI install and proportional to the Python scripts provided.
Credentials
Only POE_API_KEY (or CLI --api-key) is used. No unrelated credentials, config paths, or broad environment access are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It writes a models.json cache file only when the list_models script is run, which is within expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install poe-chat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /poe-chat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 - Added README.md with detailed usage instructions, installation steps, and behavior guidelines. - No changes to core code or behavior; documentation improved for easier onboarding.
v1.0.0
- Initial release of poe-chat skill. - Supports triggering Poe models (Gemini, GPT, Claude, kimi, Deepseek, etc.) using @keywords. - Automatically selects the most appropriate model_id based on user input and explains which model was used. - Allows file uploads for model analysis. - Includes scripts to list available models and manage API keys. - Responses clearly state the specific model used before answering.
元数据
Slug poe-chat
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Poe Chat 是什么?

使用 @gemini/@gpt/@claude 等触发词调用 Poe 模型(含 Gemini/GPT/claude/kimi/Deepseek等主流模型),自动选择 model_id 并说明使用了哪一个,支持文件上传。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1168 次。

如何安装 Poe Chat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install poe-chat」即可一键安装,无需额外配置。

Poe Chat 是免费的吗?

是的,Poe Chat 完全免费(开源免费),可自由下载、安装和使用。

Poe Chat 支持哪些平台?

Poe Chat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Poe Chat?

由 longman(@longmans)开发并维护,当前版本 v1.0.0。

💬 留言讨论