/install dev-glue
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dev-glue - After installation, invoke the skill by name or use
/dev-glue - Provide required inputs per the skill's parameter spec and get structured output
What is Dev Glue?
JSON transformation, schema validation, text diffing, document conversion. Four developer utility micro-services. Use for data transformation, validation, an... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Dev Glue?
Run "/install dev-glue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dev Glue free?
Yes, Dev Glue is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dev Glue support?
Dev Glue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dev Glue?
It is built and maintained by renoblabs (@renoblabs); the current version is v1.0.0.