Moai Tool Svg

🌐Community
by modu-ai · vlatest · Repository

Generates SVG images from text prompts using the Moai AI model – ideal for creating scalable vector graphics quickly and easily.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add moai-tool-svg npx -- -y @trustedskills/moai-tool-svg
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "moai-tool-svg": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/moai-tool-svg"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The moai-tool-svg skill enables AI agents to generate, manipulate, and render Scalable Vector Graphics (SVG) directly within the Moai ADK environment. It allows for dynamic creation of vector-based images, icons, and diagrams based on natural language instructions or structured data inputs.

When to use it

  • Generate custom icons or logos on the fly without needing external design software.
  • Create responsive charts or infographics that scale perfectly across different device sizes.
  • Embed complex vector graphics directly into web applications managed by Moai agents.
  • Convert text descriptions or data points into visual SVG representations instantly.

Key capabilities

  • Dynamic SVG generation from natural language prompts.
  • Direct integration within the modu-ai/moai-adk framework.
  • Support for scalable vector graphics output suitable for web and print.
  • Programmatic manipulation of graphic elements via AI agents.

Example prompts

  • "Create a simple line chart showing sales growth over the last quarter as an SVG."
  • "Generate a set of five monochrome icons representing common weather conditions in SVG format."
  • "Draw a flowchart illustrating the user authentication process using SVG elements."

Tips & gotchas

Ensure your Moai ADK environment is properly configured to handle external tool calls for graphics rendering. While this skill produces vector data, verify that your downstream application can correctly parse and display the resulting SVG strings or files.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
modu-ai
Installs
58

🌐 Community

Passed automated security scans.