← Back to Skills Marketplace
bytesagain3

Eam

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install eam
Description
Enterprise asset management tracker
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eam
  3. After installation, invoke the skill by name or use /eam
  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 eam
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Eam?

Enterprise asset management tracker. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install Eam?

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

Is Eam free?

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

Which platforms does Eam support?

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

Who created Eam?

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

💬 Comments