plori
v0.3.4Create and drive plori cloud agents (each an AI agent in its own cloud environment) over MCP. Bundles the plori skill so Codex knows the connect flow and the tool surface.
By ploriLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- 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 plori for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add plori@awesome-codex-pluginsPaste 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 “plori” remain stable.
- Codex:
plori@agent-plugin-marketplace→plori@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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plori-ai/codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/plori/SKILL.md└── .mcp.json
Included Skills1
Create and drive plori agents (each an AI agent in its own cloud environment) from any MCP client, the plori CLI, or over REST. Covers authentication (OAuth 2.1 or API key), creating agents, invoking them and reading replies, answering human-in-the-loop requests, and scheduling deferred runs.
MCP servers1
- url
- https://api.plori.ai/mcp
Plugin manifests1
{
"name": "plori",
"version": "0.3.4",
"description": "Create and drive plori cloud agents (each an AI agent in its own cloud environment) over MCP. Bundles the plori skill so Codex knows the connect flow and the tool surface.",
"author": {
"name": "plori",
"email": "[email protected]",
"url": "https://plori.ai"
},
"homepage": "https://plori.ai",
"repository": "https://github.com/plori-ai/codex-plugin",
"license": "MIT",
"keywords": [
"mcp",
"agents",
"cloud",
"remote",
"coding-agent"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "plori",
"shortDescription": "Persistent cloud environments for AI agents, over one MCP URL.",
"longDescription": "plori gives your agent its own persistent cloud environment with a durable disk, a shell, developer tools, and memory that stay with it. This plugin adds the plori remote MCP server (create_agent, invoke_agent, schedule_run, run_workflow, and more) plus a skill that teaches the connect flow and tool surface. Authentication is OAuth 2.1, auto-discovered on first use; no API key to handle.",
"developerName": "plori",
"category": "Productivity",
"capabilities": [
"Remote MCP",
"Workflow editing"
],
"defaultPrompt": [
"List my plori agents and show my remaining credits.",
"Read a workflow definition and edit its draft safely."
],
"websiteURL": "https://plori.ai",
"privacyPolicyURL": "https://plori.ai/privacy",
"termsOfServiceURL": "https://plori.ai/terms"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plori on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plori)