Agent Plugins Marketplace
All plugins

stateport

v0.1.0-alpha.7

Use an authorized local StatePort State Card during browser bug investigation and fix verification.

CodexClaude CodeAgent Plugins1 Skill

By StatePort-DevLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 stateport for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add stateport@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/StatePort-Dev/stateport-agent-skills

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

Plugin files

plugins/stateport/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/stateport-debugging/SKILL.md

Included Skills1

stateport-debuggingskills/stateport-debugging/SKILL.md

Use when investigating a browser-visible web application bug, reproducing relevant application state, or working with a supplied StatePort State Card.

Plugin manifests3

plugins/stateport/.codex-plugin/plugin.json
{
  "name": "stateport",
  "version": "0.1.0-alpha.7",
  "description": "Use an authorized local StatePort State Card during browser bug investigation and fix verification.",
  "author": {
    "name": "StatePort-Dev"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "StatePort",
    "shortDescription": "Reuse State Cards while debugging browser bugs.",
    "longDescription": "Adds the StatePort debugging skill. Connect the installed local Desktop MCP separately before using a Card.",
    "developerName": "StatePort-Dev",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Use the supplied StatePort State Card to investigate this browser bug."
    ]
  }
}
plugins/stateport/.claude-plugin/plugin.json
{
  "name": "stateport",
  "version": "0.1.0-alpha.7",
  "description": "Use an authorized local StatePort State Card during browser bug investigation and fix verification.",
  "author": {
    "name": "StatePort-Dev"
  },
  "repository": "https://github.com/StatePort-Dev/stateport-agent-skills",
  "license": "MIT",
  "commands": "./claude/commands/"
}
plugins/stateport/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "stateport",
  "version": "0.1.0-alpha.7",
  "description": "Use an authorized local StatePort State Card during browser bug investigation and fix verification.",
  "author": {
    "name": "StatePort-Dev",
    "url": "https://github.com/StatePort-Dev"
  },
  "repository": "https://github.com/StatePort-Dev/stateport-agent-skills",
  "license": "MIT",
  "keywords": [
    "stateport",
    "debugging",
    "state-card"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "StatePort",
        "shortDescription": "Reuse State Cards while debugging browser bugs.",
        "longDescription": "Adds the StatePort debugging skill. Connect the installed local Desktop MCP separately before using a Card.",
        "developerName": "StatePort-Dev",
        "category": "Developer Tools",
        "capabilities": [
          "Read"
        ],
        "websiteURL": "https://github.com/StatePort-Dev/stateport-agent-skills",
        "defaultPrompt": [
          "Use the supplied StatePort State Card to investigate this browser bug."
        ]
      }
    }
  }
}

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

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