Agv

v1.0.0

Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status.

0· 90·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (AGV route planner, JSON/CSV tasks, status) matches the included commands and script behavior: adding/listing/searching/exporting simple records. Nothing in the files requests unrelated capabilities.
Instruction Scope
SKILL.md instructs running the included scripts/script.sh commands. The script only reads/writes files under DATA_DIR (~/.agv by default), uses common shell utilities, and does not access other system paths, secrets, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). No binaries are downloaded or written outside the user's data directory; minimal risk from installation.
Credentials
No required environment variables or credentials. The script uses an optional AGV_DIR env var to change the data directory (documented in SKILL.md); this is proportionate to the purpose.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide agent settings. It creates and manages files only within its own data directory.
Assessment
This skill appears to do what it says: it runs a local bash script that stores records in ~/.agv (or a folder you set via AGV_DIR). Before installing, review scripts/script.sh yourself (it is included) and be aware it will create and modify files in your home directory. Exported files (json/csv) may contain sensitive operational data—avoid sharing them unless appropriate. No network calls or credential requests were found.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c3s88m0q9fvy0g2rtp5tq258392bq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments