ASCII v
v1.0.0Creates an ASCII art of a "V" by printing two diagonal lines converging to a single point, adjusting spaces for specified height.
⭐ 0· 139·0 current·0 all-time
bywow@duanc-chao
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97acxyf5v1z0nv70r9hx05tgs839vnk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
