Agent Plugins Marketplace
All plugins

agentpack

v0.4.5

Thin Codex plugin for AgentPack ranked repo context.

Codex1 MCP serverstdio

By AgentPackLicense: AGPL-3.0-only1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 agentpack for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add agentpack@awesome-codex-plugins

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

Compatibility: the page URL and API slug “agentpack” remain stable.

  • Codex: agentpack@agent-plugin-marketplaceagentpack@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/vishal2612200/agentpack/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

agentpackstdio
command
agentpack
args
mcp

Plugin manifests1

plugins/vishal2612200/agentpack/.codex-plugin/plugin.json
{
  "name": "agentpack",
  "version": "0.4.5",
  "description": "Thin Codex plugin for AgentPack ranked repo context.",
  "author": {
    "name": "AgentPack",
    "url": "https://github.com/vishal2612200/agentpack"
  },
  "homepage": "https://vishal2612200.github.io/agentpack/codex-plugin/",
  "repository": "https://github.com/vishal2612200/agentpack",
  "license": "AGPL-3.0-only",
  "keywords": [
    "agentpack",
    "codex",
    "context",
    "coding-agents"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AgentPack",
    "shortDescription": "Start Codex with ranked repo context.",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "screenshots": [
      "./assets/route-demo.svg"
    ],
    "longDescription": "AgentPack is a local context engine, not a coding agent. This plugin gives Codex lightweight commands for routing tasks, refreshing context packs, and reviewing diffs with the existing local AgentPack CLI or MCP tools.",
    "developerName": "AgentPack",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://vishal2612200.github.io/agentpack/",
    "privacyPolicyURL": "https://vishal2612200.github.io/agentpack/privacy/",
    "termsOfServiceURL": "https://vishal2612200.github.io/agentpack/terms/",
    "defaultPrompt": [
      "Use $agentpack-review to review the current PR.",
      "Use $agentpack-resolve to address all PR comments.",
      "Use $agentpack to orient this repository task."
    ],
    "brandColor": "#1F6FEB"
  }
}

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

[agentpack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentpack)