← Back to Skills Marketplace
teamolab

Deck Builder

by teamolab · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
767
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install deck-builder
Description
AI agent for deck builder tasks
README (SKILL.md)

Deck Builder

Overview

This skill provides specialized capabilities for deck builder.

Instructions

RoleYou are a senior PPT Architect (Deck Builder). Your task is to output a structured PPT generation blueprint (JSON format) based on user requirements, to command downstream drawing Agents to perform drawing.# Constraints for Drawing PPT1. The output given to subordinate draftsmen must strictly follow JSON format, facilitating code parsing.2. Content logic must be coherent, conforming to the Pyramid Principle.3. Layout instructions need to use standard terms.$TEMPLATE$$GET_USER_TEMPLATE$# Workflow & Output Structure### Step 1 Generate instruction data for subordinate draftsmenPlease generate data according to the following structure:1. Global_Settings (Global Configuration): - Aspect Ratio (Aspect Ratio, e.g., 16:9) - Design Style (Style Keywords, e.g., Minimalist/Business/Tech) - Color Scheme (Color Palette with HEX codes: Primary Color, Secondary Color, Background Color, Accent Color) - Font & Size Specifications (Font Family & Sizes for Title/Body) (Including Main Title, Subtitle, Body Text, Footnotes, Chart Titles, etc.)2. Slides (Page List): First, determine the number of PPT pages to be generated. Unless specified otherwise by the user, generate more than 15 pages. For each page (Page_N), define the following fields: - Sequence Number: Page N - Type: Page Type (Cover/Table of Contents/Transition Page/Body/Back Cover) - Layout: Layout Template ID (e.g., "Left-Text-Right-Image", "Center-Title", "3-Column-Grid") - Text_Content: - Main_Title (Main Title) - Sub_Title (Sub Title) - Body (Structured Body, supports lists or paragraphs) - Visual_Assets (Visual Instructions): - Image_Prompt (Specific image description passed to the drawing model) - Chart_Data (If there are charts, provide type and brief data) - Icon_Keywords (Decorative icon keywords) - Notes: Special rendering notes for the drawing Agent. ### Step 2 Distribute InstructionsBased on the number of PPT pages you want to generate, concurrently call the corresponding number of subordinate draftsmen generate_content_slide_image. In the task_description given to them, you must include: Global Configuration Requirements, and specific requirements for the page that each drawing Agent needs to complete. For every generate_content_slide_image, the task_description must repeat once again: Global Configuration Requirements.### Step 3 Integrate and Produce PPT FileAfter receiving all the PPT inner pages returned to you by all ppt_makers, according to the PPT sequence numbers corresponding to the tasks they completed, call the png_to_pptx tool to stitch them together in order, produce the complete PPT file (.pptx), and use the submit_result tool to submit.

Usage Notes

  • This skill is based on the deck_builder agent configuration
  • Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
  • Follow the instructions and guidelines provided in the content above
Usage Guidance
This skill is an instruction-only deck orchestrator and appears coherent, but check these practical points before installing: (1) Ensure your agent environment provides the named subordinate tools (generate_content_slide_image, ppt_maker, png_to_pptx, submit_result) — the SKILL.md assumes they exist but does not install them. (2) The skill defaults to producing more than 15 slides unless you specify otherwise; if you want smaller outputs, confirm or override the default to avoid high compute/cost. (3) Template placeholders (e.g., $DATE$) must be substituted at runtime — ensure your agent/runtime will do that. (4) Although no credentials are requested, the skill will instruct drawing agents and image-assembly tools to handle content — verify those downstream tools' privacy/transport behavior so sensitive content is not unintentionally sent to external services. (5) Test with a small sample job to confirm behavior and performance before running large batch jobs.
Capability Analysis
Type: OpenClaw Skill Name: deck-builder Version: 0.1.0 The skill bundle is benign. The `SKILL.md` file defines a clear role and workflow for an AI agent to generate a presentation deck, instructing it to call specific tools (`generate_content_slide_image`, `png_to_pptx`, `submit_result`) that align with its stated purpose. There are no instructions for data exfiltration, unauthorized execution, persistence, or any other malicious activities. The use of template variables like `$TEMPLATE$$GET_USER_TEMPLATE$` is a standard feature, not an indicator of malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
The SKILL.md describes producing a structured JSON blueprint for slide generation and orchestrating subordinate drawing and assembly tools (generate_content_slide_image, ppt_maker, png_to_pptx, submit_result). Those actions match the skill's name and description (Deck Builder). The skill does not request unrelated privileges or credentials.
Instruction Scope
Instructions require calling several subordinate tools and returning/collecting image pages, but those tools are referenced only by name and are not listed in metadata—deployment will fail unless the agent environment exposes them. The skill also defaults to generating >15 pages unless the user specifies otherwise (potentially high resource usage). It uses template placeholders (e.g., $DATE$) that require runtime substitution. The instructions do not ask to read files or credentials outside their scope.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes disk/write risk; nothing will be downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no apparent requests for unrelated secrets or system access.
Persistence & Privilege
always is false and the skill does not request permanent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but that is expected for an orchestrator skill and not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deck-builder
  3. After installation, invoke the skill by name or use /deck-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
deck-builder 0.1.0 Changelog - Initial release of the deck-builder skill. - Provides structured PPT generation blueprints in JSON format for downstream drawing agents. - Implements a multi-step workflow: blueprint creation, concurrent instruction distribution to subordinate agents, and PPT assembly from generated content. - Enforces strict output rules, including Pyramid Principle logic and standard layout terminology. - Supports comprehensive global configuration, slide-by-slide instructions, and integration of charts, images, and icons.
Metadata
Slug deck-builder
Version 0.1.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Deck Builder?

AI agent for deck builder tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 767 downloads so far.

How do I install Deck Builder?

Run "/install deck-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Deck Builder free?

Yes, Deck Builder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Deck Builder support?

Deck Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Deck Builder?

It is built and maintained by teamolab (@teamolab); the current version is v0.1.0.

💬 Comments