# Vyral Tiktok Slideshow Skill

> Claude Skill and offline command board for planning TikTok photo slideshows, carousel scripts, and Vyral-ready automation prompts.

- **Type:** MCP server
- **Install:** `agentstack add mcp-meliwat-vyral-tiktok-slideshow-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Meliwat](https://agentstack.voostack.com/s/meliwat)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Meliwat](https://github.com/Meliwat)
- **Source:** https://github.com/Meliwat/vyral-tiktok-slideshow-skill

## Install

```sh
agentstack add mcp-meliwat-vyral-tiktok-slideshow-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# TikTok Slideshow Command Center

An open-source (MIT) Claude Skill for turning products, niches, and creator ideas into TikTok photo slideshow systems.

Built by the [Vyral](https://vyral.farm/skill?ref=github) team. The Skill works completely without Vyral; Vyral is the optional execution layer that renders the finished slides and automates posting.

This is not just a script generator. It gives Claude a repeatable workflow for finding a real content angle, designing a carousel, planning a posting cadence, and producing a Vyral-ready prompt that can be rendered and automated.

## From plan to finished slides

The candle-shop example below went from a one-line prompt to these real 1080x1350 slides ([full example](skill/examples/etsy-candle-shop.md)):

| | | |
|---|---|---|
|  |  |  |

## What It Does

- Finds a sharp audience, pain point, and content angle before writing slides.
- Scores ideas with an Opportunity Matrix, so users do not ship random hooks.
- Creates full slide-by-slide scripts with exact captions, visual direction, and CTA.
- Builds a 7-day posting system with rotation rules, variants, and reuse notes.
- Outputs a Vyral-ready prompt for rendering finished TikTok slideshows.
- Includes a standalone interactive Command Center HTML board for planning outside Claude.
- Includes optional Vyral MCP setup instructions for users who want Claude to render, publish, and automate.

## Receipts

The [proof board](https://vyral.farm/proof?ref=github) tracks autopilot accounts posting Vyral-built slideshows to TikTok every day, with view counts added as they accumulate. Every entry is a real post you can click through to.

## No Vyral Required

Everything the Skill produces works on its own: take the captions and shot list into the TikTok app, CapCut, Canva, or any editor and build the posts yourself. If you'd rather have the slides rendered and posted for you, connect Vyral: new accounts get 50 free credits with no card, and a slideshow build costs 10, so your first few render free.

## Install In Claude.ai

Heads-up: uploading skills and adding custom connectors on claude.ai requires a paid Claude plan (Pro or higher, an Anthropic requirement). The offline planning board below works for everyone, no Claude account needed.

1. Download the latest release ZIP, or run `./scripts/package.sh`.
2. Open Claude.
3. Go to `Customize > Skills`.
4. Click `+ Create skill`.
5. Choose `Upload a skill`.
6. Upload `dist/tiktok-slideshow-command-center.zip`.
7. Toggle the Skill on.

The packaging script wraps the repo's `skill/` folder as `tiktok-slideshow-command-center/` inside the ZIP, which is the structure Claude expects.

## Install In Claude Code

Copy the Skill folder into your personal Claude skills directory:

```bash
mkdir -p ~/.claude/skills
cp -R skill ~/.claude/skills/tiktok-slideshow-command-center
```

Then ask:

```text
Use TikTok Slideshow Command Center for my candle shop.
```

## Optional: Connect Vyral MCP

Full walkthrough with screenshots: [vyral.farm/skill](https://vyral.farm/skill?ref=github).

The Skill cannot auto-connect an MCP server. The user must explicitly connect it.

For Claude Code:

```bash
claude mcp add --transport http vyral https://vyral.farm/api/mcp
```

For Claude web or Desktop, add a custom connector with:

```text
https://vyral.farm/api/mcp
```

Once connected, the Skill tells Claude to use Vyral MCP for rendering, publishing, and autopilot setup.

## Companion UI

Open this file in a browser:

```text
skill/assets/command-center.html
```

It is a small offline planning board: type in a product or niche and it generates hooks, a slide outline, a 7-day cadence, and a pasteable Vyral-ready prompt. No install, no account, no internet after the page loads. The "Render with Vyral" button copies the prompt and opens the connect walkthrough.

## Example Prompts

```text
Use the TikTok Slideshow Command Center for my Etsy candle shop. I sell soy candles in amber jars, $24 each, mostly to women 25 to 40 who like cozy home decor.
```

```text
Plan 7 days of TikTok Shop slideshow posts for a skincare serum. Make it conversion-focused but not scammy.
```

```text
I have a local restaurant. Build me three slideshow concepts that could get people to visit this weekend.
```

## Repo Layout

```text
skill/
  SKILL.md
  references/
    frameworks.md
    vyral-mcp.md
  examples/
    skincare-brand.md
    etsy-candle-shop.md
    local-restaurant.md
    renders/            # real slides rendered from the candle-shop example
  assets/
    command-center.html
scripts/
  package.sh
docs/
  install.md
  share-copy.md
dist/
  tiktok-slideshow-command-center.zip
```

## License

MIT

## Source & license

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

- **Author:** [Meliwat](https://github.com/Meliwat)
- **Source:** [Meliwat/vyral-tiktok-slideshow-skill](https://github.com/Meliwat/vyral-tiktok-slideshow-skill)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-meliwat-vyral-tiktok-slideshow-skill
- Seller: https://agentstack.voostack.com/s/meliwat
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
