@v0idd0 · 25 packages

Name Description License Versions
@v0idd0/cronwtf cronwtf — explain cron expressions in plain English, preview next runs, catch gotchas (Feb 31, DOM+DOW, every-minute foot-guns). Handles @daily/@hourly/@yearly aliases, named months/weekdays. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/ctxstuff Pack codebases into LLM-ready context. 60+ models with 2026-04-22 pricing — GPT-5.4, Claude Opus 4.7, Gemini 3.1 Pro, Llama 4 Scout (10M ctx), Grok 4.1 Fast, Mistral Large 3, DeepSeek V3.2, Cohere Command A/R7B. Optimize, split, watch, cost-estimate. Runs MIT 5 greenflagged / 5 total
@v0idd0/depcheck depcheck — dependency scanner. 47-entry offline CVE database (incl. 2024 and supply-chain), unused/missing deps via static import analysis, transitive deps via package-lock.json, Python support (requirements.txt / pyproject.toml). Free forever from vøiddo MIT 4 greenflagged / 4 total
@v0idd0/dotdig dotdig — DNS lookup CLI with diff mode: compare records across resolvers, watch for propagation, detect inconsistencies. A/AAAA/MX/TXT/CNAME/NS/SOA. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/envguard envguard — validate .env against a schema. 21 types (url, uuid, semver, duration, json, ip, enum, regex, secret, ...), min/max constraints, secret-leak scanner, gitignore check. Pre-commit / CI friendly. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/fakeit fakeit — locale-consistent fake test data: names, addresses, phones, emails, credit cards (Luhn-valid). 58 locales coupled to country, no Russian Johns or Moldovan shekels. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/gitstats gitstats — local git analytics CLI. Lines of code, commits over time, contributors, heatmap, hotspots, bus factor, streaks, release cadence, burndown. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/gitwhen gitwhen — pinpoint when a string, line, or file changed in git history. Wraps git log -S, git blame, and git log --diff-filter=A with sensible defaults. Zero deps. Free forever from vøiddo. MIT 3 greenflagged / 3 total
@v0idd0/httpwut httpwut — HTTP request debugger. Why isn't my request working? Show DNS/TCP/TLS timing, follow redirects, diff endpoints, retry on 5xx, emit curl or JSON. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/interviewprep interviewprep — format an interview prep brief (5 questions + STAR scaffolds + company research card) as markdown, plain text, JSON, or a readme. Library + CLI. Same formatters that power the interviewprep browser extension. Zero deps. Free forever from v MIT 3 greenflagged / 3 total
@v0idd0/jsonyo JSON swiss army knife — 18 commands, zero limits. Validate, format, query, diff, merge, flatten, convert (YAML/TOML/CSV/XML), generate TypeScript/Go/Python types, batch & watch. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/licenseme licenseme — LICENSE file generator + detector. 18 licenses (MIT, Apache-2.0, GPL-3, AGPL, MPL-2, LGPL-3, BSD 0/2/3, CC0, CC-BY, Unlicense, WTFPL, BSL, Zlib). SPDX-aware, detect existing, bump year, source-file headers. Free forever from vøiddo. MIT 3 greenflagged / 3 total
@v0idd0/logparse logparse — structured log parser, filter, aggregator. Auto-detects JSON / text / nginx / apache / syslog / Python-logging. Top-N template extraction, per-bucket stats, stdin + tail -f. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/passgen passgen — generate cryptographically random passwords + diceware-style passphrases. Reports entropy in bits and a cracking-time estimate. Uses crypto.randomBytes with rejection sampling for unbiased indices. Zero deps. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/portcheck portcheck — fast TCP port scanner with service fingerprints. Single host or CIDR, named-service lookup, JSON or table output. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/promptdiff Compare LLM prompt versions. Word/char/line diff + word-frequency delta + token-impact across 40+ models (GPT-5.4, Claude Opus 4.7, Gemini 3.1 Pro, Llama 4 Scout, Grok 4). Multi-version evolution view. Markdown output for PR comments. Runs locally, no net MIT 4 greenflagged / 4 total
@v0idd0/randumb randumb — locale-consistent random test data. 58 locales, 5000+ real names, coupled to country + phone prefix + currency + city → no Russian Johns, no Moldovan shekels, no John Smiths in Kazan. Seeded RNG, Luhn-valid credit cards, gender-inflected Slavic MIT 4 greenflagged / 4 total
@v0idd0/regexlab regexlab — explain regex patterns in plain English. Token-by-token breakdown: anchors, character classes, quantifiers, groups, lookarounds, flags. CLI + library. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/secscan secscan — find accidentally-committed credentials in any source tree. Detects GitHub PATs, AWS keys, Stripe / OpenAI / Anthropic / Slack / Google / SendGrid tokens, JWTs, PEM private keys. Zero deps, redacts by default. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/slugmint slugmint — URL slug generator with proper transliteration for 40+ scripts (Russian, Greek, Arabic, Hebrew, Chinese pinyin, Japanese romaji, Korean romanization, Hindi, Thai). Free forever from vøiddo. MIT 3 greenflagged / 3 total
@v0idd0/sslcheck sslcheck — inspect TLS certificates for any host:port. Reports issuer, SANs, validity window, days-until-expiry, key strength, chain depth. Severity-aware exit codes for CI/cron monitors. Zero deps. Free forever from vøiddo. MIT 2 greenflagged / 2 total
@v0idd0/tabsnap tabsnap — format a tab list (or any tabs-shaped JSON) as markdown, plain text, JSON, or a readme file. Library + CLI. Same formatters that power the tabsnap browser extension. Zero deps. Free forever from vøiddo. MIT 4 greenflagged / 4 total
@v0idd0/timecheck timecheck — convert timestamps between unix seconds, unix ms, ISO 8601, RFC 2822, human-readable. Auto-detects input format. Stream-filter mode rewrites unix tokens in log files in place. Zero deps. Free forever from vøiddo. MIT 3 greenflagged / 3 total
@v0idd0/tokcount Count LLM tokens and estimate cost across 60+ models. 2026-04 snapshot: GPT-5.4, Claude Opus 4.7, Gemini 3.1 Pro, Grok 4.1 Fast, Llama 4 Scout (10M ctx), Mistral Large 3, Magistral, DeepSeek V3.2/R2, Qwen3 Max, Cohere Command A/R7B, Nova. Tag-filter for r MIT 6 greenflagged / 6 total
@v0idd0/tzdiff tzdiff — diff two timezones, see meeting overlap windows, find optimal sync slots. DST-aware, IANA-database backed, terminal table output. Free forever from vøiddo. MIT 2 greenflagged / 2 total
Showing 25 packages