← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dev-glue
功能描述
JSON transformation, schema validation, text diffing, document conversion. Four developer utility micro-services. Use for data transformation, validation, an...
使用说明 (SKILL.md)
Dev Glue
Four utility services for data transformation and validation.
Services
/transform-json — JSON Transformation
Apply expressions to transform JSON data.
POST /x402s/transform-json
Body: {"input": {"users": [...]}, "expression": "users[0].name"}
Response: {"output": "Alice", "expression": "users[0].name"}
Price: $0.001 USDC
/validate-json — Schema Validation
Validate JSON against schema with human-readable errors.
POST /x402s/validate-json
Body: {"input": {...}, "schema": {...}}
Response: {"valid": false, "errors": [{"path": ["name"], "message": "required", "rule": "required"}]}
Price: $0.001 USDC
/compare-text — Text Diff
Semantic diff between two texts with similarity score.
POST /x402s/compare-text
Body: {"text1": "Hello world", "text2": "Hello there world"}
Response: {"similarity": 0.647, "additions": 6, "deletions": 0, "diffs": [...]}
Price: $0.001 USDC
/convert-doc — Format Conversion
Markdown to HTML to plain text.
POST /x402s/convert-doc
Body: {"input": "# Hello\
**bold**", "from_format": "markdown", "to_format": "html"}
Response: {"output": "\x3Ch1>Hello\x3C/h1>\x3Cp>\x3Cstrong>bold\x3C/strong>\x3C/p>"}
Price: $0.002 USDC
Payment
x402 protocol — USDC on Base.
安全使用建议
This skill describes four paid micro‑services but omits the service host, source/homepage, privacy/storage policy, and any authentication details. Before installing or using it, ask the provider for: (1) the base URL(s) and TLS/hosting proof (e.g., official domain/GitHub repo), (2) authentication and billing flow (how USDC on Base payment is authorized and which keys/wallets are required), (3) data retention/privacy policy (is your JSON/text stored or logged?), and (4) an explicit API key/credential requirement declared in the skill metadata. Until those are provided, avoid sending sensitive data or enabling autonomous use — the current metadata is insufficient to trust where your data would go or how payments would be handled.
功能分析
Type: OpenClaw Skill
Name: dev-glue
Version: 1.0.0
The skill bundle provides documentation for four standard developer utility micro-services (JSON transformation, schema validation, text diffing, and document conversion) using the x402 payment protocol. The instructions in SKILL.md are consistent with the stated purpose and contain no indicators of malicious intent, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
The name/description (JSON transform, validation, diff, conversion) aligns with the listed endpoints and example request/response payloads. However the SKILL.md references a payment model (x402 / USDC on Base) and paths (/x402s/...) without providing a host, API endpoint base URL, or any information about required credentials, which is inconsistent with a usable service description.
Instruction Scope
The instructions tell the agent to POST data to external endpoints (/x402s/...), implying network calls and payment. They do not specify a hostname, authentication method, or whether data is stored. That means the agent (or user) would be asked to send potentially sensitive JSON/text to an unspecified external service for a fee — a clear scope and privacy concern.
Install Mechanism
No install spec and no code files are present; this instruction-only skill does not write code to disk or install third-party packages, which minimizes local install risk.
Credentials
The skill declares no required environment variables or credentials. That is inconsistent with its payment model: a paid crypto-based API typically requires keys or a wallet; the absence of declared credentials is an unexplained omission and could indicate incomplete metadata or hidden requirements.
Persistence & Privilege
The skill does not request always:true or elevated persistence. Default autonomous invocation is allowed (platform default) but does not by itself increase concern. Combined with external paid endpoints, autonomous invocation could increase risk, but no direct privilege escalation is requested here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dev-glue - 安装完成后,直接呼叫该 Skill 的名称或使用
/dev-glue触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of dev-glue with four developer utility microservices.
- Supports JSON transformation, schema validation, semantic text diff, and document format conversion.
- All endpoints accept POST requests and return structured responses.
- Pricing per request: $0.001–$0.002 USDC via x402 protocol on Base.
元数据
常见问题
Dev Glue 是什么?
JSON transformation, schema validation, text diffing, document conversion. Four developer utility micro-services. Use for data transformation, validation, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Dev Glue?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dev-glue」即可一键安装,无需额外配置。
Dev Glue 是免费的吗?
是的,Dev Glue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dev Glue 支持哪些平台?
Dev Glue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dev Glue?
由 renoblabs(@renoblabs)开发并维护,当前版本 v1.0.0。
推荐 Skills