Silo
v1.0.0Grain silo reference — storage types, aeration, moisture management, fumigation, and safe handling of bulk grain. Use when designing grain storage, managing...
⭐ 0· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (grain silo reference) align with the files and commands: the skill runs a local script that prints storage, moisture, aeration, pest, fumigation, capacity and safety guidance. There are no unrelated requirements (no cloud credentials, no extraneous binaries).
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with subcommands (intro, moisture, aeration, pests, fumigation, etc.). The provided portions of script.sh only output static reference text. The SKILL.md only references a single optional config variable (SILO_DIR) and does not ask the agent to read arbitrary system files or send data externally.
Install Mechanism
No install spec; this is instruction-only plus a bundled script. No downloads or package installs are declared. The script is executed locally from the skill bundle.
Credentials
No required environment variables or credentials are declared. The SKILL.md documents an optional SILO_DIR default (~/.silo/) which is reasonable for local data; there is no unexplained access to secrets or other services.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent platform privileges. Autonomous invocation is allowed but is the platform default and not itself a red flag here.
Assessment
This skill appears to be a local reference that prints curated content. Before installing or allowing autonomous invocation, quickly inspect the full scripts/script.sh file (the delivered bundle) to confirm it does not: call network tools (curl/wget/nc/ssh), execute arbitrary commands constructed from user input, or read/write unrelated system files (e.g., ~/.ssh, /etc/*). Also note the content includes hazardous operational guidance (fumigation); treat that as safety advice only and follow local regulations/certified applicator requirements rather than acting solely on the skill's text. If you want higher assurance, run the script in a sandbox or review the full file for any hidden exec/net calls — doing so would raise confidence from medium to high.Like a lobster shell, security has layers — review code before you run it.
latestvk97542z6ewmgsq7k1knc88dhdn83a96w
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
