← Back to Skills Marketplace
218
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install optional-strict-instructions
Description
Manage operations with mandatory user confirmation, permission checks, explicit method adherence, and clear choices before execution on sensitive system tasks.
Usage Guidance
This skill appears to do what it claims: present choices and perform sudo/system operations. Before installing or using it: (1) Review the scripts yourself — especially scripts/strict-execution.sh — to confirm you are comfortable with how sudo passwords are requested and used. The script accepts a password as a command-line argument and echoes it into sudo -S; avoid supplying passwords as arguments (they are visible in process lists). Prefer using the script's interactive prompt or manually running displayed commands. (2) Note the SKILL.md references scripts/template.sh which is missing — verify there are no omitted files or hidden behavior. (3) Only provide sudo passwords to skills you fully trust; consider asking the skill to display exact commands for manual execution rather than handing over credentials. (4) If you plan to allow autonomous agent invocation, be aware this increases blast radius for dangerous system actions; consider keeping invocation manual for sensitive tasks.
Capability Assessment
Purpose & Capability
Name and description state the skill is for sensitive operations requiring confirmation and strict adherence; the included scripts and SKILL.md provide exactly that workflow (verification, option presentation, executing sudo or non-sudo commands). There are no unrelated credentials, network endpoints, or unexpected binaries.
Instruction Scope
SKILL.md stays within the declared scope (file/service/package management, sudo workflows). However it references scripts/template.sh which is not present in the file manifest (likely a documentation mismatch). More importantly, examples and scripts accept a sudo password as a CLI argument or read it and then echo it into sudo -S; this practice can expose secrets (command-line arguments are visible to other local users via process listings) and increases risk if the agent is used interactively or programmed to request secrets.
Install Mechanism
No install spec; this is instruction + script-only. No downloads, package installs, or external artifacts are pulled during install, so filesystem/remote code risk from installation is low.
Credentials
The skill does not request environment variables, credentials, or config paths. The only sensitive interaction is the runtime handling of sudo passwords (prompt or argument). That is proportionate to the stated purpose, but password-by-argument is unnecessary and insecure compared to prompting only or advising manual execution.
Persistence & Privilege
Skill is not always-enabled, does not request persistent privileges, and does not modify other skills or global agent config. Autonomous invocation is allowed (platform default), which is expected for a user-invocable skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install optional-strict-instructions - After installation, invoke the skill by name or use
/optional-strict-instructions - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Initial release of the Optional Strict Instructions skill.
- Provides structured handling for operations requiring user confirmation, permissions, and explicit method adherence.
- Ensures verification of resources and permissions before taking action.
- Presents users with clear, ranked options—always requiring explicit confirmation.
- Strictly follows user-specified methods (e.g., using sudo) without substituting alternatives.
- Includes comprehensive error-handling and scenario-based response patterns for sensitive operations.
Metadata
Frequently Asked Questions
What is Optional Strict Instructions 可选择的严格指令?
Manage operations with mandatory user confirmation, permission checks, explicit method adherence, and clear choices before execution on sensitive system tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install Optional Strict Instructions 可选择的严格指令?
Run "/install optional-strict-instructions" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Optional Strict Instructions 可选择的严格指令 free?
Yes, Optional Strict Instructions 可选择的严格指令 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Optional Strict Instructions 可选择的严格指令 support?
Optional Strict Instructions 可选择的严格指令 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Optional Strict Instructions 可选择的严格指令?
It is built and maintained by ZhangWud1 (@zhangwud1); the current version is v0.0.1.
More Skills