← Back to Skills Marketplace
腾讯云LKE智能体对话
by
lijiayi980130
· GitHub ↗
· v1.0.0
· MIT-0
221
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-lke-chat
Description
腾讯云智能体开发平台 HTTP SSE 对话接口技能。用于调用腾讯云智能体对话接口,支持流式响应处理、事件解析(reply/token_stat/reference/error/thought)。在需要与腾讯云LKE智能体进行HTTP SSE对话时使用,包括发送消息、处理流式响应、解析各类事件。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-lke-chat - After installation, invoke the skill by name or use
/tencent-lke-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 腾讯云LKE智能体对话?
腾讯云智能体开发平台 HTTP SSE 对话接口技能。用于调用腾讯云智能体对话接口,支持流式响应处理、事件解析(reply/token_stat/reference/error/thought)。在需要与腾讯云LKE智能体进行HTTP SSE对话时使用,包括发送消息、处理流式响应、解析各类事件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.
How do I install 腾讯云LKE智能体对话?
Run "/install tencent-lke-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯云LKE智能体对话 free?
Yes, 腾讯云LKE智能体对话 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯云LKE智能体对话 support?
腾讯云LKE智能体对话 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯云LKE智能体对话?
It is built and maintained by lijiayi980130 (@lijiayi980130); the current version is v1.0.0.
More Skills