SOP & Workflow memory skill
v1.0.1Use when the user wants OpenClaw or Codex to remember their way of working as reusable SOPs, workflows, queues, or "how I do things". Best for repeated multi...
⭐ 1· 51·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The files and scripts implement workflow capture, matching, brief rendering, and a local UI exactly as described. There are no surprising dependencies, cloud credentials, or unrelated binaries requested.
Instruction Scope
SKILL.md and instruction.md describe only local workflow checks, matching, rendering briefs, and prompting the user to save/update. Runtime steps reference only local scripts and local filesystem paths (project .openclaw or $CODEX_HOME) and do not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
There is no automated install spec; the bundle is deployed by copying the folder into the host's skills directory. This is low-risk compared to remote downloads or third-party package installs.
Credentials
The skill requires no environment variables or credentials. The only environment-ish reference is an optional storage location ($CODEX_HOME) used as a suggested path; no secrets are requested.
Persistence & Privilege
The skill does not request always:true and uses normal invocation. It reads and writes workflow JSON files in user-specified directories and runs an optional local UI server — these are expected privileges for a local editor/keeper of workflows.
Assessment
This skill appears coherent and local: it reads and writes JSON workflow files and provides a local HTTP UI. Before installing, verify (1) where you will store workflows (project .openclaw or a specific directory) and that that path is writable, (2) the local UI server binds to localhost (127.0.0.1) when you run it so it doesn't expose files to the network, and (3) you are comfortable with the skill creating/updating/deleting JSON files in that directory. No credentials or external network endpoints are requested by the bundle.Like a lobster shell, security has layers — review code before you run it.
latestvk97aa6ry4esf3nmzhph670gk2s843krs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
