Agent Plugins Marketplace
All plugins

planly

v1.3.1

通过 Planly工作台分析规划场景、构建求解参数、提交任务并解释结果。. Includes 1 skill and 1 MCP server.

Codex1 Skill1 MCP serverStreamable HTTP

By Planly0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 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 planly for Codex

Installs for the current user
codex plugin marketplace add shanhaibuci/planly-plugin
codex plugin marketplace upgrade personal
codex plugin add planly@personal

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

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

  • Codex: planly@agent-plugin-marketplaceplanly@personal

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/shanhaibuci/planly-plugin

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

Plugin files

plugins/planly/
├── .codex-plugin/plugin.json
├── skills/planly-solver/SKILL.md
└── .mcp.json

Included Skills1

planly-solverskills/planly-solver/SKILL.md

Use Planly Gateway to configure solver access, turn routing, dispatch, scheduling, or resource-planning requirements into a validated solve request, submit and track the job, explain the result, and generate local data-integration tools. Use for Planly planning scenarios and existing solver jobs; do not use for implementing solver algorithms.

MCP servers1

planlyStreamable HTTP
url
https://app.qingtingsk.com/mcp

Plugin manifests1

plugins/planly/.codex-plugin/plugin.json
{
  "name": "planly",
  "version": "1.3.1",
  "description": "通过 Planly工作台分析规划场景、构建求解参数、提交任务并解释结果。",
  "author": {
    "name": "Planly",
    "url": "https://github.com/shanhaibuci"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Planly 场景求解",
    "shortDescription": "连接 Planly工作台完成规划场景求解",
    "longDescription": "分析派单、路径规划、排程与资源规划需求,通过插件自带的 Gateway MCP 和宿主 OAuth 创建、跟踪任务。在支持 MCP Apps 的宿主中请求只读地图、Gantt 与规划回放;创建任务前必须获得用户确认。直接 MCP 接入面向桌面端/Codex,真实 UI 能力以客户端验收为准。",
    "developerName": "Planly",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "使用 Planly 场景求解分析我的规划需求,并在创建任务前向我确认。"
    ],
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  },
  "mcpServers": "./.mcp.json",
  "repository": "https://github.com/shanhaibuci/planly-plugin",
  "keywords": [
    "planly",
    "planning",
    "routing",
    "scheduling",
    "solver",
    "mcp"
  ]
}

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

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