skills/polymer-pay-api-finder/SKILL.md
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.
npx skillsauth add polymerdao/pay-apis polymer-pay-api-finderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage Polymer Pay API skills - search, fetch, and install locally.
This skill provides tools to:
~/.claude/skills/ for immediate useFind APIs by keyword, category, or use case:
node scripts/search.js "scrape website"
node scripts/search.js "find email"
node scripts/search.js "crypto price"
Returns: Matching APIs with name, category, description, and skill path.
Get structured preview with "When to Use" use cases:
node scripts/preview.js polymer-pay-firecrawl
node scripts/preview.js polymer-pay-apollo
Returns: JSON with name, description, and whenToUse array. Great for understanding when to invoke a skill.
Get detailed skill metadata from SKILL.md:
node scripts/fetch.js polymer-pay-firecrawl
node scripts/fetch.js polymer-pay-apollo
Returns: YAML header (name, description, requirements) + documentation preview.
Copy a skill to ~/.claude/skills/:
node scripts/install.js polymer-pay-firecrawl
node scripts/install.js polymer-pay-apollo
After install, the skill is immediately available in Claude Code.
Browse all available skills by category:
node scripts/list.js
node scripts/list.js "web-scraping"
# 1. Search for what you need
$ node scripts/search.js "scrape"
[
{
"name": "firecrawl",
"category": "web-scraping",
"skill": "polymer-pay-firecrawl",
"description": "Scrape URLs, crawl websites, extract structured data"
}
]
# 2. Preview to see when to use it
$ node scripts/preview.js polymer-pay-firecrawl
{
"name": "polymer-pay-firecrawl",
"description": "USE THIS SKILL WHEN: ...",
"whenToUse": [
"Web scraping — Scrape any URL to clean markdown...",
"Site discovery — Map all URLs on a website...",
"Bulk content ingestion — Crawl entire websites..."
]
}
# 3. Install it
$ node scripts/install.js polymer-pay-firecrawl
✓ Installed polymer-pay-firecrawl to ~/.claude/skills/polymer-pay-firecrawl
# 4. Use in Claude
/polymer-pay-firecrawl:scrape https://example.com
| File | Purpose |
|------|---------|
| scripts/search.js | Search apis.json catalog |
| scripts/preview.js | Preview skill with When to Use extraction |
| scripts/fetch.js | Parse SKILL.md YAML header |
| scripts/install.js | Copy skill to ~/.claude/skills/ |
| scripts/list.js | List all skills by category |
../../apis.json (all 50+ APIs)../../skills/{skill-name}/SKILL.md~/.claude/skills/{skill-name}/development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.