Eam

Enterprise asset management tracker

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 14 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk979d2aydcw0d4036xwp7dybyd839bay

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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 <key> <value> to set preferences.

VariableRequiredDescription
EAM_DIRNoData 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 | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…