Aden
Official@aden-hive · United States of America
Aden Hive is an open-source, Python-based framework designed for building production-grade, autonomous, and self-improving AI agents.
Agent Skills by Aden
Showing 27 vetted skills indexed across 1 GitHub repositories.
hive.terminal-tools-fs-search
Guides filesystem search using terminal_rg, terminal_glob, and terminal_exec find predicates.
hive.linkedin-automation
Automates LinkedIn messaging, connection acceptance, and feed posting via browser CDP tools.
hive.terminal-tools-job-control
Manages long-running background terminal jobs with offset-based log polling and signal escalation.
hive.terminal-tools-foundations
Teaches correct usage of shell terminal tools including envelopes, background jobs, and semantic exit codes.
hive.terminal-tools-troubleshooting
Diagnose unexpected terminal-tools results including empty stdout, null exit codes, and expired output handles.
hive.x-automation
Automates posting, replying, deleting, and search-and-engage workflows on X via browser automation.
hive.terminal-tools-pty-sessions
Drives interactive terminal programs through persistent PTY sessions with prompt detection and raw I/O.
hive.worker-delegation
Orchestrates parallel worker agents over tracker tables using deterministic Python playbooks.
hive.slack-notifications-setup
Configures a Slack app with bot and app-level tokens to enable colony alert notifications.
hive.quality-monitor
Periodically self-assess agent output quality to detect degradation during long-running tasks.
hive.image-generation
Generate and edit images from text prompts using OpenAI gpt-image-2 through the Hive image service.
hive.pdf
Read, create, merge, split, encrypt, and OCR PDF files using Python libraries and command-line tools.
hive.writing-hive-skills
Author Agent Skills for Hive agents conforming to the SKILL.md specification.
hive.error-recovery
Diagnose tool call failures and apply a structured retry-or-escalate decision tree.
hive.telegram-notifications-setup
Configures a Telegram bot notification channel for colony alerts via browser automation.
hive.colony-progress-tracker
Claims tasks and records step progress in a colony SQLite task queue.
hive.note-taking
Maintains a free-form scratchpad of decisions, working data, and open questions in a shared buffer.
hive.context-preservation
Extracts critical values from tool results into working notes before context pruning.
hive.browser-automation
Automates Chrome browser interactions via the hive-browser CLI over Chrome DevTools Protocol.
browser-edge-cases
Diagnose and fix browser automation failures on complex websites using layered fallback patterns.
hive-create
Guide engineers through building goal-driven AI agents and exporting Python packages.
hive-test
Automate iterative agent testing with session recovery and checkpoint resumption.
hive
Orchestrate end-to-end agent development workflows through structured phases and sub-skills.
hive-debugger
Analyze multi-level runtime logs to diagnose and fix Hive agent issues.
Frequently Asked Questions About Aden
FAQPage SchemaWhat specific tasks can be performed using Aden?▼
Aden enables the construction of goal-driven entities, iterative validation of logic through session recovery, and systematic debugging of runtime logs. It facilitates the packaging of developed logic into distributable formats and ensures secure management of environment-specific authentication tokens within local encrypted storage.
Which technical personas benefit most from this framework?▼
Engineers and architects focused on autonomous system design benefit from this framework. It is specifically tailored for developers building complex, self-improving logic who require structured development phases, rigorous testing capabilities, and standardized methods for diagnosing failures in production-grade environments.
What are the prerequisites for implementing Aden?▼
Implementation requires a local environment capable of executing the framework's core modules. Users must ensure proper configuration of local credential storage at the designated path and familiarity with the framework's structured development phases to effectively manage goal-driven architecture and package exports.