obul-api-finder

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "obul-api-finder" with this command: npx skills add obulai/obul-apis/obulai-obul-apis-obul-api-finder

Obul API Finder

Manage Obul API skills - search, fetch, and install locally.

Overview

This skill provides tools to:

  • Search the API catalog by keyword or use case
  • Preview skill details with "When to Use" extraction
  • Fetch skill metadata and documentation
  • Install skills to ~/.claude/skills/ for immediate use

Commands

Search APIs

Find 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.

Preview Skill

Get structured preview with "When to Use" use cases:

node scripts/preview.js obul-firecrawl
node scripts/preview.js obul-apollo

Returns: JSON with name, description, and whenToUse array. Great for understanding when to invoke a skill.

Fetch Skill Info

Get detailed skill metadata from SKILL.md:

node scripts/fetch.js obul-firecrawl
node scripts/fetch.js obul-apollo

Returns: YAML header (name, description, requirements) + documentation preview.

Install Skill

Copy a skill to ~/.claude/skills/:

node scripts/install.js obul-firecrawl
node scripts/install.js obul-apollo

After install, the skill is immediately available in Claude Code.

List All Skills

Browse all available skills by category:

node scripts/list.js
node scripts/list.js "web-scraping"

Example Workflow

# 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. Preview to see when to use it
$ node scripts/preview.js obul-firecrawl
{
  "name": "obul-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 obul-firecrawl
✓ Installed obul-firecrawl to ~/.claude/skills/obul-firecrawl

# 4. Use in Claude
/obul-firecrawl:scrape https://example.com

File Locations

FilePurpose
scripts/search.jsSearch apis.json catalog
scripts/preview.jsPreview skill with When to Use extraction
scripts/fetch.jsParse SKILL.md YAML header
scripts/install.jsCopy skill to ~/.claude/skills/
scripts/list.jsList all skills by category

Data Sources

  • API Catalog: ../../apis.json (all 50+ APIs)
  • Skill Docs: ../../skills/{skill-name}/SKILL.md
  • Install Target: ~/.claude/skills/{skill-name}/

Best Practices

  • For errors — See @skills/obul-api-errors/SKILL.md for complete error code reference and troubleshooting

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

obul-proxy

No summary provided by upstream source.

Repository SourceNeeds Review
General

Trunkate AI

Semantically optimizes context history and large text blocks via the Trunkate AI API. Includes proactive context pruning hooks for automated token management.

Registry SourceRecently Updated
General

Long-term Task Progress Manager

Manages multi-session, multi-stage projects by maintaining and syncing MISSION.md, PROGRESS.md, and NEXT_STEPS.md for seamless long-term progress tracking.

Registry SourceRecently Updated
General

Event Planner Pro

活动策划助手。活动方案(婚礼/生日/年会)、预算编制、准备清单、邀请函文案、时间轴、供应商清单。Event planner for weddings, birthdays, corporate events with budgets, checklists, invitations, timelines. 活动策...

Registry SourceRecently Updated