← Back to Skills Marketplace
1168
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install poe-chat
Description
使用 @gemini/@gpt/@claude 等触发词调用 Poe 模型(含 Gemini/GPT/claude/kimi/Deepseek等主流模型),自动选择 model_id 并说明使用了哪一个,支持文件上传。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poe-chat - After installation, invoke the skill by name or use
/poe-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Poe Chat?
使用 @gemini/@gpt/@claude 等触发词调用 Poe 模型(含 Gemini/GPT/claude/kimi/Deepseek等主流模型),自动选择 model_id 并说明使用了哪一个,支持文件上传。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1168 downloads so far.
How do I install Poe Chat?
Run "/install poe-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Poe Chat free?
Yes, Poe Chat is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Poe Chat support?
Poe Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Poe Chat?
It is built and maintained by longman (@longmans); the current version is v1.0.0.
More Skills