Agv

v1.0.0

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

0· 161·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agv" (xueyetianya/agv) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/agv
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 agv

ClawHub CLI

Package manager switcher

npx clawhub@latest install agv
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
161downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

agv

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

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableDescription
AGV_DIRData directory (default: ~/.agv/)

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

Comments

Loading comments...