Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wentorai avatar

Ppt Master

  • 16 installs
  • 849 repo stars
  • Updated August 1, 2026
  • wentorai/research-claw

Helps with ai & agent building tasks during AI-assisted development.

About

ppt-master is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • ppt-master
  • AI & Agent Building
  • AI-coding skill

Ppt Master by the numbers

  • 16 all-time installs (skills.sh)
  • Ranked #11,068 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wentorai/research-claw --skill ppt-master

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars849
Last updatedAugust 1, 2026
Repositorywentorai/research-claw

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

PPT Master Integration Skill

Use this skill when users ask to create or export slides with ppt-master.

Preconditions

1. Local ppt-master repo exists at integrations/ppt-master (or plugin config pptRoot). 2. Python deps are installed in that repo (pip install -r requirements.txt).

Available gateway methods

  • rc.ppt.status — check if scripts are available.
  • rc.ppt.init — initialize a project.
  • params: { "projectName": "my-deck", "format": "ppt169" }
  • rc.ppt.export — export project to pptx.
  • params: { "projectPath": "projects/my-deck", "stage": "final" }

Recommended flow

1. Call rc.ppt.status. 2. If unavailable, tell user to clone ppt-master into integrations/ppt-master. 3. Call rc.ppt.init. 4. Ask user/agent to generate slide SVG contents in project. 5. Call rc.ppt.export.

Notes

  • projectPath must be relative to pptRoot.
  • Keep project names filesystem-safe ([a-zA-Z0-9._-]).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.