/install high-value-extractors
High-Value Extractors
Four LLM-powered extraction services for structured data.
Services
/extract-product — Product Page to Data
E-commerce URL to structured product data.
POST /x402s/extract-product
Body: {"url": "https://amazon.com/dp/..."}
Response: {"product": {"name": "...", "price": "$29.99", "brand": "...", "specs": {...}}}
Price: $0.02 USDC
/extract-job — Job Listing to Data
Job listing URL to structured data.
POST /x402s/extract-job
Body: {"url": "https://linkedin.com/jobs/..."}
Response: {"job": {"title": "...", "company": "...", "salary": "...", "requirements": [...]}}
Price: $0.02 USDC
/extract-contact — Company Intel
Company page to contact/company intelligence.
POST /x402s/extract-contact
Body: {"url": "https://company.com/about"}
Response: {"company": {"name": "...", "industry": "..."}, "emails": [...], "phones": [...]}
Price: $0.02 USDC
/create-endpoint — Schema to Working Endpoint
Describe what you want, get working FastAPI code back.
POST /x402s/create-endpoint
Body: {"name": "sentiment", "description": "Analyze text sentiment", "input_schema": {...}, "output_schema": {...}}
Response: {"code": "async def sentiment(request):\
...", "model": "claude-sonnet-4-6"}
Price: $0.10 USDC
Payment
x402 protocol — USDC on Base.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install high-value-extractors - After installation, invoke the skill by name or use
/high-value-extractors - Provide required inputs per the skill's parameter spec and get structured output
What is High-Value Extractors?
Extract structured data from product pages, job listings, and company pages. Plus generate working AI endpoints from schemas. LLM-powered extraction micro-se... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install High-Value Extractors?
Run "/install high-value-extractors" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is High-Value Extractors free?
Yes, High-Value Extractors is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does High-Value Extractors support?
High-Value Extractors is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created High-Value Extractors?
It is built and maintained by renoblabs (@renoblabs); the current version is v1.0.0.