Silo

v1.0.0

Grain silo reference — storage types, aeration, moisture management, fumigation, and safe handling of bulk grain. Use when designing grain storage, managing...

0· 150·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain1/silo.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Silo" (bytesagain1/silo) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/silo
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install silo

ClawHub CLI

Package manager switcher

npx clawhub@latest install silo
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & 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
150downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Silo — Grain Storage Reference

Quick-reference skill for grain silo types, storage management, and post-harvest quality preservation.

When to Use

  • Selecting silo types for different grains and capacities
  • Managing grain moisture, temperature, and aeration
  • Planning fumigation and pest control in stored grain
  • Understanding silo safety hazards and prevention
  • Calculating storage capacity and filling procedures

Commands

intro

scripts/script.sh intro

Overview of grain storage — silo types, capacity, and basic principles.

moisture

scripts/script.sh moisture

Moisture management — safe storage levels, drying, and equilibrium moisture.

aeration

scripts/script.sh aeration

Aeration systems — fan sizing, airflow patterns, cooling strategies.

pests

scripts/script.sh pests

Stored grain pests — insects, fungi, rodents, and control methods.

fumigation

scripts/script.sh fumigation

Fumigation procedures — phosphine, heat treatment, and safety protocols.

capacity

scripts/script.sh capacity

Storage capacity calculations — bin dimensions, bushel conversions, test weight.

safety

scripts/script.sh safety

Silo safety — engulfment hazards, confined space, dust explosions, gas monitoring.

quality

scripts/script.sh quality

Grain quality assessment — grading, sampling, and deterioration indicators.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
SILO_DIRData directory (default: ~/.silo/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...