← Back to Skills Marketplace
renoblabs

Dev Glue

by renoblabs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dev-glue
Description
JSON transformation, schema validation, text diffing, document conversion. Four developer utility micro-services. Use for data transformation, validation, an...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dev-glue
  3. After installation, invoke the skill by name or use /dev-glue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dev-glue
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments