← Back to Skills Marketplace
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-test-skill-4-xn
Description
使用 Calculator Server MCP 进行加减法运算。当用户需要进行加法或减法计算时使用此 skill。Server 地址:http://192.168.71.7:8000/mcp,支持 add(加法)和 subtract(减法)两个工具。
Usage Guidance
This skill appears coherent and only needs a single token to call a Calculator MCP server at the internal address shown. Before installing: 1) Confirm you trust the server URL (192.168.71.7) and that your agent environment is allowed to contact that private network address. 2) Only provide a token scoped narrowly to this service and rotate it if possible. 3) Be cautious if you don't recognize the server IP or the skill's owner (source/homepage unknown) — lack of provenance increases operational risk even if the skill itself is coherent. If you cannot verify the server or token origin, do not install or supply credentials.
Capability Analysis
Type: OpenClaw Skill
Name: my-test-skill-4-xn
Version: 1.0.0
The skill bundle provides a standard implementation for a calculator service using the Model Context Protocol (MCP), targeting an internal IP address (192.168.71.7). The SKILL.md file correctly documents the required environment variable (XINIUDATA_MCP_TOKEN) and provides legitimate JSON-RPC 2.0 examples for tool interaction. No evidence of malicious intent, data exfiltration to external domains, or unauthorized execution was found; the behavior is entirely consistent with the stated purpose of a mathematical utility.
Capability Assessment
Purpose & Capability
Name/description state it calls a Calculator MCP server at http://192.168.71.7:8000/mcp for add/subtract. The only required secret is XINIUDATA_MCP_TOKEN which is appropriate for authenticating to that server. No unrelated binaries, credentials, or paths are requested.
Instruction Scope
SKILL.md contains concrete curl-based steps to initialize a session and call the add/subtract tools and only references the declared XINIUDATA_MCP_TOKEN. This stays within the stated purpose. Note: the server is a private IP (192.168.x.x) — the skill will make network requests to that internal host, which is expected but may have privacy/security implications depending on your environment.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded by the skill itself, which is the lowest-risk install model.
Credentials
Only one environment variable (XINIUDATA_MCP_TOKEN) is required and declared as the primary credential; that is proportional and justified by the documented Authorization header usage.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. This is the platform default and appropriate for this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-test-skill-4-xn - After installation, invoke the skill by name or use
/my-test-skill-4-xn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of my-test-skill, providing add and subtract operations using Calculator Server MCP.
- Supports environment variable authentication via XINIUDATA_MCP_TOKEN.
- Includes detailed setup and usage instructions for accessing the MCP server with curl.
- Tools available: `add` (a + b), `subtract` (a - b).
- Server endpoint configurable; documented usage examples included.
Metadata
Frequently Asked Questions
What is my-test-skill-4-xn?
使用 Calculator Server MCP 进行加减法运算。当用户需要进行加法或减法计算时使用此 skill。Server 地址:http://192.168.71.7:8000/mcp,支持 add(加法)和 subtract(减法)两个工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install my-test-skill-4-xn?
Run "/install my-test-skill-4-xn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my-test-skill-4-xn free?
Yes, my-test-skill-4-xn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does my-test-skill-4-xn support?
my-test-skill-4-xn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my-test-skill-4-xn?
It is built and maintained by dqatsh (@dqatsh); the current version is v1.0.0.
More Skills