← Back to Skills Marketplace
204
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install virse
Description
Virse AI Design Platform — AI image generation, canvas layout, workspace management, and asset organization. Use this skill whenever the user mentions Virse,...
Usage Guidance
This skill appears to be a legitimate client for a Virse design service, but there are some mismatches you should consider before installing:
- Credentials not declared: The registry metadata lists no required env vars, yet the scripts read VIRSE_API_KEY (or ~/.virse/token) and accept VIRSE_BASE_URL. Expect to provide an API key or to use interactive device-flow login for the skill to work. Treat any API key as sensitive.
- Token file behavior: The tool can write a token to ~/.virse/token via 'save-key'. If you don't trust the skill, do not use save-key; prefer the interactive device-login flow and avoid storing long-lived keys on disk.
- Network endpoints: Default base URL is https://dev.virse.ai (development host). Confirm whether you want calls to this host. If you are concerned about redirected endpoints, do not set VIRSE_BASE_URL or verify its value before use.
- Broad data access: Several playbooks (e.g., cross-workspace-collect, workspace-scan) will enumerate and read many assets — review and confirm scans before allowing them to run.
- Unknown origin: The skill lists no homepage and the registry owner ID is unfamiliar. If you require higher assurance, review the scripts (they are included) or run them in a sandboxed environment first.
Actionable steps: review the virse_call.py and check_update.py source (already bundled), decide whether to provide an API key, prefer device-flow interactive login when possible, avoid using save-key unless you trust the skill, and consider running in a restricted/sandboxed agent or with least-privilege credentials. If you want higher confidence, ask the publisher for provenance (repo/homepage) or for metadata to explicitly declare the required env vars and their purpose.
Capability Analysis
Type: OpenClaw Skill
Name: virse
Version: 1.0.0
The 'virse' skill bundle is a legitimate integration for the Virse AI Design Platform, providing tools for AI image generation, canvas management, and asset organization. The core logic is contained in `virse_call.py`, which acts as an MCP client communicating with `dev.virse.ai` using OAuth Device Flow or API keys stored locally in `~/.virse/token`. The bundle includes helper scripts for graph analysis and update checking (`check_update.py` via GitHub API), and the instructions in `SKILL.md` correctly guide the agent through authentication and complex design workflows without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name, description, playbooks and tools consistently implement a Virse design platform client (workspace/canvas management, image generation, asset organization). The included scripts and playbooks align with that stated purpose.
Instruction Scope
Runtime instructions tell the agent to call the local virse_call client (python script) which performs network calls to the Virse MCP endpoint and to read/save a token file (~/.virse/token) or use an env var. Playbooks also instruct broad scans (e.g., scanning all workspaces) which can enumerate and read many assets; those are in-scope for a workspace management skill but increase data access surface. The SKILL.md does not instruct reading unrelated system files, but several scripts will run subprocess/git/network checks if invoked.
Install Mechanism
No install spec — instruction-only + shipped scripts. This minimizes automatic disk writes on install. The code files are present but no remote download/installation is performed by the registry metadata.
Credentials
Metadata lists no required env vars or credentials, but the code clearly reads/writes credentials: VIRSE_API_KEY (env), VIRSE_BASE_URL (env), and a token file at ~/.virse/token. The skill will send Authorization headers to dev.virse.ai and can save tokens locally via 'save-key'. The omission of these required credentials from the declared metadata is an incoherence and increases risk because the agent may access or require secrets that weren't disclosed up-front.
Persistence & Privilege
always:false (normal). The skill can save a token to ~/.virse/token via its save-key flow and uses the device-flow login flow that requires showing a verification URL to the user. The skill does not request system-wide config changes or modify other skills, but because agent invocation is allowed, the skill can make network calls and read/write the token file during runtime if the user provides credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install virse - After installation, invoke the skill by name or use
/virse - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Virse skill for AI-driven visual design workflows.
- Provides tool routing and workflow support for the Virse AI Design Platform: workspace management, canvas operations, AI image generation, and asset organization.
- Offers direct tool calls for common requests (e.g. generate image, show workspaces, check balance, search images).
- Integrates with playbooks and workflow examples for complex creative tasks and multi-stage pipelines.
- Includes built-in guidance for model selection, prompt crafting, layout algorithms, and asset search strategies.
- Handles authentication and user verification within the workflow.
- Suitable for all visual design tasks involving canvases, AI image generation, and creative asset management.
Metadata
Frequently Asked Questions
What is Virse Design?
Virse AI Design Platform — AI image generation, canvas layout, workspace management, and asset organization. Use this skill whenever the user mentions Virse,... It is an AI Agent Skill for Claude Code / OpenClaw, with 204 downloads so far.
How do I install Virse Design?
Run "/install virse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Virse Design free?
Yes, Virse Design is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Virse Design support?
Virse Design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Virse Design?
It is built and maintained by vxcent (@vxcent); the current version is v1.0.0.
More Skills