research
v1.0.0用于外部资料/互联网/论文/行业/社区的系统检索、多份已有材料的证据综合,以及用户进入陌生领域时建立可用于实际决策并可持续更新的领域认知模型。当前项目源码的跨模块实现调研、完整调用链、能力盘点和实现成熟度分析进入 development/github-research-document-generator;普通事实查询和单一短材料摘要无需进入本分类。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 19, 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 for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add research@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “research-7” remain stable.
- Codex:
research-7@agent-plugin-marketplace→research@agent-plugin-marketplace
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/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/research/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/community-research/SKILL.md├── skills/deep-research/SKILL.md├── skills/domain-knowledge-builder/SKILL.md└── skills/knowledge-synthesis/SKILL.md
Included Skills4
用于研究真实社区在讨论什么、实际用户如何评价和使用,以及有哪些高频赞扬/抱怨/争议、新趋势、长期经验与最佳实践。时间窗口按意图选择:近期舆情/趋势优先近期窗口,长期最佳实践/成熟经验允许扩展历史窗口并提高新资料权重;用户指定窗口始终优先。重点覆盖 Reddit、Hacker News、GitHub、YouTube 与当前环境可可靠访问的社交/论坛来源。若用户主要需要官方事实、论文、行业全景或跨类型证据综合,使用 deep-research。
用于明确需要深度、综合、多来源证据的研究任务,例如全面调查一个主题、比较多个方案、研究行业/趋势/生态、核验冲突信息并形成可追溯结论。若核心问题是最近真实社区怎么评价、怎么用或在讨论什么,优先使用 community-research。普通事实查询、单一官网查找或一次权威检索即可回答的问题不要使用。
用于用户进入陌生领域时,围绕真实目标和即将面对的决策,建立可追溯、可表达不确定性、可通过实践持续更新的领域认知模型。适合‘我对这个领域没经验但要尽快上手/帮我建立领域地图和判断框架/快速形成能做关键决策的知识体系/长期维护我对这个领域的认知’。若只需对一个明确问题做多来源调查,使用 deep-research;只需综合现有材料,使用 knowledge-synthesis;只分析一个机制或假设,使用 reasoning/scientific-reasoning;只维护某个具体产品的营销事实上下文,使用 business/product-marketing-context。
用于把多份已有材料、搜索结果、邮件/聊天/会议记录、文档或研究笔记综合成一个去重、按主题组织、显式处理冲突并可追溯到来源的结论。适合‘综合这些资料/把这些结果归并一下/这些来源到底说明什么/找出共识和分歧’。默认只处理当前材料,不主动扩展研究;若需要继续联网补证据,转到 research。
Plugin manifests2
{
"name": "research",
"version": "1.0.0",
"description": "用于外部资料/互联网/论文/行业/社区的系统检索、多份已有材料的证据综合,以及用户进入陌生领域时建立可用于实际决策并可持续更新的领域认知模型。当前项目源码的跨模块实现调研、完整调用链、能力盘点和实现成熟度分析进入 development/github-research-document-generator;普通事实查询和单一短材料摘要无需进入本分类。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "Research",
"shortDescription": "用于外部资料/互联网/论文/行业/社区的系统检索、多份已有材料的证据综合,以及用户进入陌生领域时建立可用于实际决策并可持续更新的领域认知模型。当前项目源码的跨模块实现调研、完整调用链、能力盘…",
"longDescription": "用于外部资料/互联网/论文/行业/社区的系统检索、多份已有材料的证据综合,以及用户进入陌生领域时建立可用于实际决策并可持续更新的领域认知模型。当前项目源码的跨模块实现调研、完整调用链、能力盘点和实现成熟度分析进入 development/github-research-document-generator;普通事实查询和单一短材料摘要无需进入本分类。",
"developerName": "trojanbox",
"category": "Research",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 Research 插件帮助我完成当前任务。"
]
}
}{
"name": "research",
"displayName": "Research",
"version": "1.0.0",
"description": "用于外部资料/互联网/论文/行业/社区的系统检索、多份已有材料的证据综合,以及用户进入陌生领域时建立可用于实际决策并可持续更新的领域认知模型。当前项目源码的跨模块实现调研、完整调用链、能力盘点和实现成熟度分析进入 development/github-research-document-generator;普通事实查询和单一短材料摘要无需进入本分类。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}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.
[research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-7)