Agent Plugins Marketplace
← All plugins

portone

v1.3.0

PortOne payment integration workflow, code generation, and validation for Codex.

CodexClaude Code1 Skill1 MCP serverstdio

By PortOneLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 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 portone for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add portone@pleaseai

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

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

  • Codex: portone@agent-plugin-marketplace → portone@pleaseai

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/pleaseai/claude-code-plugins

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

Plugin files

plugins/portone/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/portone-guide/SKILL.md
└── .mcp.json

Included Skills1

portone-guideskills/portone-guide/SKILL.md

This skill should be used when the user asks about "포트원 연동", "PortOne integration", "결제 연동", "PG 연동", "billing key", "빌링키", "정기결제", "웹훅", "payment API", or needs guidance on implementing payment functionality with PortOne. Provides comprehensive guidance for V1 and V2 API integration.

MCP servers1

portonestdio
command
npx
args
-y @portone/mcp-server@latest

Plugin manifests2

plugins/portone/.codex-plugin/plugin.json
{
  "name": "portone",
  "version": "1.3.0",
  "description": "PortOne payment integration workflow, code generation, and validation for Codex.",
  "author": {
    "name": "PortOne",
    "url": "https://portone.io"
  },
  "homepage": "https://portone.io",
  "repository": "https://github.com/portone-io/portone-cli",
  "license": "MIT",
  "keywords": [
    "portone",
    "payment",
    "billing",
    "checkout",
    "identity"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PortOne",
    "shortDescription": "Generate and validate PortOne payment integrations.",
    "longDescription": "Adds PortOne payment integration workflows for implementation, review, and official-document-guided troubleshooting in Codex.",
    "developerName": "PortOne",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://portone.io/",
    "privacyPolicyURL": "https://privacy.portone.io/",
    "termsOfServiceURL": "https://terms.portone.io/global/en/feb2024",
    "defaultPrompt": [
      "포트원 V2 일반결제 연동 코드를 구현해줘.",
      "프로젝트의 포트원 연동 코드를 검토해줘.",
      "포트원 빌링키 결제 흐름을 프로젝트에 맞게 추가해줘."
    ],
    "brandColor": "#0D9488"
  }
}
plugins/portone/.claude-plugin/plugin.json
{
  "name": "portone",
  "version": "1.3.0",
  "description": "포트원(PortOne) 결제 연동 코드 생성 및 검토 플러그인. V1/V2 API를 지원하며, MCP 서버를 통해 최신 문서와 예시 코드를 활용합니다.",
  "author": {
    "name": "PortOne",
    "url": "https://portone.io"
  },
  "homepage": "https://portone.io",
  "repository": "https://github.com/portone-io/portone-cli",
  "license": "MIT",
  "keywords": [
    "portone",
    "payment",
    "pg",
    "billing",
    "결제",
    "포트원",
    "mcp"
  ],
  "mcpServers": {
    "portone": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@portone/mcp-server@latest"
      ]
    }
  }
}

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

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