Skill Claude CodeCodex
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
Skill Claude CodeCodex
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
Skill Claude CodeCodex
SOP for live debugging of queen sessions, colony forks, worker spawns, and tracker DB plumbing without touching the user's production Hive Desktop. Use this when something is wrong in the createcolony → tracker → runparallelworkers → worker pipeline.
Skill Claude CodeCodex
Run the Level 2 dummy agent integration test suite and produce a detailed HTML report with per-test input → outcome analysis.
Skill Claude CodeCodex
Analyze a GitHub issue, verify claims against the codebase, and close invalid issues with a technical response.
Skill Claude CodeCodex
Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…
Skill Claude CodeCodex
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.
Skill Claude CodeCodex
Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.
Skill Claude CodeCodex
Follow a structured recovery decision tree when tool calls fail instead of blindly retrying or giving up.
Skill Claude CodeCodex
Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…
Skill Claude CodeCodex
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
Skill Claude CodeCodex
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
Skill Claude CodeCodex
Periodically self-assess output quality to catch degradation before the judge does.
Skill Claude CodeCodex
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
Skill Claude CodeCodex
Set up a Telegram notification channel (Sentinel) for a colony by driving the browser — create a bot via @BotFather in Telegram Web, store its token, detect the chat to notify, and turn Sentinel on so the colony can ping the user on Telegram and accept replies. Use when the user asks to "set up Telegram…
Skill Claude CodeCodex
Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.
Skill Claude CodeCodex
Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatter, optional scripts/references/assets directories). Use when the user asks to create, scaffold, add, or package a new skill for a Hive agent.
Skill Claude CodeCodex
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
Skill Claude CodeCodex
Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…
Skill Claude CodeCodex
Required reading whenever any shell tool is available. Teaches the foreground/background dichotomy (terminalexec auto-promotes past 30s, returns a jobid you poll with terminaljoblogs), the standard envelope shape (exitcode, stdout, stdouttruncatedbytes, outputhandle, semanticstatus, warning, autobackgrounded, jobid)…
Skill Claude CodeCodex
Use terminalrg / terminalglob for all filesystem search — your project tree as well as system configs, /var/log, /etc, archive contents. Teaches the rg vs glob vs terminalexec("find/ls/du/tree") split, common rg flag combos for code/logs/configs, glob patterns for finding files by name, the rule that mtime/size/type…
Skill Claude CodeCodex
Use when launching anything that runs longer than a minute, anything that streams logs, anything you want to keep running while doing other work — or when terminalexec auto-backgrounded on you and returned a jobid. Teaches the start→poll→wait pattern with terminaljoblogs offset bookkeeping, the waituntilexit=True…
Skill Claude CodeCodex
Use when you need state across calls — building env vars, navigating with cd, driving REPLs (python -i, mysql, psql, node), or responding to interactive prompts (sudo password, ssh host-key confirmation, mysql connection). Teaches the prompt-sentinel exec pattern (default mode), raw I/O for REPLs (rawsend=True then…
Skill Claude CodeCodex
Read when a terminal-tools call returned something surprising — empty stdout despite no error, exitcode is null, outputhandle came back expired, "too many jobs" / "session busy" / "too many PTYs", warning was set unexpectedly, semanticstatus disagrees with exitcode. Diagnostic recipes only — load on demand. Don't…
Skill Claude CodeCodex
Read before automating X / Twitter with browser tools. Verified flows for post, reply, delete, search-and-engage, plus the Draft.js compose quirks that silently disable the send button. Includes the daily-reply and job-market-reply playbooks. Requires hive.browser-automation for the underlying screenshot + coordinate…
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: