← Back to Skills Marketplace
wx-skill-caller
by
heqq-github
· GitHub ↗
· v1.0.1
· MIT-0
88
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wx-skill-caller
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wx-skill-caller - After installation, invoke the skill by name or use
/wx-skill-caller - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install wx-skill-caller?
Run "/install wx-skill-caller" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wx-skill-caller free?
Yes, wx-skill-caller is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wx-skill-caller support?
wx-skill-caller is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wx-skill-caller?
It is built and maintained by heqq-github (@heqq-github); the current version is v1.0.1.
More Skills