scannable-reports

Format agent outputs for mobile chat apps. Unicode progress bars, sparklines, and status indicators that render perfectly in Telegram, Discord, Slack, WhatsApp — no images needed. Use when creating status updates, dashboards, metrics reports, or any structured information for chat-based delivery. Triggers on status reports, dashboards, metrics, progress updates, or when output needs to be mobile-scannable.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "scannable-reports" with this command: npx skills add rmarji/scannable-reports

Scannable Reports

Mobile-first formatting for chat apps. Make agent outputs professional and easy to scan.

Why This Exists

Chat apps render plain text. No charts, no images inline. This skill uses Unicode characters to create visual data that works everywhere.

Core Patterns

1. Progress Bars

CPU ███████░░░ 70%
MEM ████░░░░░░ 40%
Tasks ████████░░ 80%

Blocks: (empty) (light) (medium) (full)

10-char bar formula: × (value/10), × (10 - filled)

2. Sparklines (Trends)

24h: ▁▂▃▅▇█▇▅▃▂
Revenue: ▂▃▃▅▆▇█ (up)
Errors: █▅▃▂▁▁▁ (down)

Chars (low→high): ▁ ▂ ▃ ▄ ▅ ▆ ▇ █

3. Status Indicators

EmojiMeaning
🟢Good / Done / Healthy
🟡Warning / In Progress
🔴Critical / Blocked / Error
🔥Hot / Urgent / Trending
Fast / Quick win

4. Monospace Tables

Use triple backticks for alignment:

Project     Status    Owner
─────────────────────────────
VIRAL       🟡 WIP    PM
Hackathon   🟢 Ready  PM
Matrix      🔴 Block  Sales

5. Lead with Signal

Most important first. Assume mobile scanning.

Bad:

I've reviewed the project status and found several items that need attention including...

Good:

🔴 Matrix blocked 🟢 Hackathon ready
🟡 VIRAL 75%

Example Report

📊 Daily Status — Feb 27

🔴 Blocked
• Matrix client (awaiting scope)

🟡 In Progress
• Hackathon ████████░░ 80%
• VIRAL     ██████░░░░ 60%

🟢 Shipped
• Demo script ✓
• Offer doc ✓

📈 Momentum: ▃▅▆▇█

Platform Compatibility

PlatformProgressSparklinesEmojiMonospace
Telegram
Discord
Slack
WhatsApp⚠️ Limited
iMessage

Quick Reference

Progress:  ░▒▓█
Sparkline: ▁▂▃▄▅▆▇█  
Divider:   ─────────
Status:    🟢🟡🔴🔥⚡

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Olares Shared (olares-cli foundation)

Shared olares-cli foundation: profile model, first-time login (profile login with password + TOTP), bootstrapping a profile from an existing refresh token (p...

Registry SourceRecently Updated
Coding

Olares Dashboard (olares-cli dashboard)

olares-cli dashboard command tree — AI-agent-oriented mirror of the dashboard SPA's Overview2 + Applications2 routes. Covers: the strict dual-shape JSON enve...

Registry SourceRecently Updated
Coding

Olares Settings (olares-cli settings)

olares-cli settings command tree: profile-based reads of every section the SPA's Settings page exposes (https://docs.olares.com/manual/olares/settings/) plus...

Registry SourceRecently Updated
Coding

Olares Market (olares-cli market)

olares-cli market command tree against the per-user Market app-store v2 API: list / get / categories for catalog browsing; install / uninstall / upgrade / cl...

Registry SourceRecently Updated