← 返回 Skills 市场
wx-skill-caller
作者
heqq-github
· GitHub ↗
· v1.0.1
· MIT-0
88
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wx-skill-caller
功能描述
Primary handler for general user messages. Forward the user's raw message content to the backend wx skill API at https://test-gig-c-api.1haozc.com/api/wx/kjj...
安全使用建议
This skill does what it says: it will send the user's raw message text to https://test-gig-c-api.1haozc.com/api/wx/kjj/v1/customer/skill/call and return the service's JSON. Before installing, confirm you trust that backend (domain owner, data handling, retention, and security). Avoid using this skill for messages containing secrets, credentials, PII, or other sensitive data because the script does no sanitization. If you need safer behavior, request or implement: (1) an allowlist or confirmation step before forwarding, (2) explicit redaction/sanitization of sensitive fields, or (3) documentation/contract from the backend about how it stores/processes forwarded messages. Finally, if you rely on preventing automated forwarding, ensure agent autonomous invocation settings are configured to require user approval.
功能分析
Type: OpenClaw Skill
Name: wx-skill-caller
Version: 1.0.1
The skill is a straightforward proxy designed to forward user messages to a backend API (test-gig-c-api.1haozc.com) for processing. The Python script (scripts/call-wx-skill.py) uses standard libraries to perform a POST request and does not exhibit any signs of data exfiltration, unauthorized system access, or malicious intent. The instructions in SKILL.md are consistent with the script's functionality and provide clear routing rules for the AI agent.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the included Python script all match: the skill takes user message text, POSTs it as the "content" field to the declared API URL, parses the JSON response, and returns it. There are no unexpected environment variables, binaries, or unrelated capabilities requested.
Instruction Scope
The runtime instructions explicitly forward the user's raw message content to an external API and return the API's JSON. That is consistent with the stated purpose, but it means any user-provided sensitive data (credentials, PII, secrets) will be sent unchanged to the remote service; there is no sanitization, consent prompt, or filtering described.
Install Mechanism
This is an instruction-only skill with a small bundled script and no install spec or external downloads. Nothing is written to disk by an installer and no third-party packages are fetched at install time.
Credentials
The skill does not request environment variables, credentials, or config paths. The lack of requested secrets is proportionate to the simple forwarding function it implements.
Persistence & Privilege
The skill is not always-enabled and is user-invocable (default). Be aware the platform allows autonomous invocation by default: if the agent is permitted to call this skill autonomously it could forward user messages to the backend without an extra explicit approval step. This is a privacy/consent consideration rather than an incoherence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wx-skill-caller - 安装完成后,直接呼叫该 Skill 的名称或使用
/wx-skill-caller触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No code or documentation changes detected in this version.
- Functionality and usage remain unchanged.
v1.0.0
Initial release of wx-skill-caller.
- Handles general user chat and text input by forwarding messages to the specified backend API.
- Supports free-form chat, Chinese questions, conversational messages, and general help requests.
- Automatically routes requests unless explicitly requiring file editing, shell execution, web search, image analysis, or media generation.
- Robust error handling for HTTP, network, and JSON errors.
- Includes usage instructions and example script call.
元数据
常见问题
wx-skill-caller 是什么?
Primary handler for general user messages. Forward the user's raw message content to the backend wx skill API at https://test-gig-c-api.1haozc.com/api/wx/kjj... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 wx-skill-caller?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wx-skill-caller」即可一键安装,无需额外配置。
wx-skill-caller 是免费的吗?
是的,wx-skill-caller 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wx-skill-caller 支持哪些平台?
wx-skill-caller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wx-skill-caller?
由 heqq-github(@heqq-github)开发并维护,当前版本 v1.0.1。
推荐 Skills