← 返回 Skills 市场
renoblabs

High-Value Extractors

作者 renoblabs · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install high-value-extractors
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /high-value-extractors 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug high-value-extractors
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 High-Value Extractors?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install high-value-extractors」即可一键安装,无需额外配置。

High-Value Extractors 是免费的吗?

是的,High-Value Extractors 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

High-Value Extractors 支持哪些平台?

High-Value Extractors 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 High-Value Extractors?

由 renoblabs(@renoblabs)开发并维护,当前版本 v1.0.0。

💬 留言讨论