← 返回 Skills 市场
Agv
作者
bytesagain4
· GitHub ↗
· v1.0.0
· MIT-0
164
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agv
功能描述
Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status.
使用说明 (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]
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agv - 安装完成后,直接呼叫该 Skill 的名称或使用
/agv触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Agv 是什么?
Automated guided vehicle route planner. Use when json agv tasks, csv agv tasks, checking agv status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Agv?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agv」即可一键安装,无需额外配置。
Agv 是免费的吗?
是的,Agv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agv 支持哪些平台?
Agv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agv?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。
推荐 Skills