Sup ops
A Rust-based Telegram AI assistant powered by OpenRouter LLM with built-in sandboxed tools, scheduling, persistent memory, and MCP server integration.
npx -y skills add chinkan/RustFox --skill sup-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Ops/automation workflow recipe (assess → dry-run → execute → verify → report)
SKILL.md
0.8 KB, as published. Nobody here has run it
When to use
When a task asks to run a script, automate a system action, or perform shell-based ops.
Operating rules
- State expected effects in plain language before running anything destructive.
- Prefer a dry-run or read-only check first when available.
- Run inside the configured sandbox directory; never escape it.
- Capture command output and exit codes as evidence.
- Roll back or document recovery steps for any failure.
Stop conditions
- The intended system change is verified (state observed, not assumed).
- All commands and their outputs are recorded.
- No unintended side effects remain.