← Back to Skills Marketplace
renoblabs

High-Value Extractors

by renoblabs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install high-value-extractors
Description
Extract structured data from product pages, job listings, and company pages. Plus generate working AI endpoints from schemas. LLM-powered extraction micro-se...
README (SKILL.md)

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.

Usage Guidance
This skill is missing crucial details about where requests will be sent and how payments/authentication are handled. Before installing or using it, ask the provider for: (1) the full API base URL(s) and TLS/host identity, (2) how USDC payments on Base are authorized (wallet address, signature flow, or payment gateway) and whether any private keys are needed, (3) what credentials (API keys, scraping logins) are required for sites like LinkedIn or Amazon, (4) a privacy policy describing what data (URLs, page content) will be stored or logged by the service, and (5) legal/terms clarifying scraping of third-party sites. Do not send sensitive URLs, login-protected links, or any credentials to this skill until these questions are answered. If the author cannot provide clear operational and security details, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: high-value-extractors Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) describing external LLM-powered data extraction services. There is no executable code, and the instructions are limited to describing API endpoints for product, job, and contact extraction without any malicious prompt injection or unauthorized data access requests.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The SKILL.md describes paid HTTP endpoints (/x402s/...) that perform scraping and generate working FastAPI code. Yet the skill declares no API base URL, authentication, payment mechanism, or required credentials. A legitimate provider would need a network host, payment/crypto credentials or payment gateway integration, and possibly scraping credentials for protected sites — none are declared.
Instruction Scope
The instructions direct the agent to submit user-provided URLs (including linkedin.com and amazon.com) to remote extraction endpoints and to receive structured data or code in response. That means user content/URLs would be transmitted to an external service; the doc does not state where the endpoints live, what data is shared, or how authentication/consent/payment are handled. Scraping protected sites (LinkedIn, Amazon) is mentioned but no guidance is given on credentials or legal limits.
Install Mechanism
No install spec and no code files are present; this is instruction-only, so nothing will be written to disk during installation. That minimizes supply-chain risk from install artifacts.
Credentials
The skill indicates a paid x402/USDC-on-Base protocol but requests no environment variables or credentials. In practice, payment on Base (or using a crypto wallet) and model execution (the returned example uses 'claude-sonnet-4-6') would require API keys or wallet signing capabilities. The absence of any declared credentials is inconsistent and unexplained.
Persistence & Privilege
always is false and there is no indication the skill modifies agent config or requests persistent privileges. It does not request elevated agent-wide permissions in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install high-value-extractors
  3. After installation, invoke the skill by name or use /high-value-extractors
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
High-Value Extractors initial release. - Four LLM-powered extraction endpoints for products, jobs, and company intel. - Extracts structured data from e-commerce, job listing, and company pages. - Generate working FastAPI endpoint code from schemas. - Pay per use via x402 protocol with USDC on Base.
Metadata
Slug high-value-extractors
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments