with one click
git-activity
Summarize recent git activity across ~/Projects/ repositories.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Summarize recent git activity across ~/Projects/ repositories.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Manage ZSA keyboard layouts via the oryx-bench CLI. Use when discussing keyboard layouts, key bindings, layer changes, achordion, tap-hold, custom keycodes, key overrides, combos, ZSA, Oryx, Keymapp, QMK, or the ZSA Voyager. v0.1 supports the Voyager geometry only — Moonlander/Ergodox are tracked for a future release. Supports both Oryx-mode (visual editor + local code) and local-only mode (no cloud dependency).
Plan, create, edit, remove, list, and test scheduled cron jobs. Each cron job runs as an AI agent session — use the plan→build→create workflow to keep sessions efficient.
Scaffold new OpenClaw skills with correct directory structure, SKILL.md, and run.ts template.
Persistent task queue for tracking issues, user tasks, improvements, and followups. Survives context resets.
Track asset prices (BTC, etc.) and alert on percentage drops within a time window. Uses CoinGecko API.
Fetch and filter job board listings. Returns structured JSON.
| name | git-activity |
| description | Summarize recent git activity across ~/Projects/ repositories. |
| user-invocable | false |
./run.ts [--since yesterday] [--repos repo1,repo2] [--help]
JSON to stdout:
[{ "repo": "...", "branch": "...", "commits": [{ "hash": "...", "message": "...", "author": "...", "date": "..." }] }]
./run.ts --since yesterday./run.ts --repos post-shit-now,openclaw-kapso-whatsapp./run.ts --since "7 days ago"