← Back to Skills Marketplace
xueyetianya

Agv

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agv
Description
Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status.
README (SKILL.md)

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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
AGV_DIR Data directory (default: ~/.agv/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: agv Version: 1.0.0 The 'agv' skill is a legitimate utility for managing industrial vehicle tasks and route planning data. The implementation in 'scripts/script.sh' provides basic CRUD operations (add, list, search, remove, export) on a local JSONL file stored in the user's home directory (~/.agv). The code follows good practices like 'set -euo pipefail', uses safe variable handling in 'printf', and lacks any indicators of data exfiltration, unauthorized network access, or malicious prompt injection.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agv
  3. After installation, invoke the skill by name or use /agv
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug agv
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agv?

Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Agv?

Run "/install agv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agv free?

Yes, Agv is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agv support?

Agv is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agv?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments