← Back to Skills Marketplace
0
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jsondiff
Description
基于MCP协议的高效JSON对比工具,专为AI对话场景设计,提供智能对比、快速响应和清晰输出。
Usage Guidance
Install only if you intentionally trust the xiaobenyang MCP service with both the API key and the JSON values being compared. Avoid using it for sensitive JSON, and prefer a local diff tool unless the publisher explains why remote processing and plaintext .env key storage are necessary.
Capability Assessment
Purpose & Capability
The advertised JSON comparison capability is implemented as a remote call to xiaobenyang MCP rather than a local diff, and the package contains copied gaokao/school references that do not fit the stated purpose.
Instruction Scope
The user-facing instructions declare only jsonDiff, but the workflow includes an unrelated search_schools example and the client code exposes a generic remote tool invocation path.
Install Mechanism
The package is small and its dependencies are ordinary Python libraries, but requirements are unpinned and support HTTP/API use rather than a self-contained local diff tool.
Credentials
A JSON diff tool should not normally need a third-party API key or outbound transmission of JSON inputs; this dependency is disclosed but not well justified or scoped.
Persistence & Privilege
The skill asks the agent to collect an API key and persists it in a project-local .env file in plaintext, creating credential exposure risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jsondiff - After installation, invoke the skill by name or use
/jsondiff - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 JSON对比工具,基于MCP协议,专为AI对话场景设计。
- 支持智能JSON对比,具备快速响应和清晰输出。
- 强制要求API密钥,无密钥时自动询问用户并保存。
- 明确工作流程:意图识别、工具选择、参数提取、函数调用、结果整理展示。
- 首个工具函数 scripts.tools.jsonDiff 可按需对比JSON内容。
Metadata
Frequently Asked Questions
What is Jsondiff?
基于MCP协议的高效JSON对比工具,专为AI对话场景设计,提供智能对比、快速响应和清晰输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 0 downloads so far.
How do I install Jsondiff?
Run "/install jsondiff" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jsondiff free?
Yes, Jsondiff is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Jsondiff support?
Jsondiff is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jsondiff?
It is built and maintained by ALinkLab (@alinklab); the current version is v1.0.0.
More Skills