📦 Ntriq X402 Screenshot Data Batch — 技能工具

v1.0.0

Batch extract text, UI elements, and data from up to 500 screenshots. Flat $6.00 USDC via x402.

0· 4·0 当前·0 累计
by @ntriq-gh (ntriq)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
The skill's runtime instructions require sending screenshots and a payment header to a remote endpoint, but the SKILL.md also claims '100% local inference' and does not explain how to provide the required payment credential — these inconsistencies and the obvious data-exfiltration path are concerning.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/14

- Initial release of ntriq-x402-screenshot-data-batch. - Batch extract text, UI elements, layout, and data tables from up to 500 screenshots in one call. - Flat $6.00 USDC payment with processing done entirely on Mac Mini. - Supports extraction options: full, text-only, or data-only. - Provides results in JSON with detailed analysis per screenshot. - Payment via x402 protocol on Base mainnet (EIP-3009 gasless).

无害

安装命令

点击复制
官方npx clawhub@latest install ntriq-x402-screenshot-data-batch
🇨🇳 镜像加速npx clawhub@latest install ntriq-x402-screenshot-data-batch --registry https://cn.longxiaskill.com

技能文档

Extract text, UI elements, layout structure, and data tables from up to 500 screenshots in one call. Flat $6.00 USDC. 100% local inference on Mac Mini.

How to Call

POST https://x402.ntriq.co.kr/screenshot-data-batch
Content-Type: application/json
X-PAYMENT: 

{ "images": [ "https://example.com/screen1.png", "https://example.com/screen2.png" ], "extract_type": "full" }

Parameters

ParameterTypeRequiredDescription
imagesarrayScreenshot URLs (max 500)
extract_typestringfull \text \data (default: full)
languagestringOutput language (default: en)

Example Response

{
  "status": "ok",
  "count": 2,
  "results": [
    {
      "image_url": "https://example.com/screen1.png",
      "status": "ok",
      "extract_type": "full",
      "analysis": "Dashboard showing sales metrics: Total Revenue $124,500, Active Users 3,421..."
    }
  ]
}

Payment

  • Price: $6.00 USDC flat (up to 500 screenshots)
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

数据来源:ClawHub ↗ · 中文优化:龙虾技能库