cradle-cli

Manage Cradle workflows and query platform state via terminal.

54|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/wibus-wee/cradle-app --skill cradle-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cradle-cli
Source: https://github.com/wibus-wee/cradle-app/tree/main/resources/skills/cradle-cli
Command: npx skills add https://github.com/wibus-wee/cradle-app --skill cradle-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a terminal interface for Cradle, allowing users to manage workflows and query the state of the AI agent management platform without using the HTTP API or direct scripting.

Core Features & Use Cases

  • Workflows Management: Execute Cradle-owned workflows like issue management, session control, and automation.
  • State Query: Interact with Cradle's state, including sessions, issues, agent profiles, and workspaces.
  • Use Case: A developer uses the cradle-cli to monitor the progress of a CI run and pause/resume their session when the build is ready.

Quick Start

Check the status of a GitHub PR with the command: cradle issue get <issueId>.

Frequently Asked Questions about cradle-cli

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

FAQPage Schema
How do I manage AI agent sessions from the terminal?

You can manage AI agent sessions from the terminal by using a CLI tool to execute session control workflows and query workspace state without direct HTTP API calls. This allows you to pause or resume sessions directly.

Can I query issue tracking state without using the HTTP API?

Yes, you can query issue tracking state without the HTTP API by running command line instructions to retrieve specific issue details. This bypasses direct scripting and provides direct terminal access to agent profiles.

Does the CLI support workspace management automation?

The CLI supports workspace management automation by resolving workspace configurations through environment variables. This enables you to execute Cradle-owned workflows and automate tasks within the correct workspace context.

What is the best way to monitor CI run progress and pause a session?

The best way to monitor CI run progress and pause a session is by using a command line interface to query the platform state and execute session control workflows. You can resume the session once the build is ready.

Do I need environment variables for workspace resolution?

Yes, you need environment variables for workspace resolution because the CLI relies on them to identify the correct context. This allows the tool to accurately query state and execute workflows in the proper environment.

Are there limitations to managing workflows via a CLI compared to direct scripting?

Managing workflows via a CLI abstracts the underlying HTTP API to provide a terminal interface, which limits custom query flexibility compared to direct scripting. However, it securely exposes predefined tasks like issue tracking and session control.