
aden-hive
aden-hive / hive.linkedin-automation
11.1kRead 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.
aden-hive / queen-colony-debug
11.1kSOP 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 create_colony → tracker → run_parallel_workers → worker pipeline.
aden-hive / hive.x-automation
11.1kRead 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.
aden-hive / hive.pdf
11.1kRead, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf)
aden-hive / hive.slack-notifications-setup
11.1kSet 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 Slac…
aden-hive / hive.terminal-tools-foundations
11.1kRequired when terminal_* tools are available. Explains foreground execution, outer collect_result handles, promoted job IDs and their retrieval/cancellation, deadlines, output retention, platform shell selection, and structured editing when enabled.
aden-hive / hive.writing-hive-skills
11.1kAuthor 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)
aden-hive / hive.worker-delegation
11.1kConcrete patterns for breaking colony work into parallel worker jobs via run_playbook — 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.
aden-hive / hive.chart-creation-foundations
11.1kRequired reading whenever any chart_* tool is available. Teaches the one-tool embedding contract (call chart_render → 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…
aden-hive / hive.telegram-notifications-setup
11.1kSet 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
aden-hive / hive.terminal-tools-fs-search
11.1kUse terminal_rg / terminal_glob for all filesystem search — your project tree as well as system configs, /var/log, /etc, archive contents.
aden-hive / test-reporting
11.1kRun the Level 2 dummy agent integration test suite and produce a detailed HTML report with per-test input → outcome analysis.
aden-hive / hive.colony-progress-tracker
11.1kClaim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a db_path field.
aden-hive / hive.terminal-tools-job-control
11.1kUse 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 terminal_exec auto-backgrounded on you and returned a job_id.
aden-hive / hive.terminal-tools-pty-sessions
11.1kUse 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).
aden-hive / hive.image-generation
11.1kRequired before calling image_generate. 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.
aden-hive / hive.browser-automation
11.1kRequired before any hive-browser CLI command. The browser is driven from the terminal by running `hive-browser <command> ... --json` via terminal_exec — not via MCP tools.
aden-hive / hive.terminal-tools-troubleshooting
11.1kRead when a terminal-tools call returned something surprising — empty stdout despite no error, exit_code is null, output_handle came back expired, "too many jobs" / "session busy" / "too many PTYs", warning was set unexpectedly, semantic_status disagrees with exit_code.
aden-hive / browser-edge-cases
11.1kSOP for debugging browser automation failures on complex websites
aden-hive / hive.error-recovery
11.1kFollow a structured recovery decision tree when tool calls fail instead of blindly retrying or giving up.
aden-hive / hive.quality-monitor
11.1kPeriodically self-assess output quality to catch degradation before the judge does.
aden-hive / triage-issue
11.1kAnalyze a GitHub issue, verify claims against the codebase, and close invalid issues with a technical response.
aden-hive / hive.note-taking
11.1kMaintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
aden-hive / hive.context-preservation
11.1kProactively extract critical values from tool results into working notes before automatic context pruning destroys them.