Agent Plugins Marketplace
All plugins

research-loop

v0.5.0

Research Loop projects, pages and AI work; local methodology figures and consistent research plots.

CodexClaude Code3 Skills1 MCP serverStreamable HTTP

By 오정석0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 17, 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 research-loop for Codex and Claude Code

Installs for the current user
codex plugin marketplace add jeongseokO/Research-Loop-Plugin
codex plugin marketplace upgrade research-loop
codex plugin add research-loop@research-loop

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

Compatibility: the page URL and API slug “research-loop” remain stable.

  • Codex: research-loop@agent-plugin-marketplaceresearch-loop@research-loop

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/jeongseokO/Research-Loop-Plugin

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

Plugin files

plugins/research-loop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/method-figure/SKILL.md
├── skills/research-loop/SKILL.md
├── skills/research-plot/SKILL.md
└── .mcp.json

Included Skills3

method-figureskills/method-figure/SKILL.md

Create or revise a research methodology overview figure with editable source and a rendered image, and attach it to Research Loop when requested. Use for mechanism, architecture or algorithm diagrams, not statistical plots or general page editing.

research-loopskills/research-loop/SKILL.md

Read and maintain the user's Research Loop projects, research pages, plans and assigned AI work through MCP. Use for work the user wants to inspect, record or coordinate in Research Loop, not generic research advice or development of the app itself.

research-plotskills/research-plot/SKILL.md

Create or revise quantitative Research Loop plots with the shared Matplotlib house style and reusable helpers. Use for measured comparisons, trends, distributions and uncertainty, not methodology diagrams or styling the web app.

MCP servers1

research-loop-pluginStreamable HTTP
url
https://ezmkpdnchcpjuvpilpxu.supabase.co/functions/v1/research-loop-mcp

Plugin manifests2

plugins/research-loop/.codex-plugin/plugin.json
{
  "name": "research-loop",
  "version": "0.5.0",
  "description": "Research Loop projects, pages and AI work; local methodology figures and consistent research plots.",
  "author": {
    "name": "오정석",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeongseokO/Research-Loop-Plugin",
  "homepage": "https://research-loop.lukeo112.chatgpt.site",
  "keywords": [
    "research",
    "experiments",
    "literature",
    "planning",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Research Loop",
    "shortDescription": "연구 프로젝트 · 실험 · 문헌 · 일정",
    "longDescription": "Projects · research pages · experiments · literature · plans · deadlines · governed AI changes",
    "developerName": "오정석",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "내 Research Loop 현황 열기"
    ],
    "websiteURL": "https://research-loop.lukeo112.chatgpt.site",
    "brandColor": "#256ABF"
  },
  "mcpServers": "./.mcp.json"
}
plugins/research-loop/.claude-plugin/plugin.json
{
  "name": "research-loop",
  "version": "0.5.0",
  "description": "Research Loop projects, pages and AI work; local methodology figures and consistent research plots.",
  "author": {
    "name": "오정석",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeongseokO/Research-Loop-Plugin",
  "homepage": "https://research-loop.lukeo112.chatgpt.site",
  "skills": "./skills/",
  "mcpServers": "./.mcp.claude.json"
}

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

[research-loop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-loop)