← Back to Skills Marketplace
Pitch Deck Visuals
by
Ömer Karışman
· GitHub ↗
· v0.1.5
895
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install pitch-deck-visuals
Description
Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team sli...
Usage Guidance
This skill is coherent with its goal (it uses a rendering service to make slide images), but it asks you to install and log into a third-party CLI via a curl|sh installer and to execute code/images remotely. Before installing: 1) verify the domain (inference.sh / dist.inference.sh) and review the install script and checksums yourself; 2) understand that any slide content or Python code you send will be transmitted to that service (check their privacy/terms); 3) prefer downloading releases from a known release host or inspecting the binary and checksum locally rather than piping to sh; 4) if you cannot or do not want to share slide content externally, consider generating images locally (matplotlib, Puppeteer, wkhtmltoimage) instead. Because the skill instructs an external install/login that are not declared in metadata, treat it with caution.
Capability Analysis
Type: OpenClaw Skill
Name: pitch-deck-visuals
Version: 0.1.5
The skill is classified as suspicious due to the use of high-risk capabilities, even though the provided examples are benign. Specifically, the `SKILL.md` instructs the agent to install the `inference.sh` CLI using `curl -fsSL https://cli.inference.sh | sh`, which is a direct execution of remote code and poses a significant supply chain risk. Additionally, the skill leverages `infsh/python-executor` to run arbitrary Python code, which, despite being used for benign data visualization in the examples, represents a powerful code execution capability that could be exploited if the agent were prompted with malicious input. The broad `Bash(infsh *)` permission further contributes to the elevated risk profile.
Capability Assessment
Purpose & Capability
Name and description (pitch deck visuals, slide rules, image generation) align with the runtime instructions which demonstrate generating slide images via the inference.sh CLI (html-to-image, python-executor). There are no unrelated permissions or env vars declared.
Instruction Scope
SKILL.md explicitly instructs using the infsh CLI (curl | sh install + infsh login) and running commands that render HTML or execute Python remotely (infsh app run infsh/html-to-image, infsh/python-executor). That is within the skill's stated purpose, but it means user slide content and code will be sent to an external service for rendering and the login flow is not documented in the skill metadata.
Install Mechanism
There is no registry install spec; instead the README instructs running curl -fsSL https://cli.inference.sh | sh which downloads a binary from dist.inference.sh. Download-and-pipe-to-sh is a high-risk install pattern unless you explicitly trust the domain and verify checksums. The SKILL.md claims checksum verification is available, but automatic verification is not enforced by the skill metadata.
Credentials
The skill metadata declares no required env vars or credentials, yet the instructions require running infsh login (an authentication step) and invoking remote execution (which will likely require an account/token). This mismatch (login not declared) and the potential to upload user content to a third party are proportionality concerns.
Persistence & Privilege
always is false and the skill is user-invocable (normal). Installing the CLI via the provided script will create a local binary and add runtime capability on the machine; the skill itself does not request permanent registry privileges or modify other skills. Still, installing a third-party binary is a persistent change to the system.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pitch-deck-visuals - After installation, invoke the skill by name or use
/pitch-deck-visuals - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.5
pitch-deck-visuals 0.1.5
- Added detailed slide-by-slide templates for a 12-slide investor pitch deck framework.
- Included visual design rules covering typography, color, and layout best practices.
- Provided CLI-based code samples for generating professional slide backgrounds and charts (e.g., market size, traction).
- Clarified best practices for data presentation and cautions against common investor turn-offs.
- Expanded slide-specific guidance (e.g., Problem, Market Size, Traction, Competition) for startup fundraising presentations.
v0.1.0
pitch-deck-visuals v0.1.0
- Initial release with a complete investor pitch deck guide and 12-slide structure.
- Includes slide-by-slide visual generation templates for key slides (e.g., Problem, Market Size, Traction, Competition).
- Provides granular slide design rules for typography, color, and layout optimized for 1920x1080.
- Features data visualization examples (charts, maps) via infsh CLI and Bash triggers.
- Covers common investor turn-offs and best practices for data presentation and storytelling.
Metadata
Frequently Asked Questions
What is Pitch Deck Visuals?
Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team sli... It is an AI Agent Skill for Claude Code / OpenClaw, with 895 downloads so far.
How do I install Pitch Deck Visuals?
Run "/install pitch-deck-visuals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pitch Deck Visuals free?
Yes, Pitch Deck Visuals is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pitch Deck Visuals support?
Pitch Deck Visuals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pitch Deck Visuals?
It is built and maintained by Ömer Karışman (@okaris); the current version is v0.1.5.
More Skills