← Back to Plugins
Tools

Openclaw.Infiniteresearchloop

SatoshinClaude By SatoshinClaude 👁 44 views ▲ 0 votes

Openclaw plugin marketplace for Claude Code — Infinite Research Loop with Hidden-NO skill

GitHub

README

# Openclaw — Infinite Research Loop

A Claude Code plugin marketplace hosting the **Infinite Research + Hidden-NO** skill: a framework for structured, verified reasoning with DebugLoop, tool-awareness, memory, and budget control.

## Install in Claude Code

Add this marketplace, then install the plugin:

```
/plugin marketplace add SatoshinClaude/openclaw.infiniteresearchloop
/plugin install infinite-research-hidden-no@openclaw
```

After install, the skill is auto-available. Trigger it whenever you need stable, verified, context-aware reasoning, or when contradictions / weak assumptions must be detected before finalization.

## What's inside

- **Master Loop** — research → debug → verify → refine, instead of generating answers directly.
- **Hidden-NO detection** — surfaces blockers (contradictions, weak assumptions, missing evidence) that would otherwise hide behind a confident-sounding answer.
- **Budget control** — iteration caps so the loop terminates instead of optimizing forever.
- **Reference library** — `master_loop_checklist.md`, `hidden_no_examples.md`, `budget_management.md`, `synthesis_patterns.md`.
- **Templates** — `output_template.md`, `reasoning_checklist.txt`.

## Repository layout

```
.claude-plugin/marketplace.json            # marketplace manifest
plugins/infinite-research-hidden-no/
  .claude-plugin/plugin.json               # plugin manifest
  skills/infinite-research-hidden-no/
    SKILL.md                               # skill entry point
    references/                            # reference docs loaded on demand
    templates/                             # output / checklist templates
    scripts/                               # (reserved)
```

The original `infinite-research-hidden-no.skill` bundle and source docs are kept at the repository root for archive purposes.

## License

MIT. Authored by Manus AI; packaged for Claude Code by [@SatoshinClaude](https://github.com/SatoshinClaude).
tools

Comments

Sign in to leave a comment

Loading comments...