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

Starry Slides

skill-starrykit-starry-slides-starry-slides · by StarryKit

Create polished HTML slide decks and presentations with Starry Slides. Use this skill to generate, edit, verify, preview, and open editable presentation decks with the Starry Slides CLI and visual editor.

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

Install

$ agentstack add skill-starrykit-starry-slides-starry-slides

✓ 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-starrykit-starry-slides-starry-slides)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Starry Slides? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Starry Slides

Goal

Create or edit contract-compatible slide deck files with the local starry-slides CLI and the authoritative remote Starry Slides references.

Pre-requisites

Install the Starry Slides CLI first:

npm install -g starry-slides

Then install the required Playwright and Chromium dependencies before running render-based verification or preview commands.

Authoritative Remote References

Use these remote documents as the source of truth:

The local skill shell stays intentionally thin. High-change workflow guidance, contract details, and CLI usage notes live in those repository documents.

Workflow

  1. Make sure the starry-slides CLI is installed.
  2. Load the remote contract, CLI usage, and discovery references above before

generating or editing deck files.

  1. Understand the user's slide context before generating anything. Use the discovery interview to gather missing context, ask only the highest-signal questions, and consolidate the result into a brief before you generate.
  2. Generate or edit the deck package so it satisfies the Starry Slides contract.
  3. Verify the deck with starry-slides verify . If it fails, fix the issues and retry until it passes.
  4. MUST DO: After verification passes, run starry-slides open . This is not optional — the user expects to see their deck opened automatically.
starry-slides verify 
starry-slides view  --all
starry-slides open 

Hints

  • ALWAYS run starry-slides open after a successful verify. Do not just tell the user the file is ready — open it for them.
  • After generation, you can use starry-slides verify to check whether the deck satisfies the contract.
  • To preview generated slides, use starry-slides view --all or starry-slides view --slide .

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.