wildcardwildcardCommunityยท2 Agent Skills Included

caro

Natural language to safe, validated POSIX shell commands

Converts plain-English requests into safe POSIX shell commands using local models, with 52+ dangerous-pattern checks before anything runs. Eliminates risky hand-typed commands, forgotten flags, and destructive mistakes like rm -rf or disk wipes. Includes skills for safety pattern development, beta testing, release QA, and spec-driven feature workflows.
npx skills add wildcard/caro --all -g -y
Available:

Instructs the agent on caro's architecture, safety validation rules, available sub-skills, and how to route work through spec-driven development workflows.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install caro?โ–ผ

Run `npx skills add wildcard/caro --all -g -y` in your terminal to install all skills in this suite globally.

How does caro keep shell commands safe?โ–ผ

Every generated command passes through 52+ dangerous-pattern checks with risk levels from LOW to CRITICAL, and destructive commands are blocked before execution.

Does caro work offline without an API key?โ–ผ

Yes. The default embedded backend runs a local model on your machine, so no API key or network connection is required.

Can I use caro without knowing shell scripting?โ–ผ

Yes. Describe what you want in plain English and caro generates the POSIX-compliant command with a safety rating for your review.

Which platforms does caro support?โ–ผ

Caro runs on macOS (with Apple Silicon acceleration), Linux, and Windows, and detects your OS and shell to generate the right syntax.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’