← Back to Skills Marketplace
duanc-chao

ASCII v

by wow · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
188
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install v
Description
Creates an ASCII art of a "V" by printing two diagonal lines converging to a single point, adjusting spaces for specified height.
Usage Guidance
This appears safe and coherent: it's an instruction-only skill that explains how to draw an ASCII 'V' and includes a harmless Python snippet. If you plan to run the example locally, review the code (it's simple string and print operations). As with any skill that executes code, only run code you trust, but there are no red flags here.
Capability Analysis
Type: OpenClaw Skill Name: v Version: 1.0.0 The skill bundle contains documentation and a Python code snippet for generating an ASCII 'V' shape. The logic is straightforward, transparent, and lacks any high-risk behaviors such as network access, file system manipulation, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: the skill only explains how to draw a V-shaped ASCII art and includes a simple Python example. There are no unrelated requirements.
Instruction Scope
Runtime instructions are narrowly scoped to calculating spaces and printing lines; they do not reference files, environment variables, external network endpoints, or any system state outside the task.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested or used; this is proportionate for a simple drawing task.
Persistence & Privilege
Skill is not forced-always, does not request persistent privileges, and does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install v
  3. After installation, invoke the skill by name or use /v
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the skill: Drawing an ASCII "V" graph. - Provides a clear, step-by-step explanation of how to construct a "V" shape using text characters. - Includes a detailed breakdown of space calculation for each line to form the correct "V" shape. - Offers a visual example (for height = 5) with tabled logic for easier understanding. - Supplies a ready-to-use Python code snippet for generating ASCII "V" graphs of customizable height.
Metadata
Slug v
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ASCII v?

Creates an ASCII art of a "V" by printing two diagonal lines converging to a single point, adjusting spaces for specified height. It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.

How do I install ASCII v?

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

Is ASCII v free?

Yes, ASCII v is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ASCII v support?

ASCII v is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ASCII v?

It is built and maintained by wow (@duanc-chao); the current version is v1.0.0.

💬 Comments