riboclaw-visualization

Community

Visualize RiboClaw tasks as chain-and-step UI.

Authorya-way
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Produce RiboClaw-friendly structured process visualization output (chain + step cards + image artifacts). Use when the user asks to visualize reasoning, show processing DAG/chain, render step-by-step execution, or drive the RiboClaw frontend timeline.

Core Features & Use Cases

  • Visualizes execution chains and steps for RiboClaw tasks.
  • Renders final UI-ready JSON payload for frontends.
  • Supports integration with the RiboClaw UI for timeline-style visualization and artifact generation.

Quick Start

Submit a riboclaw visualization task with a request to render the execution chain and steps, and include a final JSON payload for the UI.

Required JSON Schema

{
  "title": "任务标题",
  "summary": "一句话总结",
  "chain": [
    {"id":"NODE_01","module":"模块名","status":"success|running|failed","meta":"简短元数据"}
  ],
  "steps": [
    {
      "node_id":"NODE_01",
      "module":"模块名",
      "report":"用自然语言自由汇报这一步做了什么、发现了什么、关键数值和结论。像写实验笔记一样,直接说重点。",
      "images":["图片产物的绝对路径,可为空数组"]
    }
  ]
}

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: riboclaw-visualization
Download link: https://github.com/ya-way/cytoclaw-skills/archive/main.zip#riboclaw-visualization

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.