ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

golang

Build, test, lint, and format Go projects with integrated dev tooling. Use when compiling binaries, running tests, linting code, or formatting files.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/golang
Or

Golang

Developer toolkit for checking, validating, generating, formatting, linting, converting, and managing Go development entries. All operations are logged with timestamps and stored locally for full traceability.

Commands

CommandUsageDescription
checkgolang check <input>Record a check entry or view recent checks
validategolang validate <input>Record a validation entry or view recent validations
generategolang generate <input>Record a generate entry or view recent generations
formatgolang format <input>Record a format entry or view recent formatting operations
lintgolang lint <input>Record a lint entry or view recent lint results
explaingolang explain <input>Record an explain entry or view recent explanations
convertgolang convert <input>Record a convert entry or view recent conversions
templategolang template <input>Record a template entry or view recent templates
diffgolang diff <input>Record a diff entry or view recent diffs
previewgolang preview <input>Record a preview entry or view recent previews
fixgolang fix <input>Record a fix entry or view recent fixes
reportgolang report <input>Record a report entry or view recent reports
statsgolang statsShow summary statistics across all entry types
export <fmt>golang export json|csv|txtExport all entries to JSON, CSV, or plain text
search <term>golang search <term>Search across all log files for a keyword
recentgolang recentShow the 20 most recent history entries
statusgolang statusHealth check — version, entry count, disk usage, last activity
helpgolang helpShow help with all available commands
versiongolang versionPrint version string

Each command (check, validate, generate, format, lint, explain, convert, template, diff, preview, fix, report) works the same way:

  • With arguments: Saves the input with a timestamp to <command>.log and logs to history.log.
  • Without arguments: Displays the 20 most recent entries from <command>.log.

Data Storage

All data is stored locally at ~/.local/share/golang/:

  • <command>.log — Timestamped entries for each command (e.g., check.log, lint.log, format.log)
  • history.log — Unified activity log across all commands
  • export.json, export.csv, export.txt — Generated export files

No cloud, no network calls, no API keys required. Fully offline.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities (date, wc, du, grep, head, tail, sed)
  • No external dependencies

When to Use

Metadata

Stars4097
Views2
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-golang": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#golang#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.