hydra-node-terminal-browsing

Browse web pages from a Node.js terminal and emit structured evidence JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deterministic, terminal-first web exploration that yields auditable evidence artifacts for HYDRA workflows, replacing uncertain, conversational browsing with reproducible results.

Core Features & Use Cases

  • Deterministic terminal browse: Node.js CLI to fetch a page and emit a structured evidence JSON containing url, resolved_url, status, title, text_excerpt, links, metrics, and fetched_at.
  • Evidence-centric workflows: Generates machine-readable outputs suitable for HYDRA swarm tasks, governance checks, and traceable research trails.
  • Use Case: Navigate to a repository or webpage from the terminal and capture a reproducible summary for decision-making and auditing.

Quick Start

Run the Node CLI to perform a deterministic terminal browse against a URL and write the evidence JSON to a file.

Frequently Asked Questions about hydra-node-terminal-browsing

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

FAQPage Schema
How do I extract structured evidence JSON from terminal web scraping in Node.js?

Terminal web scraping in Node.js can extract structured evidence JSON by fetching a page and emitting fields like url, resolved_url, status, title, text_excerpt, links, metrics, and fetched_at for deterministic, auditable workflows.

What is deterministic terminal browsing for reproducible web exploration?

Deterministic terminal browsing is a Node.js CLI process that fetches web pages and generates reproducible evidence artifacts, replacing uncertain conversational browsing with fixed timeouts, character caps, and structured JSON outputs for auditing.

How do I generate auditable web research artifacts for governance workflows?

You generate auditable web research artifacts for governance workflows by performing terminal-based exploration that captures machine-readable JSON evidence, including URL resolution, text excerpts, and link metrics, ensuring traceable research trails for swarm coordination.

Does Node.js terminal browsing support fixed timeouts and link caps for web scraping?

Node.js terminal browsing supports fixed timeouts and link caps for web scraping by applying functional constraints to the fetch process, ensuring deterministic output limits and reproducible evidence JSON artifacts for HYDRA governance tasks.

Can I capture resolved URLs and page metrics from a terminal CLI browse?

You can capture resolved URLs and page metrics from a terminal CLI browse, which outputs a structured evidence JSON containing both the original url, the resolved_url, status codes, and quantitative metrics for governance checks and auditing.

What are the limitations of terminal-based web exploration for evidence extraction?

Limitations of terminal-based web exploration include fixed timeouts and character caps that restrict text_excerpt length and link counts, requiring URL resolution constraints to maintain deterministic, reproducible JSON artifacts for HYDRA workflows.