← 返回 Skills 市场
bytesagain3

Eam

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install eam
功能描述
Enterprise asset management tracker
使用说明 (SKILL.md)

eam

Enterprise asset management tracker

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 Required Description
EAM_DIR No Data directory (default: ~/.eam/)

Data Storage

All data stored in ~/.eam/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


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

安全使用建议
This skill appears to be a simple local asset tracker that stores data in ~/.eam (or a directory you set via EAM_DIR). Before installing or running it: (1) review scripts/script.sh (you already have it) and confirm you are comfortable with data being written to that directory; (2) avoid setting EAM_DIR to a sensitive system path (e.g., /etc or your home root) — use a dedicated data directory; (3) make backups if the data matters, since sed -i and other edits are done in-place; (4) be aware the agent (if allowed) could invoke the script autonomously — this is normal but means the agent could read/write the ~/.eam dataset; (5) the script uses simple text parsing (grep/cut) so expect limitations with embedded quotes/newlines in entries. If you want networked storage or encryption, this skill does not provide that and would need modification.
功能分析
Type: OpenClaw Skill Name: eam Version: 1.0.0 The 'eam' skill is a straightforward enterprise asset management tracker that performs local CRUD operations on data stored in the user's home directory (~/.eam/). The Bash script (scripts/script.sh) uses standard utilities like grep, sed, and printf to manage a JSONL data file and a simple configuration file. There are no indicators of data exfiltration, network activity, obfuscation, or malicious intent in either the code or the SKILL.md instructions.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill is a simple CLI to record/search/export JSONL asset entries. There are no unexpected required credentials, binaries, or external services.
Instruction Scope
SKILL.md instructs the agent to run the included shell script with specific commands. The script only reads/writes files under the data directory (default ~/.eam) and does not attempt to read unrelated system files, environment secrets, or transmit data over the network.
Install Mechanism
No install spec; the skill is instruction-only plus a bundled shell script. Nothing is downloaded or executed from remote URLs; all code is included in the package.
Credentials
The skill declares no required environment variables or credentials. It allows an optional EAM_DIR to relocate data, which is appropriate for a local data store.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide configurations. It only creates/uses files under its own data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eam
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eam 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug eam
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Eam 是什么?

Enterprise asset management tracker. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Eam?

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

Eam 是免费的吗?

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

Eam 支持哪些平台?

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

谁开发了 Eam?

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

💬 留言讨论