Agent Plugins Marketplace
All plugins

research

v1.0.0

Gather source material an agent cannot reach on its own: web search and AWS documentation, with skills for Agent Studio builtin document creation, inspection, and editing.

Agent Plugins2 Skills1 MCP serverStreamable HTTP

By opspressoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 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

Get the plugin

git clone https://github.com/opspresso/agent-plugins

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/research/
├── plugin.json
├── skills/document-authoring/SKILL.md
├── skills/spreadsheet-authoring/SKILL.md
└── mcp.json

Included Skills2

document-authoringskills/document-authoring/SKILL.md

보고서·제안서·회의록·발표 자료를 DOCX·PPTX·PDF·HWPX 파일로 작성한다. File 빌트인으로 생성하며 DOCX·PPTX·HWPX는 파일 ID로 검사하고 텍스트를 수정한다. XLSX 계산표는 spreadsheet-authoring, HTML 리포트는 html-report를 사용한다.

spreadsheet-authoringskills/spreadsheet-authoring/SKILL.md

XLSX 예산·집계·계산표를 생성하거나 파일 ID로 기존 통합 문서의 수식·오류 셀·숨김 시트를 점검하고 셀을 수정한다. 수식 재계산은 지원하지 않는다. 보고서 안의 단순 표는 document-authoring, JSON·CSV 텍스트 추출은 structured-output을 사용한다.

MCP servers1

aws-knowledgeStreamable HTTP
url
https://knowledge-mcp.global.api.aws

Plugin manifests1

plugins/research/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "research",
  "version": "1.0.0",
  "description": "Gather source material an agent cannot reach on its own: web search and AWS documentation, with skills for Agent Studio builtin document creation, inspection, and editing.",
  "author": {
    "name": "opspresso"
  },
  "repository": "https://github.com/opspresso/agent-plugins",
  "license": "MIT",
  "keywords": [
    "research",
    "search",
    "documents",
    "web",
    "aws"
  ]
}

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

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