qiaomu-opencli-oneshot

Generate an OpenCLI command from a URL and goal via a four-step workflow.

978|75|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-oneshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qiaomu-opencli-oneshot
Source: https://github.com/joeseesun/qiaomu-opencli-skills/tree/main/qiaomu-opencli-oneshot
Command: npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-oneshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly generate a focused OpenCLI command from a specific URL and a short goal by following a deterministic four-step workflow (open page, capture API, write TS adapter, test), enabling rapid, repeatable command creation.

Core Features & Use Cases

  • Four-step, repeatable process to produce a ready-to-run TS adapter for OpenCLI.
  • Targets quick, one-shot command creation for a chosen site, with optional guidance to use explorer for full site exploration.
  • Test-ready templates and guidance to validate the adapter before usage.

Quick Start

Provide a URL and a goal description, then use the four-step process to generate a TS adapter command.

Frequently Asked Questions about qiaomu-opencli-oneshot

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

FAQPage Schema
How do I generate a CLI command from a specific URL?

To generate a CLI command from a specific URL, provide the URL and a concise goal. The process uses a four-step workflow involving browser navigation, API capture, TS adapter generation, and testing to produce a ready-to-run command.

What is the process for creating a one-shot TS adapter for OpenCLI?

Creating a one-shot TS adapter for OpenCLI involves a deterministic four-step process: opening the page, capturing the API, writing the TS adapter, and testing it. This enables rapid and repeatable command creation for targeted sites.

Can I use this approach for full site exploration and crawling?

This approach is designed for quick, one-shot adapter creation for targeted sites rather than full site exploration. For comprehensive site exploration, guidance recommends using a dedicated explorer skill instead.

Do I need to provide a goal description to generate an OpenCLI command?

Yes, you need to provide a goal description alongside the specific URL. Both the URL and the concise goal are required inputs to validate browser navigation, capture APIs, and generate the TS adapter.

How do I validate a generated TS adapter before usage?

You validate a generated TS adapter by testing it using prescribed templates and interception strategies. This test-ready guidance ensures the adapter functions correctly before actual usage.