← 返回
未分类 中文

Auxiliar Solve

Ranked installable tools for agent jobs — OCR, PDF extraction, NFS-e invoices, bookkeeping, boletos, receipts, web scraping. Reproducible evals on real-world...
代理任务的排名可安装工具——OCR、PDF提取、NFS‑e发票、记账、boletos、收据、网页抓取。可在真实场景中进行可复现的评估。
tlalvarez tlalvarez 来源
未分类 clawhub vv0.1.0 1 版本 99717.5 Key: 无需
★ 0
Stars
📥 353
下载
💾 0
安装
1
版本
#agent-tools#bookkeeping#claude-code#google-document-ai#latest#nfs-e#ocr#openclaw#pdf#surya#task-ranking#tesseract

概述

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.

版本历史

共 1 个版本

  • vv0.1.0 当前
    2026-05-07 19:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,228
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,936
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,835