task-manager
v0.7.5+codex.20260821203934Connect Task Manager to inspect and safely mutate work, including staged upload from native or exact local files.
By Andrey Myasnikov0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add task-manager@agent-plugin-marketplacePaste 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/xxsrez/marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/task-manager/.
Plugin files
├── .codex-plugin/plugin.json├── skills/task-manager/SKILL.md└── .mcp.json
Included Skills1
Use Task Manager through its connected MCP tools as a technical adapter to find, filter, inspect, create, update, relate, and comment on tasks; work with native attachments; and navigate projects and releases. Trigger for Task Manager data access, canonical reference resolution, current versions, OAuth capabilities, pagination, safe writes, relations, hierarchy, labels, attachments, and native comments. Do not independently define or run delivery, Goal, verification, release, report-content, or terminal-status policy; a calling workflow such as ShipTask owns those decisions.
MCP servers2
- url
- https://task-manager.xxsrez-work.chatgpt.site/api/mcp
- command
- ./bin/task-manager-local-launcher
- cwd
- .
Plugin manifests1
{
"name": "task-manager",
"version": "0.7.5+codex.20260821203934",
"description": "Connect Task Manager to inspect and safely mutate work, including staged upload from native or exact local files.",
"author": {
"name": "Andrey Myasnikov",
"url": "https://github.com/xxsrez"
},
"homepage": "https://task-manager.xxsrez-work.chatgpt.site",
"repository": "https://github.com/xxsrez/marketplace",
"keywords": [
"tasks",
"projects",
"releases",
"productivity"
],
"skills": "./skills/",
"interface": {
"displayName": "Task Manager",
"shortDescription": "Manage tasks, comments, and staged files safely.",
"longDescription": "Connect Codex to Task Manager with OAuth, resolve canonical references and current versions, mutate task metadata, labels, hierarchy and relations, and use native comments and private attachments. A bundled macOS companion exposes upload_local_file and attach_local_file_to_task, reads one exact host-authorized path without sending it, and authorizes in memory only when a local operation is called. Delivery workflows such as ShipTask are installed separately.",
"developerName": "Andrey Myasnikov",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://task-manager.xxsrez-work.chatgpt.site",
"defaultPrompt": [
"List tasks for a project or release and help me choose what to do next",
"Relate two tasks using their current canonical references",
"Upload an exact local file to TM-123 and add it to a native comment"
],
"brandColor": "#6D5CE7",
"composerIcon": "./assets/composer-icon.svg",
"logo": "./assets/task-manager-logo.png",
"logoDark": "./assets/task-manager-logo.png",
"screenshots": [
"./assets/task-manager-overview.png"
]
},
"mcpServers": "./.mcp.json"
}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.
[task-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/task-manager)