clade-report

Retrieve coding session reports with cost history, skipped tasks, and blockers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turns an unattended Clade coding session into a clear, user-readable report so you can quickly understand what changed, how much it cost, and what blocked progress.

Core Features & Use Cases

  • Session reporting & status: Summarizes the session window, overall convergence status, and completed work for a given project.
  • Cost breakdown: Provides total cost plus per-iteration cost history and durations to help you evaluate spend vs. progress.
  • Blockers and skipped tasks: Lists what was skipped (with reasons) and any blockers that prevented completion.
  • Use case: You return in the morning and want to know what Clade did overnight, whether it got stuck, and where the money went.

Quick Start

Ask for the session report for your project to see the summary, cost breakdown, and skipped/blocker details.

Frequently Asked Questions about clade-report

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

FAQPage Schema
How do I get a session report for an unattended coding session?

You can retrieve a session report by querying the Clade API endpoint with your project path. This summarizes the session window, convergence status, and completed work so you can review overnight progress without inspecting logs manually.

What is included in the developer analytics cost breakdown?

The developer analytics cost breakdown includes total spend plus per-iteration cost history and durations. This helps you evaluate spend versus progress to understand exactly where the money went during the coding session.

Does the session reporting tool list skipped tasks and blockers?

Yes, the session reporting tool explicitly lists skipped tasks with reasons and any blockers that prevented completion. This allows you to quickly identify what got stuck during unattended execution.

Do I need API authorization to retrieve Clade results?

Yes, you need to configure both CLADE_BASE_URL and CLADE_API_KEY environment variables for authorization. These credentials are required to call the GET report endpoint and retrieve your project data.

Can I review overnight coding progress without parsing raw logs?

Yes, you can request a user-readable report that turns unattended coding sessions into clear summaries. This provides status, cost history, and blocker details directly without the need to manually parse raw log files.