← Back to Skills Marketplace
443
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install svg-generator-pro
Description
Generate customizable SVG backgrounds and graphics with multiple styles (tech, minimal, geometric, abstract) and color schemes. Use when creating website bac...
Usage Guidance
This skill appears coherent and focused on local SVG/PNG generation. Before installing or running it: 1) Verify you have Node.js and install the required Node dependencies (the scripts use the 'canvas' package which often requires native libs). The bundle does not include a package.json or install steps, so you may need to run npm init / npm install canvas (and any other deps) or run the scripts directly with node. 2) Inspect the scripts yourself (they are included) and run them in a safe environment or sandbox if you are unsure. 3) Note that the CLI names shown in SKILL.md are convenience examples — the skill does not provide an automatic installer to put those commands on your PATH. 4) Because the scripts write files, ensure you run them where you expect their output to go and with appropriate filesystem permissions. If you need the skill to run autonomously, confirm how your agent will invoke Node and whether dependencies will be available; otherwise, use manually after installing dependencies.
Capability Analysis
Type: OpenClaw Skill
Name: svg-generator-pro
Version: 1.0.0
The skill bundle provides legitimate functionality for generating SVG backgrounds and converting them to PNG format. The Node.js scripts (e.g., generate-svg.js, svg-to-png.js) use standard file system operations to save generated content to user-defined paths. No evidence of data exfiltration, malicious execution, obfuscation, or prompt injection was found across the code or documentation.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README.md and included scripts all match: generating SVGs, PPT backgrounds, and converting to PNG. Minor usability note: SKILL.md shows CLI names (svg-generator, svg-to-png, ppt-image-generator) but there is no install spec or package.json that would expose these commands on PATH — the provided scripts are present but the skill doesn't declare how they get installed or invoked as global CLIs.
Instruction Scope
Runtime instructions only call local generation and conversion commands, reference only local files and outputs, and do not instruct reading unrelated files, environment variables, or sending data externally. The scripts perform file reads/writes and canvas rendering consistent with the described functionality.
Install Mechanism
There is no install spec (lowest risk) and all code is included in the bundle — no remote downloads. One minor coherence issue: the scripts require the 'canvas' module (require('canvas')) and Node.js, but the manifest/README/SKILL.md only lists Node.js generically and does not include dependency installation instructions or a package.json. This is a functional/usability gap rather than a security concern.
Credentials
The skill requests no environment variables, no credentials, and the code does not access environment or secret files. File-system access is limited to writing generated outputs (creating output directories as needed).
Persistence & Privilege
The skill is not force-included (always:false), does not request persistent system-wide changes, and does not modify other skills or system-wide agent configuration. It runs locally and only writes its own output files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install svg-generator-pro - After installation, invoke the skill by name or use
/svg-generator-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of svg-generator-pro.
- Generate customizable SVG backgrounds and graphics in four styles: tech, minimal, geometric, and abstract.
- Choose from five color schemes or specify custom colors.
- Outputs are optimized for web, presentations, and social media.
- Includes local scripts for SVG generation and SVG-to-PNG conversion.
- Bundled sample assets and integration examples for websites, social media, and presentations.
Metadata
Frequently Asked Questions
What is svg-generator-pro?
Generate customizable SVG backgrounds and graphics with multiple styles (tech, minimal, geometric, abstract) and color schemes. Use when creating website bac... It is an AI Agent Skill for Claude Code / OpenClaw, with 443 downloads so far.
How do I install svg-generator-pro?
Run "/install svg-generator-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is svg-generator-pro free?
Yes, svg-generator-pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does svg-generator-pro support?
svg-generator-pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created svg-generator-pro?
It is built and maintained by Nima Chu (@nimachu); the current version is v1.0.0.
More Skills