Agent Skills

Agent Skills allow your AI assistant to automate complex workflows like creating slide decks, editing content, and exporting presentations using simple prompts.

Agent Skill Setup & Usage Guide

Overview

Agent Skills enable your AI assistant (Claude Code, Cursor, etc.) to perform real tasks such as:

  • Creating and managing projects
  • Generating slide decks with AI
  • Editing slide images
  • Applying themes
  • Exporting presentations
  • Managing files and assets

You don’t need to configure workflows manually — just install the skills and describe what you want.


Prerequisites

Make sure you have:

  • Node.js (version 18 or higher)
  • An AI agent tool (Cursor, Claude Code, or compatible)

Install Node.js

Mac

brew install node

Windows

Linux (Ubuntu)

sudo apt update
sudo apt install nodejs npm -y

Installation

Install skills using npx skills:

npx skills add compilet-dev/agent-skill-layerproof

Optional

Install specific skills:

npx skills add compilet-dev/agent-skill-layerproof --skill slide-decks

List available skills:

npx skills add compilet-dev/agent-skill-layerproof --list

Install globally (recommended):

npx skills add compilet-dev/agent-skill-layerproof -g

Available Skills

SkillDescription
workspacesManage workspaces
projectsManage projects
public-filesUpload reference files
project-filesManage project files
slide-decksGenerate slide decks
slidesEdit images and extract content
themesApply or generate themes
exportsExport presentations
jobsHandle background tasks

Usage

Before using Agent Skills, you must configure your environment:

export LAYERPROOF_BASE_URL=https://api.layerproof.com
export LAYERPROOF_API_KEY=your-api-key-here

Example Prompts

Create a slide deck about AI Marketing with 10 slides

Generate slides using my uploaded document

Apply a modern theme to this deck

Remove background from slide image

Export this project as PPTX

How It Works

  1. You send a prompt
  2. The agent selects the correct skill
  3. The workflow runs automatically
  4. Results are returned

Notes

  • Some actions may take time (generation, export)
  • The agent will automatically wait and return results
  • No manual steps required

Summary

Describe your idea → Agent executes → Get results

Simple, fast, and fully automated.