autoresearch

Automate OpenClaw skill optimization through iterative sub-agent runs and prompt mutations.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill autoresearch-glfruit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/autoresearch
Command: npx skills add https://github.com/glfruit/gorin-skills --skill autoresearch-glfruit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Autonomously optimize OpenClaw skills by running repeated sub-agent cycles, applying binary evaluation, mutating prompts, and retaining improvements.

Core Features & Use Cases

  • Autonomous evaluation loops that test and score skill outputs across diverse prompts and contexts.
  • Targeted prompt mutation with automatic retention of successful changes and rollback on failures.
  • Full traceability via baselines, changelogs, and per-skill dashboards for production-grade improvement.

Quick Start

Provide a SKILL.md path and a set of test prompts to begin autoresearch, then run the baseline and start the autonomous loop.

Frequently Asked Questions about autoresearch

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

FAQPage Schema
How do I automate OpenClaw skill optimization for inconsistent performance?

Automate OpenClaw skill optimization by running iterative sub-agent cycles that test outputs, apply binary evaluation scoring, and mutate prompts. It autonomously experiments with prompt variations to improve and retain measurable quality enhancements.

What is autonomous prompt mutation and how does it improve skill quality?

Autonomous prompt mutation systematically alters prompt text during sub-agent runs to test different variations. It uses binary evaluation scoring to measure output quality, automatically retaining successful mutations and rolling back failures to ensure consistent improvements.

How do I start an autonomous evaluation loop for a specific skill?

Start an autonomous evaluation loop by providing a SKILL.md path and a set of test prompts. The pipeline gathers context, runs baseline tests, mutates the skill instructions, and logs results for dashboarding to track performance.

Does the autoresearch process retain successful prompt changes automatically?

Yes, the autoresearch process retains successful prompt changes automatically. It applies targeted prompt mutations during sub-agent runs and keeps the modifications only when binary evaluation scoring confirms a measurable quality improvement.

What's the best way to track quality improvements during skill tuning?

Track quality improvements during skill tuning using the built-in dashboarding and logging system. The pipeline records baselines, maintains changelogs of prompt mutations, and generates per-skill dashboards for full traceability of autonomous evaluation loops.

When should I avoid using autonomous prompt mutation for skill optimization?

Avoid using autonomous prompt mutation when a skill lacks clear test prompts for binary evaluation or when baseline performance cannot be measured. The optimization pipeline relies on consistent scoring to evaluate sub-agent runs and retain successful prompt changes.