clade-status

Query the Clade monitor for loop, session, cost, and commit status.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill clade-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clade-status
Source: https://github.com/shenxingy/Clade/tree/main/adapters/openclaw/skills/clade-status
Command: npx skills add https://github.com/shenxingy/Clade --skill clade-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand what Clade is doing in an autonomous coding loop—without guessing—so you can spot blockers, track convergence, and review recent activity.

Core Features & Use Cases

  • Loop progress monitoring: Shows iteration number, convergence status, current goal, and feature being worked on.
  • Session and worker status: Reports whether the session is running and key session fields like outer iteration and mode.
  • Cost and commit awareness: Summarizes total and last-iteration cost and lists recent commits to keep you aligned with changes.

Quick Start

Ask an AI to check the current Clade status for your project by calling the GET /status endpoint using your CLADE_BASE_URL and CLADE_API_KEY.

Frequently Asked Questions about clade-status

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

FAQPage Schema
How do I monitor autonomous coding loop progress and convergence status?

Check autonomous coding loop progress by requesting the Clade monitor status endpoint, which returns structured data on iteration number, convergence status, and the active goal.

What is the best way to track session status and worker activity during unattended coding runs?

Track session status and worker activity by querying the Clade monitor's status endpoint, which returns structured data on running sessions, outer iteration, and current mode during unattended runs.

How can I check API costs and recent git commits generated by an autonomous coding agent?

Check API costs and recent git commits by requesting the Clade status endpoint, which provides structured data summarizing total cost, last-iteration cost, and recent repository commits.

Do I need an API key and base URL to query Clade monitor status?

Yes, querying Clade monitor status requires a CLADE_API_KEY for Bearer authentication and a CLADE_BASE_URL to send the GET request to the remote status endpoint.

Can I scope status monitoring to a specific project during an autonomous coding loop?

Yes, you can scope status monitoring to a specific project by including an optional project query parameter in the GET request to the Clade monitor status endpoint.

When should I use a remote monitor to check autonomous coding tasks instead of manual inspection?

Use a remote monitor for autonomous coding tasks when you need real-time visibility into running workers, ongoing tasks, and latest repository activity during unattended runs without manual inspection.