返回顶部
p

poe-connectorPOE连接器

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
356
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

poe-connector

Poe 连接器 — 使用 Bash 工具

你必须使用 bash 或 shell 工具来运行这些命令。其他方法均无效。

命令

与 AI 聊天:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh chat 给我讲10个笑话

生成图片:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh image 山间日落

生成视频:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh video 一只猫在弹钢琴

生成音频:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh audio 用欢快的声音说你好世界

列出模型:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh models

搜索模型:
bash
bash ~/.openclaw/workspace/skills/poe-connector/poe.sh search claude

向用户发送生成的媒体文件(图片/视频/音频)

生成图片/视频/音频后,脚本会输出一行包含本地文件路径的 [MEDIASENDHINT] 信息。
你必须使用 message 工具来发送文件 — 不要仅粘贴 URL 或将其嵌入 Markdown 中。
Telegram 无法渲染 Markdown 图片(alt);它需要 sendPhoto / sendDocument,而 message 工具会自动处理这些。

message send --media /path/to/poegeneratedimage.png

如果 message send 不可用,你也可以使用 --to last 参数或明确指定频道。
始终附带简短的文字说明,让用户了解媒体内容。

禁止事项

  • - 不要以 image 形式将图片/媒体 URL 嵌入 Markdown — Telegram 将无法显示
  • 不要使用 sessions_spawn — 会失败
  • 不要使用浏览器访问 poe.com — 会失败
  • 不要将 poe 设置为模型提供商 — 会失败
  • 不要使用除 bash 工具以外的任何方法 — 只有 bash 有效

设置(首次使用前必须完成)

此技能需要 Poe API 密钥。请前往 https://poe.com/api/keys 获取,然后添加到 ~/.openclaw/openclaw.json:

json
{ skills: { entries: { poe-connector: { env: { POEAPIKEY: 你的密钥 } } } } }

备注

  • - 所有命令均使用合理的默认模型(在 poeconfig.json 中配置)
  • 如果遇到 POEAPI_KEY 错误,请告知用户运行上述设置
  • 文件附件(--files)会经过 base64 编码后发送给 Poe — 除非用户有意与 Poe 共享,否则不要附加敏感文件

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 poe-connector-1776195470 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 poe-connector-1776195470 技能

通过命令行安装

skillhub install poe-connector-1776195470

下载

⬇ 下载 poe-connector v1.1.0(免费)

文件大小: 16.2 KB | 发布时间: 2026-4-15 10:26

v1.1.0 最新 2026-4-15 10:26
Auto-download generated Poe media and send it to Telegram as attachments instead of markdown image links.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部