返回顶部
a

aliyun-chatbot-manage阿里云聊天机器人管理

Use when managing Alibaba Cloud beebot (Chatbot) via OpenAPI/SDK, including the user asks to configure, query, or troubleshoot Alibaba Cloud chatbot resources, including bot inventory, configuration changes, status checks, and API-level diagnostics.

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

aliyun-chatbot-manage

技能名称: aliyun-chatbot-manage

详细描述:
类别: 服务

聊天机器人 (beebot)

使用阿里云OpenAPI(RPC)配合官方SDK或OpenAPI Explorer管理beebot资源。

工作流程

1) 确认区域、资源标识符和所需操作。
2) 发现API列表及所需参数(参见参考资料)。
3) 使用SDK或OpenAPI Explorer调用API。
4) 使用describe/list类API验证结果。

AccessKey优先级(必须遵守)

1) 环境变量:ALICLOUDACCESSKEYID / ALICLOUDACCESSKEYSECRET / ALICLOUDREGIONID
区域策略:ALICLOUDREGIONID为可选默认值。若未设置,则为任务确定最合理的区域;若不明确,询问用户。
2) 共享配置文件:~/.alibabacloud/credentials

API发现

  • - 产品代码:Chatbot
  • 默认API版本:2022-04-08
  • 使用OpenAPI元数据端点列出API并获取架构(参见参考资料)。

高频操作模式

1) 清单/列表:优先使用List / Describe类API获取当前资源。
2) 变更/配置:优先使用Create / Update / Modify / Set类API进行变更操作。
3) 状态/故障排查:优先使用Get / Query / Describe*Status类API进行诊断。

最小可执行快速入门

在调用业务API之前,先进行元数据优先发现:

bash
python scripts/listopenapimeta_apis.py

可选覆盖参数:

bash
python scripts/listopenapimeta_apis.py --product-code --version

该脚本将API清单产物写入技能输出目录。

输出策略

如需保存响应或生成的产物,请写入以下目录:
output/aliyun-chatbot-manage/

验证

bash
mkdir -p output/aliyun-chatbot-manage
for f in skills/ai/service/aliyun-chatbot-manage/scripts/*.py; do
python3 -m py_compile $f
done
echo pycompileok > output/aliyun-chatbot-manage/validate.txt

通过标准:命令退出码为0,且已生成output/aliyun-chatbot-manage/validate.txt文件。

输出与证据

  • - 将产物、命令输出和API响应摘要保存到output/aliyun-chatbot-manage/目录下。
  • 在证据文件中包含关键参数(区域/资源ID/时间范围),以确保可复现性。

前提条件

  • - 执行前配置最小权限的阿里云凭证。
  • 优先使用环境变量:ALICLOUDACCESSKEYID、ALICLOUDACCESSKEYSECRET、可选ALICLOUDREGIONID。
  • 若区域不明确,在执行变更操作前先询问用户。

参考资料

  • - 来源:references/sources.md

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-chatbot-manage-1775883061 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-chatbot-manage-1775883061 技能

通过命令行安装

skillhub install aliyun-chatbot-manage-1775883061

下载

⬇ 下载 aliyun-chatbot-manage v1.0.0(免费)

文件大小: 3.76 KB | 发布时间: 2026-4-12 08:54

v1.0.0 最新 2026-4-12 08:54
Initial release of Alibaba Cloud beebot (Chatbot) management skill.

- Provides workflows to configure, query, and troubleshoot Chatbot resources via OpenAPI/SDK.
- Supports inventory, configuration changes, status checks, and diagnostics using Alibaba Cloud API.
- Enforces credential and region handling policy, with preference for environment variables.
- Artifacts and evidence are saved under the `output/aliyun-chatbot-manage/` directory.
- Includes validation steps and quickstart scripts for API discovery and usage.

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

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

p2p_official_large
返回顶部