api-check-external

Detect external services mentioned in conversations that lack registry entries.

10|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/superluminar-io/pinky-promise --skill api-check-external
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-check-external
Source: https://github.com/superluminar-io/pinky-promise/tree/main/skills/api-check-external
Command: npx skills add https://github.com/superluminar-io/pinky-promise --skill api-check-external

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface missing registry entries for external services mentioned in conversations, preventing untracked dependencies from stalling work.

Core Features & Use Cases

  • Detect when a referenced external API or service lacks a registry entry and surface a clear prompt to register it.
  • Respect optional configuration: if API_REGISTRY_REPO is not set, skip the check silently.
  • Operate non-intrusively within brainstorming, planning, and review workflows to keep conversations flowing.

Quick Start

Scan the current chat for external services and surface missing registry entries without blocking the workflow.

Frequently Asked Questions about api-check-external

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for missing external API dependencies during project planning?

You can check for missing external API dependencies by scanning conversations to identify referenced external services that lack registry entries, then surfacing a prompt to register them without blocking the workflow.

What happens if the API registry repository is not configured?

If the API registry repository is not configured, the external API dependency check is skipped silently and users are not blocked, allowing the brainstorming and planning workflow to proceed without interruption.

When should I scan conversations for untracked external service dependencies?

You should scan for untracked external service dependencies during brainstorming, planning, and review phases when external APIs or services are mentioned but lack formal registry entries in the tracking system.

Does the external API dependency check block the workflow if a service is not registered?

No, the external API dependency check operates non-intrusively within brainstorming, planning, and review workflows, surfacing clear prompts to register missing entries while keeping conversations flowing without blocking progress.

Can I detect unregistered external services mentioned in chat without manual review?

Yes, you can automatically detect unregistered external services by scanning the current chat for external API references and surfacing missing registry entries non-intrusively without requiring manual conversation review.