aetherbrowse-dev

Guide developers in extending and debugging the AetherBrowse governed AI browser.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill aetherbrowse-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aetherbrowse-dev
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/plugins/aetherbrowse/skills/aetherbrowse-dev
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill aetherbrowse-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a focused, self-contained developer guide to extend, debug, and operate the AetherBrowse governed AI browser within the SCBE-AETHERMOORE stack, ensuring consistent governance and runtime behavior.

Core Features & Use Cases

  • Architectural overview of the runtime loop (Polly perceive → Zara plan → Aria govern → Kael execute) and the supporting components.
  • Reference of key files and how to extend action handlers, planners, and governance rules for customized workflows.
  • Typical use cases include adding new browser actions, integrating new agents, or tweaking governance policies for project-specific needs.

Quick Start

Clone the repository, install dependencies, and start the AetherBrowse runtime to begin development.

Frequently Asked Questions about aetherbrowse-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extend a governed AI browser with custom actions?

Extending a governed AI browser involves adding new action handlers within the execute phase of the runtime loop. The AetherBrowse runtime provides structured files and clear paths to register custom browser actions while enforcing governance policies.

How does the perceive-plan-govern-execute runtime loop work in AI browser automation?

The runtime loop processes browser automation through four phases: Polly perceives the environment, Zara plans the actions, Aria governs the execution policies, and Kael executes the final browser commands within the SCBE-AETHERMOORE stack.

Can I customize governance rules for project-specific browser automation workflows?

Yes, you can tweak governance policies for project-specific needs. The architecture provides structured files to extend governance rules, allowing you to enforce custom runtime policies and governance constraints within your automated browser workflows.

How do I integrate new planners into an AI browser runtime?

Integrating new planners requires extending the planning phase of the runtime loop. The developer guide provides reference files and clear paths to implement custom planners, allowing you to modify how the AI browser plans actions before governance validation.

What's the best way to debug a governed AI browser runtime?

Debugging the governed AI browser runtime involves inspecting the perceive, plan, govern, and execute phases. The AetherBrowse developer guide offers a focused architectural overview and structured file references to trace and resolve runtime behavior issues.

Does AetherBrowse support Hydra Armor integration for browser automation?

Yes, Hydra Armor integration is supported. The developer guide provides clear paths for extending the runtime with Hydra Armor, allowing you to incorporate additional security or armor layers into the governed browser execution workflow.