agent-cli-creator

Generate browser-based CLI tools for target sites using the kimi-webbridge daemon.

24|Updated May 22, 2026
One-click install
npx skills add https://github.com/better-world-ai/agent-cli-creator --skill agent-cli-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-cli-creator
Source: https://github.com/better-world-ai/agent-cli-creator/tree/main
Command: npx skills add https://github.com/better-world-ai/agent-cli-creator --skill agent-cli-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps AI agents generate a browser-automation CLI toolkit for a specific site using the kimi-webbridge daemon, removing manual and ad hoc scripting.

Core Features & Use Cases

  • Phase-driven workflow: prerequisites, requirements interview, site archaeology, implementation, and a companion skill for operation.
  • Language-agnostic scaffolding with a preferred Go layout and Cobra-based CLI, plus cross-language notes.
  • End-to-end automation for generating site-specific CLIs that reuse your real Chrome session for read and write actions.
  • Companion-skill creation guidance to operate the generated CLI later.

Quick Start

Describe a target site and trigger Phase 1 to generate a tailored CLI for that site.

Frequently Asked Questions about agent-cli-creator

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

FAQPage Schema
How do I generate a CLI for browser automation without writing manual scripts?

You can generate a site-specific CLI for browser automation by triggering the phase-driven workflow, which handles requirements gathering, site archaeology, and implementation to replace manual ad hoc scripting.

Can I build a CLI using Go that controls my existing Chrome browser session?

Yes, you can build a Go-based CLI using the Cobra framework that reuses your real Chrome session via the kimi-webbridge daemon to perform both read and write actions on the target site.

What is the universal JSON contract for site automation CLIs and how does it work?

The universal JSON contract is a standardized output format enforced during CLI implementation to ensure reproducible and consistent data exchange when the CLI reads, writes, or manages content on a target site.

How do I handle login authentication when automating a website with a generated CLI?

The generated CLI handles login authentication by reusing your active Chrome browser session through the kimi-webbridge daemon, ensuring read and write actions are executed with your existing credentials.

Do I need the kimi-webbridge daemon to create and operate site-specific CLIs?

Yes, the kimi-webbridge daemon is a required prerequisite, acting as the bridge that allows the generated CLI to control and interact with the target site through your active browser session.

What is the best way to manage a reproducible CLI for reading and writing content to a specific site?

The best way is to follow the phase-driven workflow covering prerequisites, site archaeology, and scaffold implementation, which also provides companion-skill creation guidance to operate the generated CLI later.