Agent Plugins Marketplace
All plugins

autoresearch

v17.48.1

Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments

CodexClaude Code1 Skill

By Kyle (obra)License: MIT4 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install autoresearch for Codex and Claude Code

Installs for the current user
codex plugin marketplace add baleen37/bstack
codex plugin marketplace upgrade bstack
codex plugin add autoresearch@bstack

Paste and run these commands in a terminal with Codex. They add and refresh the bstack catalog, then install this plugin.

Compatibility: the page URL and API slug “autoresearch” remain stable.

  • Codex: autoresearch@agent-plugin-marketplaceautoresearch@bstack

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/baleen37/bstack

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/autoresearch/.

Plugin files

plugins/autoresearch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/autoresearch/SKILL.md

Included Skills1

autoresearchskills/autoresearch/SKILL.md

Set up and run an autonomous experiment loop for any optimization target. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".

Plugin manifests2

plugins/autoresearch/.codex-plugin/plugin.json
{
  "name": "autoresearch",
  "version": "17.48.1",
  "description": "Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments",
  "author": {
    "name": "Kyle (obra)"
  },
  "repository": "https://github.com/obra/autoresearch-claude-code",
  "license": "MIT",
  "keywords": [
    "experiments",
    "optimization",
    "autonomous",
    "research"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Autoresearch",
    "shortDescription": "Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments",
    "longDescription": "Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments",
    "developerName": "Kyle (obra)",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use Autoresearch for this task."
    ]
  }
}
plugins/autoresearch/.claude-plugin/plugin.json
{
  "name": "autoresearch",
  "version": "17.48.1",
  "description": "Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments",
  "author": {
    "name": "Kyle (obra)"
  },
  "repository": "https://github.com/obra/autoresearch-claude-code",
  "license": "MIT",
  "keywords": [
    "experiments",
    "optimization",
    "autonomous",
    "research"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[autoresearch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autoresearch)