用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-api-optimizer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference guide for HTTP error codes returned by the Polymer Pay proxy. Use to understand error causes and solutions when API requests fail.
USE THIS SKILL WHEN: the user wants to find, explore, or install Polymer Pay API skills. Searches the local api catalog, fetches skill metadata, and installs skills to .claude folder.
Company and person intelligence platform with funding rounds, investments, employees, founders, LinkedIn social data, and market maps. Access via Polymer Pay proxy.
正在显示 SKILL.md
基于 SOC 职业分类
| name | polymer-pay-api-optimizer |
| description | Find cheapest API providers, compare pricing across skills, and audit files for cost savings |
| metadata | {"polymer-pay-skill":{"emoji":"💰","requires":{"env":[]}}} |
| registries | {} |
| provider | polymer-pay |
Find the cheapest Polymer Pay API provider for any operation. The Polymer Pay catalog has 70+ APIs with significant overlap — many operations can be done by multiple providers at wildly different prices. This skill automates cost analysis with a static pricing database (no API calls, no cost, instant results).
This is a local CLI tool (like polymer-pay-api-finder). It does not make API calls through the Polymer Pay proxy — it reads from a static pricing database bundled with the skill. Three commands for cost optimization:
Search by keyword to find the cheapest provider for an operation:
node scripts/optimize.js "email verification"
node scripts/optimize.js "twitter profile"
node scripts/optimize.js "company enrich"
node scripts/optimize.js "web search"
Returns: Providers sorted by price with savings percentage.
Compare pricing across 2+ skills for all overlapping operations:
node scripts/compare.js polymer-pay-stableenrich polymer-pay-hunter polymer-pay-tomba
node scripts/compare.js polymer-pay-scrape-creators polymer-pay-stableenrich
node scripts/compare.js polymer-pay-firecrawl polymer-pay-x402engine-web
Returns: ASCII table with operations as rows, skills as columns, cheapest marked.
Scan any file for API URLs and identify cheaper alternatives:
node scripts/audit.js tools.md
node scripts/audit.js src/api-client.js
node scripts/audit.js pipeline.sh
Returns: List of found APIs with alternatives, total cost vs optimized cost.
# 1. You need email verification — find the cheapest option
$ node scripts/optimize.js "email verification"
Email Verification (email-verify)
──────────────────────────────────────────────────
1. $0.0100 — Hunter (polymer-pay-hunter) [cheapest]
2. $0.0100 — Tomba (polymer-pay-tomba)
3. $0.0300 — StableEnrich Hunter (polymer-pay-stableenrich)
Savings: 67% by using Hunter instead of StableEnrich Hunter
# 2. Compare StableEnrich vs direct providers
$ node scripts/compare.js polymer-pay-stableenrich polymer-pay-hunter polymer-pay-tomba
# 3. Audit your existing tools file
$ node scripts/audit.js tools.md
| File | Purpose |
|---|---|
scripts/optimize.js | Find cheapest provider by keyword |
scripts/compare.js | Side-by-side pricing comparison |
scripts/audit.js | Scan files for API cost savings |
data/pricing.json | Static pricing database (14 operations, 19 URL patterns) |
data/pricing.json — verified from each skill's SKILL.md