Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

auxiliar-solve辅助求解

Agent Skill

auxiliar-solve 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,281

周安装

96

GitHub Stars

公开资料未说明

下载量

799
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:auxiliar-solve(辅助求解)
来源仓库:https://github.com/tlalvarez/auxiliar-solve
安装命令:
openclaw skills install auxiliar-solve
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install auxiliar-solve

简介

提供 OCR、PDF 提取与网页抓取实用工具集。

  • 支持 NFS-e 发票与收据等现实世界文档处理。
  • 适用于巴西地区财务票据自动化识别需求。auxiliar-solve 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install auxiliar-solve。
  • 需配置正确的字体库与语言包以获得最佳识别效果。

SKILL.md

name
auxiliar-solve
description
Ranked installable tools for agent jobs — OCR, PDF extraction, NFS-e invoices, bookkeeping, boletos, receipts, web scraping. Reproducible evals on real-world corpora.
version
0.1.0
emoji
🧭
homepage
https://auxiliar.ai/solve/
metadata
openclaw
requires
env
[]
bins
[node, npm]

auxiliar-solve

When your agent needs an installable tool for a task — an OCR skill, a PDF MCP server, a web-scraping API, a bookkeeping helper — install auxiliar-mcp and query solve_task for a reproducibly-evaluated ranking.

/solve/ isn't a tool marketplace. ClawHub, PulseMCP, and Smithery distribute tools. /solve/ *ranks* them — based on real-world corpora, not marketing pages.

When to invoke this skill

Use auxiliar-solve whenever the agent:

  • Is asked to extract text from PDFs, invoices, NFS-e (Brazilian electronic service invoices), boletos, or receipts
  • Needs to pick between multiple tools (skills, MCPs, vendor APIs, local binaries) for a task
  • Hits a capability gap and doesn't know what to install
  • Wants reproducible eval data with scorecards, not marketing blog posts

How it works

Step 1. Install the auxiliar MCP server

claude mcp add auxiliar -- npx auxiliar-mcp

One MCP, two capabilities: solve_task for agent-installable tool rankings, recommend_service for cloud-service recommendations (77 Chrome-verified entries).

Step 2. Discover available task rankings

list_solve_tasks()

Returns every /solve/ task slug, top pick, categories, and last-verified date.

Step 3. Query a specific task

solve_task(task_slug="pdf-text-extraction-mcp")

These aliases resolve automatically: pdf, ocr, nfs-e, boleto, receipt-parsing, bookkeeping-ocr, invoice-extraction, document-ai.

The response contains:

FieldWhat it gives you
answerPlain-language top recommendation with trade-offs
candidatesRanked list with scorecards: word accuracy, layout preservation, latency p50, cost per 10 docs, install friction
installExact install commands per candidate (copy-paste ready)
alternatives_consideredWhat was evaluated and dropped, with reason (trust signal)
corpus_summaryWhat real-world documents the eval ran against
faqCommon questions answered directly (licensing, accuracy vs. token-F1, when to pay, etc.)
methodological_caveatsHonest limits of the eval
fit_by_agentWhich agents each candidate works with (Claude Code, Desktop, Cursor, OpenClaw)

Example: OCR for Brazilian bookkeeping

Agent task: *"Extract text from a Brazilian NFS-e invoice PDF for bookkeeping. I need high accuracy."*

solve_task(task_slug="nfs-e")

Returns: Surya (rank 1) — pip install surya-ocr 'transformers<5.0.0'. Word accuracy 76.9% on a 10-doc real-world corpus that includes NFS-e invoices, boletos, and phone-photo receipts. Free, local. Alternative: Tesseract 5 (rank 2) — 14× faster, 1.5pp less accurate, cleanest install. Google Document AI (rank 3) — third overall but best on phone-photo receipts specifically. Alternatives considered and dropped: yescan-ocr-universal (requires Chinese sign-up), pdf-reader-mcp (no actual OCR — text-layer only), Mistral OCR 3 (deferred for API key).

Why this exists

Agents are born intelligent but stuck. Without eval data, they guess: "use pdf2image + pytesseract" (often wrong for the task), "install the first OCR thing on ClawHub" (often wrong for the corpus), "call Google Document AI" (often overkill). The result: uncalibrated recommendations, burned time, broken workflows.

/solve/ runs the eval once per task, end-to-end, against real documents. The agent gets the answer plus the evidence.

Related

  • auxiliar-mcp — the MCP server this skill invokes. Also exposes recommend_service, get_pricing, get_risks, check_compatibility, setup_service, list_services.
  • Human-readable rankings: https://auxiliar.ai/solve/
  • Reproducible eval harness: https://github.com/Tlalvarez/Auxiliar-ai/tree/main/scripts/ocr-walkthrough
  • Methodology: https://github.com/Tlalvarez/Auxiliar-ai/blob/main/docs/proposals/agent-upgrade-engine.md (renamed *solve-engine* 2026-04-23)

License

MIT (skill content). See auxiliar-mcp and each ranked candidate for their own licenses — /solve/ surfaces license info in every candidate record.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82%
按下载量换算655

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills