Fmea
Failure mode and effects analysis tool. Use when json fmea tasks, csv fmea tasks, checking fmea status.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 13 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (FMEA CLI) align with the included script and commands. The script implements add/list/search/export/config/status operations and stores data in a local data directory, which matches the stated functionality.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with specific subcommands. The script only reads/writes files under $FMEA_DIR (default ~/.fmea) and does not access network endpoints, other system config, or unrelated credentials. Behavior stays within the declared scope.
Install Mechanism
No install spec; this is instruction-only plus a bundled shell script. Nothing is downloaded or written to system-wide locations by an installer, so install risk is low.
Credentials
No required credentials or environment variables are declared. The script optionally honors FMEA_DIR to change the data directory—this is reasonable and proportional. It does rely on common shell utilities (grep, sed, tail, wc, du, cp, mkdir, date) which are typical on Unix systems but were not separately declared.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills or system-wide agent settings. It writes only to a per-user data directory (~/.fmea by default), which is expected for this type of tool.
Assessment
This skill appears to be a simple local CLI for managing FMEA entries and stores its data in ~/.fmea (or $FMEA_DIR if you set it). Before installing, consider: (1) review scripts/script.sh yourself (it is included) to ensure you trust the author; (2) be aware data is stored locally and could contain sensitive information—change FMEA_DIR if you want a specific location; (3) the script uses common Unix utilities (grep/sed/etc.), so it may fail on non-POSIX environments; and (4) run it in a sandbox or inspect the files if you have any concerns about running third-party scripts.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
fmea
Failure mode and effects analysis tool. Use when json fmea tasks, csv fmea tasks, checking fmea 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 <key> <value> to set preferences.
| Variable | Description |
|---|---|
FMEA_DIR | Data directory (default: ~/.fmea/) |
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
