← 返回 Skills 市场
腾讯云LKE智能体对话
作者
lijiayi980130
· GitHub ↗
· v1.0.0
· MIT-0
221
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-lke-chat
功能描述
腾讯云智能体开发平台 HTTP SSE 对话接口技能。用于调用腾讯云智能体对话接口,支持流式响应处理、事件解析(reply/token_stat/reference/error/thought)。在需要与腾讯云LKE智能体进行HTTP SSE对话时使用,包括发送消息、处理流式响应、解析各类事件。
安全使用建议
This skill appears coherent and implements a Tencent LKE SSE chat client. Before installing or running: verify you trust the skill source (source/homepage are unknown), keep your AppKey secret (avoid passing it on the command line where other local users can see it), and consider reviewing the included script yourself. If you plan to run this on shared infrastructure, modify the script to read the AppKey from a secure environment variable or prompt rather than a visible CLI argument. If you need stronger assurance, request the publisher's origin or compare the endpoint/behavior against official Tencent Cloud docs.
功能分析
Type: OpenClaw Skill
Name: tencent-lke-chat
Version: 1.0.0
The skill bundle is a legitimate integration for the Tencent Cloud Link Knowledge Engine (LKE) platform. The Python script (scripts/sse_chat.py) is a standard implementation of an HTTP SSE client that communicates exclusively with official Tencent Cloud endpoints (wss.lke.cloud.tencent.com). There is no evidence of data exfiltration, malicious execution, or prompt injection; the instructions in SKILL.md and the API documentation are purely technical and aligned with the stated purpose of enabling AI-to-AI communication via the LKE interface.
能力评估
Purpose & Capability
Name/description, SKILL.md, reference docs, and the provided Python script all describe the same HTTP SSE chat client for Tencent LKE and require only an AppKey and request parameters; there are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
SKILL.md and the example code limit themselves to constructing POST requests to the Tencent SSE endpoint and parsing SSE responses. The instructions do not ask the agent to read unrelated files, system credentials, or external endpoints beyond the documented Tencent host. One note: the AppKey is passed as a CLI argument in the sample script, which is sensitive and may be exposed via process listings—handle secrets carefully.
Install Mechanism
There is no install spec and the skill is instruction-only with an example script. The included requirements note recommends installing requests or the Tencent SDK via pip (standard, expected). No remote downloads or archive extraction are present.
Credentials
The skill declares no required environment variables or config paths. The only secret needed in practice is the Tencent AppKey (passed as a CLI argument in the example). This is proportional to the stated purpose, but the user should avoid exposing the AppKey in process arguments or logs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs on demand and requires no persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-lke-chat - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-lke-chat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tencent-lke-chat
- Provides integration with Tencent Cloud LKE HTTP SSE conversation API.
- Supports sending messages, receiving streaming responses, and parsing key events (reply, token_stat, reference, error, thought).
- Includes detailed request/response structure and sample code for fast setup.
- Documentation covers model selection, workflow parameters, and error codes.
- Offers front-end rendering guidance and resource links.
元数据
常见问题
腾讯云LKE智能体对话 是什么?
腾讯云智能体开发平台 HTTP SSE 对话接口技能。用于调用腾讯云智能体对话接口,支持流式响应处理、事件解析(reply/token_stat/reference/error/thought)。在需要与腾讯云LKE智能体进行HTTP SSE对话时使用,包括发送消息、处理流式响应、解析各类事件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 腾讯云LKE智能体对话?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-lke-chat」即可一键安装,无需额外配置。
腾讯云LKE智能体对话 是免费的吗?
是的,腾讯云LKE智能体对话 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
腾讯云LKE智能体对话 支持哪些平台?
腾讯云LKE智能体对话 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯云LKE智能体对话?
由 lijiayi980130(@lijiayi980130)开发并维护,当前版本 v1.0.0。
推荐 Skills