Parfait Charts

v1.0.0

Stacked bar charts showing composition and performance. Use for analyzing structure and trends.

0· 139·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for linuszz/parfait-charts.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Parfait Charts" (linuszz/parfait-charts) from ClawHub.
Skill page: https://clawhub.ai/linuszz/parfait-charts
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install parfait-charts

ClawHub CLI

Package manager switcher

npx clawhub@latest install parfait-charts
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe creating stacked composition/performance charts and the SKILL.md contains templates and examples for exactly that. There are no unrelated required binaries, environment variables, or config paths.
Instruction Scope
Instructions are narrowly scoped to producing chart analyses and include an explicit template and output format. They do use a generic placeholder ($ARGUMENTS) and don't specify how data is supplied or validated, so callers should confirm what input the agent will be provided (avoid giving it private files or credentials). No instructions read files, access env vars, or transmit data to external endpoints.
Install Mechanism
No install spec and no code files — this is an instruction-only skill. That is the lowest-risk install profile (nothing is written to disk).
Credentials
The skill declares no environment variables, credentials, or config paths. There is no disproportionate request for secrets or system access relative to the stated purpose.
Persistence & Privilege
always:false (default) and user-invocable. It does not request permanent presence or any modifications to other skills or system-wide settings. Note: the platform default allows autonomous invocation; that normal capability is not by itself a problem here.
Assessment
This skill is a simple, coherent template for producing stacked-bar (parfait) chart analyses and appears safe to install. Before using it, decide how the agent will receive data: avoid supplying sensitive files or credentials as the SKILL.md does not define data sources or validation. Test the skill with non-sensitive sample data to confirm output shape and ensure the agent does not attempt to fetch external resources or access unrelated system files. If you need the agent to work with private datasets, prefer explicitly-scoped data-provision steps and review any future updates that add install scripts or environment requirements.

Like a lobster shell, security has layers — review code before you run it.

latestvk978hmyx00hxvh6bg7331v3ajn83d5te
139downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Parfait Charts

Metadata

  • Name: parfait-charts
  • Description: Stacked composition analysis
  • Triggers: parfait chart, stacked bar, composition, structure

Instructions

Create parfait chart analysis for $ARGUMENTS.

Framework

Parfait Chart Structure

Revenue by Segment
     │
$50M ┤ ████████████░░░░░░░░
     │ ████████████░░░░░░░░
$40M ┤ ████████████░░░░░░░░
     │ █████░░░░░░░░████████
$30M ┤ █████░░░░░░░░████████
     │ █████░░░░░░░░░░░░█████
     └──────────────────────
        2023    2024    2025
        ■ A  ■ B  ■ C

Use Cases

Use CaseDescription
Revenue MixShow product/service composition
Cost StructureAnalyze cost components over time
PortfolioDisplay segment breakdown

Output

## Parfait Chart Analysis: [Subject]

### Data Structure

| Period | Segment A | Segment B | Segment C | Total |
|--------|-----------|-----------|-----------|-------|
| 2023 | $20M | $15M | $10M | $45M |
| 2024 | $22M | $18M | $12M | $52M |
| 2025 | $25M | $20M | $15M | $60M |

### Composition Trends

**Segment A**:
- Share: 44% → 42% (declining)
- Growth: +$5M (25% increase)

**Segment B**:
- Share: 33% → 33% (stable)
- Growth: +$5M (33% increase)

**Segment C**:
- Share: 22% → 25% (growing)
- Growth: +$5M (50% increase)

### Key Insights

1. Total growth: +$15M (33%)
2. Mix shift toward Segment C
3. All segments growing

### Strategic Implications

- [Implication 1]
- [Implication 2]

Tips

  • Use consistent colors
  • Show percentages for clarity
  • Limit to 3-5 segments
  • Highlight trends

Comments

Loading comments...