Amr
v1.0.0Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
⭐ 0· 87·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md commands, and the included script all implement a small local fleet/task entry manager (status, add, list, search, export, etc.). There are no unrelated capabilities (no cloud SDKs, no extra services required).
Instruction Scope
Runtime instructions simply call the included scripts/script.sh with specific subcommands. The script only reads/writes files under the data directory and prints status; it does not access network endpoints, other system configs, or unrelated credentials.
Install Mechanism
No install spec is present (instruction-only with an included shell script). Nothing is downloaded from external URLs and no archives are extracted.
Credentials
The skill declares no required env vars, but the SKILL.md and script support an optional AMR_DIR environment variable to override the default data directory. That is appropriate and proportionate for a local data manager; no secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It persists only its own data and config under the chosen data directory (default ~/.amr).
Assessment
This skill appears coherent and local: it stores its data (data.jsonl and config.txt) under a data directory (default ~/.amr) and provides add/list/search/export commands. Before installing, consider: (1) it will create and modify files in that directory—avoid putting sensitive secrets as entries; (2) you can set AMR_DIR to a path you control if you prefer a different location; (3) there are no network calls or credentials requested by the script; (4) if you run on macOS note sed -i differences (not a security issue, only portability). If you need remote/cloud AMR control, verify this skill's limited local scope meets your needs.Like a lobster shell, security has layers — review code before you run it.
latestvk97e6zhx81km2jhvvfp1chjkvn839jn5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
