Iiot

Industrial IoT device and data manager. Use when json iiot tasks, csv iiot tasks, checking iiot 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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The script implements the described iiot commands (status, add, list, search, remove, export, stats, config). No unrelated binaries, credentials, or services are requested.
Instruction Scope
SKILL.md directs the agent to run the included script.sh for each command. The script's actions are limited to creating and manipulating files under DATA_DIR (default ~/.iiot) and printing output; it does not access network endpoints or other system credentials.
Install Mechanism
No install spec or external downloads are present. This is an instruction-only skill with a bundled shell script, so nothing is fetched from external URLs during install.
Credentials
No required environment variables or credentials are declared. The only optional environment variable is IIOT_DIR to override the local data directory, which is appropriate for controlling where local data is stored.
Persistence & Privilege
The skill is not forced always-on and allows normal agent invocation. It only writes its own data/config under the configured DATA_DIR and does not modify other skills or global agent settings.
Assessment
This skill appears to be a simple local data manager. Before installing, note that it will create and modify files in ~/.iiot by default (data.jsonl and config.txt); if you prefer isolation, set IIOT_DIR to a dedicated folder. There are no network calls or credential requests, but review stored data for sensitive device information and back it up if needed. If you need stricter guarantees, inspect the included scripts/script.sh yourself before running.

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

Current versionv1.0.0
Download zip
latestvk97698x6yqpjpx7tm7kbgw80dh839c4a

License

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

SKILL.md

iiot

Industrial IoT device and data manager. Use when json iiot tasks, csv iiot tasks, checking iiot 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.

VariableDescription
IIOT_DIRData directory (default: ~/.iiot/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…