← Back to Skills Marketplace
bytesagain-lab

Amr

by bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
175
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install amr
Description
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
README (SKILL.md)

amr

Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr 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
AMR_DIR Data directory (default: ~/.amr/)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: amr Version: 1.0.0 The 'amr' skill is a straightforward bash-based utility for managing a local JSONL data file in ~/.amr. Analysis of scripts/script.sh and SKILL.md shows no evidence of data exfiltration, network activity, or unauthorized access; the script performs basic CRUD operations (add, list, search, remove) on its own data directory and follows its stated purpose as a fleet manager tool.
Capability Assessment
Purpose & 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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install amr
  3. After installation, invoke the skill by name or use /amr
  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 amr
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Amr?

Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install Amr?

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

Is Amr free?

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

Which platforms does Amr support?

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

Who created Amr?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.0.0.

💬 Comments