返回顶部
o

openclaw-aligenie-genie天猫精灵云联

OpenClaw Agent 通过云服务器与天猫精灵双向通信的技能。触发时机:(1) 用户要求与天猫精灵通信或接收天猫精灵消息时 (2) 配置天猫精灵与 OpenClaw 的连接时 (3) 天猫精灵发送指令到 OpenClaw 需要处理时。

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

openclaw-aligenie-genie

openclaw-aligenie-genie

OpenClaw Agent 通过云服务器与天猫精灵双向通信的技能。

文档

文档内容
SPEC.md完整技术规格(架构/数据库/API/安全)
DEPLOY.md
部署指南 | | genie_client.py | Agent 端 Python 客户端 |

快速开始

1. 部署云服务器

详见 DEPLOY.md

2. 配置 Agent

bash
ALIGENIE_SERVER=http://你的云服务器IP:58472
ALIGENIEAPIKEY=ak_xxx # 从 CLI 获取
ALIGENIEAGENTID=lobster # 你的 agent ID

3. 启动注册

python
from genie_client import GenieClient

client = GenieClient(
server_url=http://101.43.110.225:58472,
agent_id=lobster,
apikey=akxxx
)
client.register(sessionkeyhere)
client.startheartbeatloop(interval=60)

4. 处理请求

python
def handle(req):
utterance = req[utterance]
reply = f你说了:{utterance}
return reply

client.startpollingloop(handle)

架构

详见 SPEC.md

前置条件

  1. 1. 云服务器已部署 AligenieServer
  2. 阿里云开发者账号已创建个人技能(Genie2)
  3. 用户已在天猫精灵App 添加技能

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-aligenie-genie-1775902448 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-aligenie-genie-1775902448 技能

通过命令行安装

skillhub install openclaw-aligenie-genie-1775902448

下载

⬇ 下载 openclaw-aligenie-genie v1.0.2(免费)

文件大小: 10.54 KB | 发布时间: 2026-4-12 10:48

v1.0.2 最新 2026-4-12 10:48
- Updated SKILL.md references from "腾讯云" (Tencent Cloud) to generic "云服务器" (cloud server)
- Adjusted deployment and configuration instructions to use generic cloud server terminology
- No changes to logic or code—documentation wording improvements only

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

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

p2p_official_large
返回顶部