Busbar
Busbar current capacity calculator. Use when json busbar tasks, csv busbar tasks, checking busbar status.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 15 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, SKILL.md commands and the included scripts/script.sh are coherent: a simple CLI that records, lists, searches, exports, and configures busbar entries stored under a data directory.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands (status, add, list, etc.). The script only reads/writes files under the configured data directory and does not access network endpoints or other system credentials.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or extracted; the included shell script is the only executable artifact.
Credentials
No required environment variables are declared. The script respects BUSBAR_DIR if set (default: $HOME/.busbar) — this is a reasonable, minimal configuration surface. Caution: if a user or agent sets BUSBAR_DIR to an arbitrary system path, the script will create/write files there, so avoid pointing it at sensitive system directories.
Persistence & Privilege
always is false and the skill does not request persistent/privileged system changes. It only creates and uses its own data/config files in the data directory.
Assessment
This skill appears to be a simple local CLI that stores records in a data directory (default ~/.busbar). Before installing or running it, review the script if you have unusual security requirements. Do not set BUSBAR_DIR to system or sensitive directories (e.g., /etc, ~/.ssh) because the script will create and modify files there. No network calls or credential requests are present. If you want extra assurance, run the script in a sandboxed account or container and inspect the created files (~/.busbar by default).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
busbar
Busbar current capacity calculator. Use when json busbar tasks, csv busbar tasks, checking busbar 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 |
|---|---|
BUSBAR_DIR | Data directory (default: ~/.busbar/) |
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
