← 返回 Skills 市场
bytesagain-lab

Amr

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
175
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install amr
功能描述
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug amr
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Amr 是什么?

Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 Amr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install amr」即可一键安装,无需额外配置。

Amr 是免费的吗?

是的,Amr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amr 支持哪些平台?

Amr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amr?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论