dev-glue

JSON transformation, schema validation, text diffing, document conversion. Four developer utility micro-services. Use for data transformation, validation, and format conversion.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dev-glue" with this command: npx skills add renoblabs/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\n**bold**", "from_format": "markdown", "to_format": "html"}
Response: {"output": "<h1>Hello</h1><p><strong>bold</strong></p>"}
Price: $0.002 USDC

Payment

x402 protocol — USDC on Base.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

run.dev — Local Dev Environment Manager

Local dev environment manager. Process management, automatic HTTPS domains, SSL certificates, reverse proxy, and AI crash diagnosis — single binary, zero con...

Registry SourceRecently Updated
Coding

ifly-image-understanding

iFlytek Image Understanding (图片理解) — analyze and answer questions about images using Spark Vision model. WebSocket API, pure Python stdlib, no pip dependencies.

Registry SourceRecently Updated
Coding

Civic Google

Use gog (Google CLI) without manual OAuth setup — Civic handles token management automatically

Registry SourceRecently Updated
2000Profile unavailable
Coding

Agent Browser.Skip

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated
2000Profile unavailable