← 返回 Skills 市场
dqatsh

my-test-skill-4-xn

作者 dqatsh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-test-skill-4-xn
功能描述
使用 Calculator Server MCP 进行加减法运算。当用户需要进行加法或减法计算时使用此 skill。Server 地址:http://192.168.71.7:8000/mcp,支持 add(加法)和 subtract(减法)两个工具。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-test-skill-4-xn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-test-skill-4-xn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug my-test-skill-4-xn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

my-test-skill-4-xn 是什么?

使用 Calculator Server MCP 进行加减法运算。当用户需要进行加法或减法计算时使用此 skill。Server 地址:http://192.168.71.7:8000/mcp,支持 add(加法)和 subtract(减法)两个工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 my-test-skill-4-xn?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-test-skill-4-xn」即可一键安装,无需额外配置。

my-test-skill-4-xn 是免费的吗?

是的,my-test-skill-4-xn 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

my-test-skill-4-xn 支持哪些平台?

my-test-skill-4-xn 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 my-test-skill-4-xn?

由 dqatsh(@dqatsh)开发并维护,当前版本 v1.0.0。

💬 留言讨论