Loading...
Loading...
USE THIS SKILL WHEN: the user wants to find, explore, or install Obul API skills. Searches the local api catalog, fetches skill metadata, and installs skills to .claude folder.
npx skill4agent add obulai/obul-apis obul-api-finder~/.claude/skills/node scripts/search.js "scrape website"
node scripts/search.js "find email"
node scripts/search.js "crypto price"node scripts/fetch.js obul-firecrawl
node scripts/fetch.js obul-apollo~/.claude/skills/node scripts/install.js obul-firecrawl
node scripts/install.js obul-apollonode 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": "obul-firecrawl",
"description": "Scrape URLs, crawl websites, extract structured data"
}
]
# 2. Get more info
$ node scripts/fetch.js obul-firecrawl
Name: obul-firecrawl
Description: Scrape any website and convert to markdown
Pricing: $0.001/request
# 3. Install it
$ node scripts/install.js obul-firecrawl
✓ Installed obul-firecrawl to ~/.claude/skills/obul-firecrawl
# 4. Use in Claude
/obul-firecrawl:scrape https://example.com| File | Purpose |
|---|---|
| Search apis.json catalog |
| Parse SKILL.md YAML header |
| Copy skill to ~/.claude/skills/ |
| List all skills by category |
../../apis.json../../skills/{skill-name}/SKILL.md~/.claude/skills/{skill-name}/