AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Dashboard

skill-infosecb-personal-claude-plugins-dashboard · by infosecB

Display a dashboard overview of the recipe collection with stats, breakdowns by cuisine/difficulty/dietary, tag summary, meal plan status, shopping list status, and a full recipe table. Triggers on "dashboard", "recipe stats", "show my collection", "recipe overview", "how many recipes".

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-infosecb-personal-claude-plugins-dashboard

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-infosecb-personal-claude-plugins-dashboard)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Dashboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Recipe Dashboard

Generate a rich summary dashboard of the user's recipe collection.

Interactive Dashboard

An interactive HTML dashboard is available at ${CLAUDE_PLUGIN_ROOT}/skills/dashboard/dashboard.html. If the user asks to open or view the dashboard visually, open this file in their browser:

open "${CLAUDE_PLUGIN_ROOT}/skills/dashboard/dashboard.html"

The user can drag & drop their recipe_manager folder into the browser to load all recipes, meal plans, and shopping lists with visual charts and search.

Terminal Dashboard

For a quick text-based overview, generate the dashboard directly in the terminal:

  1. Read CLAUDE.md for the canonical recipe format.
  2. Glob ./recipes/*.md to find all recipe files.
  3. Read frontmatter from each recipe file.
  4. Glob ./meal-plans/*.md and ./shopping-lists/*.md for meal plans and shopping lists (these directories may not exist yet — that's fine, just report 0).

Dashboard Sections

Render the dashboard using well-formatted markdown. Include all of the following sections:

1. Overview Stats

Show a summary line:

📊 X recipes | Y cuisines | Z tags | W meal plans | V shopping lists

2. Cuisine Breakdown

A table showing each cuisine and its recipe count, sorted by count descending:

| Cuisine | Recipes | |---------|---------|

3. Difficulty Breakdown

A table with counts for easy, medium, and hard:

| Difficulty | Recipes | |------------|---------|

4. Dietary Tags

List each dietary tag found across recipes and how many recipes have it:

| Dietary | Recipes | |---------|---------|

5. Tag Cloud

Show all tags with counts, sorted by frequency descending. Format as a compact inline list: tag1 (N) · tag2 (N) · tag3 (N) · ...

6. Meal Plans

If any meal plan files exist, list them with their titles and dates. Otherwise note that none exist yet.

7. Shopping Lists

If any shopping list files exist, list them with their titles. Otherwise note that none exist yet.

8. All Recipes

A full table of every recipe, sorted by title:

| Title | Cuisine | Difficulty | Servings | Prep | Cook | Added | |-------|---------|------------|----------|------|------|-------|

Focus Mode

If the user asks about a specific area (e.g., "show me cuisine stats" or "what tags do I have"), show only the relevant section in more detail rather than the full dashboard.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.