HashGen
Hash files and strings, verify checksums, and run integrity checks fast. Use when generating SHA hashes, verifying files, or comparing digest values.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/hashgenHashGen
Quick hash generator for strings and files. Supports MD5, SHA1, SHA256, SHA512 with auto-detection, comparison, and verification.
Commands
| Command | Description |
|---|---|
hashgen md5 <text> | MD5 hash of text |
hashgen sha1 <text> | SHA1 hash of text |
hashgen sha256 <text> | SHA256 hash of text |
hashgen sha512 <text> | SHA512 hash of text |
hashgen all <text> | Show all hash algorithms for text |
hashgen file <path> [algo] | Hash a file (default: sha256) |
hashgen compare <hash1> <hash2> | Compare two hashes |
hashgen verify <text> <hash> | Verify text matches hash (auto-detects algorithm) |
hashgen version | Show version |
Examples
hashgen md5 "hello world" # → MD5: 5eb63bbbe01...
hashgen sha256 "my secret" # → SHA256: 40e1b17...
hashgen all "test" # → shows MD5, SHA1, SHA256, SHA512
hashgen file /etc/hostname # → SHA256 of file
hashgen file /etc/hostname md5 # → MD5 of file
hashgen compare abc123 abc123 # → ✅ MATCH
hashgen verify "hello" 5d41... # → auto-detects algo, verifies
Requirements
md5sum,sha1sum,sha256sum,sha512sum(standard coreutils)
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-hashgen": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them