aios-long-running-harness — ai-agent aios-long-running-harness, rex-cli, community, ai-agent, ide skills, browser-automation, claude-code, codex-cli, contextdb, gemini-cli, Claude Code

v1.0.0

Über diesen Skill

Perfekt für KI-Agents, die eine robuste Verwaltung von Langzeit-Aufgaben mit Stabilität unter UI-Drift und Modellvariabilität benötigen. Use when running multi-step or long-running agent jobs in aios that require checkpointing, retries, evidence capture, and safe human handoff.

# Core Topics

rexleimo rexleimo
[11]
[1]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
32
Canonical Locale
en
Detected Body Locale
en

Perfekt für KI-Agents, die eine robuste Verwaltung von Langzeit-Aufgaben mit Stabilität unter UI-Drift und Modellvariabilität benötigen. Use when running multi-step or long-running agent jobs in aios that require checkpointing, retries, evidence capture, and safe human handoff.

Warum diese Fähigkeit verwenden

Ermöglicht es den Agents, lange Aufgaben zuverlässig auszuführen, indem sie Playwright Browser MCP und ContextDB verwenden, wodurch Stabilität gewährleistet und die Ausgabe von Tools mit idempotenten Schritten und expliziten Erfolgs-/Fehlersnachweisen erfasst wird, ideal für Entwickler, die mit Codex CLI, Claude Code, Gemini CLI und OpenCode arbeiten.

Am besten geeignet für

Perfekt für KI-Agents, die eine robuste Verwaltung von Langzeit-Aufgaben mit Stabilität unter UI-Drift und Modellvariabilität benötigen.

Handlungsfähige Anwendungsfälle for aios-long-running-harness

Stabilisieren von Langzeit-Aufgaben unter UI-Drift und Modellvariabilität
Ausführen von idempotenten Schritten mit expliziten Erfolgs-/Fehlersnachweisen für eine zuverlässige Aufgabenabschluss
Erfassen der Ausgabe von Tools für Debugging- und Überprüfungszwecke

! Sicherheit & Einschränkungen

  • Erfordert die Konfiguration von Playwright Browser MCP und ContextDB
  • Entworfen für die lokale Konfiguration von KI-Agents
  • Kann Anpassungen für teilweise Ausfälle und Budgetbeschränkungen erfordern

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is aios-long-running-harness?

Perfekt für KI-Agents, die eine robuste Verwaltung von Langzeit-Aufgaben mit Stabilität unter UI-Drift und Modellvariabilität benötigen. Use when running multi-step or long-running agent jobs in aios that require checkpointing, retries, evidence capture, and safe human handoff.

How do I install aios-long-running-harness?

Run the command: npx killer-skills add rexleimo/rex-cli/aios-long-running-harness. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for aios-long-running-harness?

Key use cases include: Stabilisieren von Langzeit-Aufgaben unter UI-Drift und Modellvariabilität, Ausführen von idempotenten Schritten mit expliziten Erfolgs-/Fehlersnachweisen für eine zuverlässige Aufgabenabschluss, Erfassen der Ausgabe von Tools für Debugging- und Überprüfungszwecke.

Which IDEs are compatible with aios-long-running-harness?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for aios-long-running-harness?

Erfordert die Konfiguration von Playwright Browser MCP und ContextDB. Entworfen für die lokale Konfiguration von KI-Agents. Kann Anpassungen für teilweise Ausfälle und Budgetbeschränkungen erfordern.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add rexleimo/rex-cli/aios-long-running-harness. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use aios-long-running-harness immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

aios-long-running-harness

Install aios-long-running-harness, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command...

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

AIOS Long-Running Harness

Overview

Use this harness to keep long tasks stable under UI drift, model variability, and partial failures. It maps Anthropic's long-running-agent harness ideas into this repository's file-based workflow.

Harness Loop

  1. Preflight: lock objective, stop conditions, budgets, and required artifacts.
  2. Plan: split into idempotent steps with explicit success/failure evidence.
  3. Execute: run one step at a time with tool output capture.
  4. Verify: assert completion from page evidence, not assumptions.
  5. Checkpoint: persist current state, artifacts, and next action.
  6. Recover: on failure, classify and retry only with a changed hypothesis.
  7. Complete: run final verification and write summary doc.

Pairing with Superpowers Skills

  • Plan step should be produced through superpowers:writing-plans (or superpowers:brainstorming first when scope is unclear).
  • For 2+ independent domains, use superpowers:dispatching-parallel-agents; for coupled domains, run sequentially.
  • If the runtime has no true subagent tool, emulate dispatch with explicit per-domain task queues and only parallelize safe independent reads/checks.
  • Always finish with superpowers:verification-before-completion before claiming run success.

Orchestrate Live Notes

  • When running aios orchestrate --execute live with AIOS_SUBAGENT_CLIENT=codex-cli, Codex CLI v0.114+ supports structured exec outputs (--output-schema, --output-last-message, stdin). AIOS uses them when available and falls back to stdout parsing for older versions.

Required Controls

  • Time budget per step and per run.
  • Retry budget per failure class.
  • Human-gate checkpoints for login, payment, or policy-sensitive actions.
  • Structured logs for every major transition.

Failure Classes

  • Selector/UI drift.
  • Authentication/session loss.
  • Policy rejection/content moderation.
  • Network/transient failures.
  • Tool/runtime errors.

Completion Gate

Declare success only when all are true:

  • Target action succeeded.
  • Expected artifact exists.
  • Evidence snapshot/log exists.
  • Updated runbook reflects newly observed drift.

Resources

  • references/harness-checklist.md: operational checklist template.
  • references/anthropic-mapping.md: principle-to-project mapping.

Verwandte Fähigkeiten

Looking for an alternative to aios-long-running-harness or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler