What problem does it solve?
This Skill prevents malformed or inconsistent structured outputs by standardizing the exact JSON card formats used by the Research-Claw dashboard.
Core Features & Use Cases
- Card Schemas for Dashboard Rendering: Defines validated JSON structures for six card types: paper_card, task_card, progress_card, approval_card, file_card, and monitor_digest.
- Safety-Critical Output Rules: Enforces constraints such as valid academic-only usage for paper_card, approval_id requirements for approval_card, and verbatim copying for file_card from workspace_save/workspace_export outputs.
- Deterministic Operational Instruction: Requires valid JSON content inside fenced code blocks, with the card type as the language tag, so the dashboard can parse via JSON.parse().
Quick Start
When you need to show an item in the dashboard, output the corresponding card (for example, a task_card) as a fenced code block containing valid JSON using the exact required fields.