Agent Plugins Marketplace
All plugins

paperclip-plugin

v3.0.8

AI company planning plugin for Paperclip-style company, agent, and infrastructure design workflows.

Codex3 Skills

By Lukas KellersteinLicense: UNLICENSED1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 14, 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 paperclip-plugin for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add paperclip-plugin@agent-plugin-marketplace

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

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/lukaskellerstein/codex-my-marketplace

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

Plugin files

_archive/paperclip-plugin/
├── .codex-plugin/plugin.json
├── skills/company/SKILL.md
├── skills/infrastructure-planning/SKILL.md
└── skills/work-planning/SKILL.md

Included Skills3

companyskills/company/SKILL.md

Create a complete Paperclip company package — guided setup with org structure, agents, runtime config, infrastructure, and import-ready output

infrastructure-planningskills/infrastructure-planning/SKILL.md

Plan and document the required software, infrastructure, and logistics for a Paperclip company — domains, GitHub, Docker Hub, Kubernetes, Slack, Google Workspace, Stripe, shipping providers, and CI/CD pipelines. Use when setting up infrastructure for a new company or auditing what an existing company needs.

work-planningskills/work-planning/SKILL.md

Design the complete work hierarchy for a Paperclip company — Goals, Projects, and Tasks as a unified top-down planning workflow. Produces ._planning.json for deterministic generation of goals/, projects/, and tasks/ directories. Use when creating a new company's work plan, reorganizing work structure, or linking goals to projects and tasks.

Plugin manifests1

_archive/paperclip-plugin/.codex-plugin/plugin.json
{
  "name": "paperclip-plugin",
  "version": "3.0.8",
  "description": "AI company planning plugin for Paperclip-style company, agent, and infrastructure design workflows.",
  "author": {
    "name": "Lukas Kellerstein",
    "url": "https://github.com/lukaskellerstein"
  },
  "homepage": "https://github.com/lukaskellerstein/codex-my-marketplace",
  "repository": "https://github.com/lukaskellerstein/codex-my-marketplace",
  "license": "UNLICENSED",
  "keywords": [
    "codex",
    "paperclip",
    "agents",
    "company",
    "planning"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Paperclip Plugin",
    "shortDescription": "Plan AI companies, roles, and infrastructure.",
    "longDescription": "Adds Codex workflows for company design, work planning, and infrastructure planning based on the Paperclip agent company model.",
    "developerName": "Lukas Kellerstein",
    "category": "Automation",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "defaultPrompt": [
      "Design an AI company structure for this product idea.",
      "Create a work plan for these agents and responsibilities.",
      "Plan the infrastructure needed for this autonomous system."
    ],
    "brandColor": "#F97316"
  }
}

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

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