autoresearch
v17.48.1Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments
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
codex plugin marketplace add baleen37/bstack
codex plugin marketplace upgrade bstack
codex plugin add autoresearch@bstackPaste 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-marketplace→autoresearch@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/bstackClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/autoresearch/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/autoresearch/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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"
]
}For maintainers
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)