Autoresearch Loop

# Autoresearch Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Autoresearch Loop" with this command: npx skills add amdf01-debug/sw-autoresearch

Autoresearch Skill

Trigger

Autonomous goal-directed iteration — agent modifies, verifies, keeps/discards, and repeats.

Trigger phrases: "research this thoroughly", "autonomous research", "iterate until complete", "deep dive", "autoresearch"

Core Loop

Inspired by Karpathy's autoresearch methodology:

1. Define goal and success criteria
2. Generate hypothesis or approach
3. Execute (search, analyse, synthesise)
4. Verify result against criteria
5. If criteria met → keep result, move to next
6. If criteria not met → modify approach, retry
7. Repeat until all criteria satisfied

Implementation

# Autoresearch: [Topic]

## Goal
[What you're trying to find/prove/analyse]

## Success Criteria
- [ ] [Criterion 1 — specific and measurable]
- [ ] [Criterion 2]
- [ ] [Criterion 3]

## Iteration Log
### Attempt 1
- Approach: [what was tried]
- Result: [what was found]
- Assessment: [met criteria? why/why not?]
- Next: [what to try differently]

### Attempt 2
...

## Final Output
[Synthesised result that meets all criteria]

Rules

  • Always define success criteria BEFORE starting research
  • Maximum 10 iterations per research question (prevent infinite loops)
  • Each iteration must try a DIFFERENT approach (no repeating failed strategies)
  • Log every attempt — the failures are as valuable as the successes
  • Verify findings from multiple sources before accepting
  • Be explicit about confidence level: high/medium/low for each finding

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Polaris

Access verified, real-time news briefs, on-demand intelligence reports, trending topics, and search from 160+ sources across 18 categories with bias and conf...

Registry SourceRecently Updated
3110Profile unavailable
Web3

MemData

Persistent memory for autonomous agents. Wallet = identity. Pay per query. Optional encrypted storage.

Registry SourceRecently Updated
1.6K1Profile unavailable
Research

Project Ghost

Web reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.

Registry SourceRecently Updated
2050Profile unavailable
Coding

ResearchClaw

Autonomous research pipeline skill for Claude Code. Given a research topic, orchestrates 23 stages end-to-end: literature review, hypothesis generation, expe...

Registry SourceRecently Updated
2610Profile unavailable