Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "deep-research",
"version": "0.1.0",
"description": "Deep research on any topic using LLMs from Codex via MCP",
"author": {
"name": "u14app",
"url": "https://github.com/u14app/deep-research"
},
"homepage": "https://github.com/u14app/deep-research",
"repository": "https://github.com/u14app/deep-research",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "Deep Research",
"shortDescription": "Deep research on any topic using LLMs from Codex via MCP",
"longDescription": "Use any LLMs for Deep Research. Support SSE API and MCP server. Docker-based deployment.",
"category": "Research",
"websiteURL": "https://github.com/u14app/deep-research"
}
}
20 changes: 20 additions & 0 deletions .github/workflows/plugin-quality-gate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Plugin Quality Gate

on:
pull_request:
paths:
- ".codex-plugin/**"
- "skills/**"
- ".mcp.json"

jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Codex plugin quality gate
uses: hashgraph-online/hol-codex-plugin-scanner-action@0f78e6d99032ec198d23a41a8425080a658c07d1
with:
plugin_dir: "."
min_score: 80
fail_on_severity: high
8 changes: 8 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"deep-research": {
"type": "http",
"url": "http://localhost:8000"
}
}
}
12 changes: 12 additions & 0 deletions skills/deep-research/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: deep-research
description: Deep research on any topic using LLMs from Codex via MCP
---

# Deep Research for Codex

Use Deep Research from Codex via MCP.

## When to use
- When you need deep-research capabilities in your Codex workflow
- See https://github.com/u14app/deep-research for full setup instructions