Golang
Golang - command-line tool for everyday use
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 27 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name 'Golang' could be confused with the Go programming language, but the description and provided script implement a local devtool/utility that manages logs, exports, and searches — which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs using the 'golang' CLI; the included script implements those commands and only reads/writes files under the user's data directory (~/.local/share/golang). There are no instructions to read unrelated system files or send data externally.
Install Mechanism
No install spec is provided (instruction-only). The package includes a shell script but no network downloads or archive extraction steps; nothing arbitrary is fetched at install time.
Credentials
The skill declares no required env vars or credentials. The script uses HOME and allows an optional GOLANG_DIR per SKILL.md — this is proportionate for a local CLI that manages files in a user data directory.
Persistence & Privilege
The tool persistently writes data and logs to ~/.local/share/golang (history.log and per-command .log files) which is expected for this kind of utility. It does not request elevated privileges or modify other skills/configs.
Assessment
This skill appears to be a local CLI utility that stores activity under ~/.local/share/golang and does not contact external services or request credentials. Before installing, be aware that any sensitive text you pass to the tool (e.g., API keys, secrets, or private snippets) will be recorded in its logs and export files. If that is a concern, review/modify the script to mask or avoid logging sensitive inputs, or run it in a restricted environment. Also note the name 'Golang' may be confusing with the Go language; ensure it won't conflict with any existing tools you use. If you want extra assurance, inspect the full script locally and run it in a sandbox before granting it broader use.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Golang
Go development toolkit — build, test, lint, format, and manage Go projects.
Commands
| Command | Description |
|---|---|
golang help | Show usage info |
golang run | Run main task |
golang status | Check current state |
golang list | List items |
golang add <item> | Add new item |
golang export <fmt> | Export data |
Usage
golang help
golang run
golang status
Examples
# Get started
golang help
# Run default task
golang run
# Export as JSON
golang export json
Output
Results go to stdout. Save with golang run > output.txt.
Configuration
Set GOLANG_DIR to change data directory. Default: ~/.local/share/golang/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Features
- Simple command-line interface for quick access
- Local data storage with JSON/CSV export
- History tracking and activity logs
- Search across all entries
Quick Start
# Check status
golang status
# View help
golang help
# Export data
golang export json
How It Works
Golang stores all data locally in ~/.local/share/golang/. Each command logs activity with timestamps for full traceability.
Support
- Feedback: https://bytesagain.com/feedback/
- Website: https://bytesagain.com
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
