opencli-explorer

Discover APIs and scaffold TypeScript adapters from live sites.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill opencli-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencli-explorer
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/opencli-explorer
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill opencli-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This front-end explorer helps developers quickly discover APIs, choose authentication strategies, and scaffold new OpenCLI adapters from live sites without manual boilerplate.

Core Features & Use Cases

  • Browser-driven API discovery and authentication strategy selection.
  • Automated adapter scaffolding, testing, and PR-ready code organization for clis/sites.
  • Comprehensive workflow guidance for building both public and private adapters across multiple sites.

Quick Start

Open the explorer with your target site URL and follow the prompts to generate and verify a new adapter.

Frequently Asked Questions about opencli-explorer

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

FAQPage Schema
How do I generate TypeScript adapters from live sites?

To generate TypeScript adapters from live sites, use a browser-driven explorer to discover APIs and select authentication strategies, which then automatically scaffolds PR-ready adapter code.

What is the process for API discovery and adapter scaffolding for OpenCLI?

API discovery and adapter scaffolding for OpenCLI involves using a browser context to explore target site endpoints, select authentication, and automatically generate working TypeScript adapters.

Can I build private OpenCLI adapters using automated scaffolding?

Yes, automated scaffolding supports building both public adapters for clis/sites and local private adapters, providing comprehensive workflow guidance for organizing and testing the generated code.

Do I need a browser context to scaffold new OpenCLI adapters?

Yes, you need a browser context and access to target site endpoints to perform live API discovery, select authentication strategies, and generate working TypeScript adapters.

How does automated adapter scaffolding handle authentication strategy selection?

Automated adapter scaffolding handles authentication strategy selection by guiding you through live site exploration in a browser, ensuring the generated TypeScript adapter correctly implements the required auth.

What are the limitations of browser-based API discovery for adapter generation?

Browser-based API discovery for adapter generation requires an active browser context, the registry tooling, and accessible target site endpoints, limiting its use on offline or restricted sites.