Agent Plugins Marketplace
All plugins

task-scheduler

v0.2.0

Turn deadlines, workload, and blockers into a realistic task schedule.

Codex1 Skill1 MCP serverstdio

By zeyad elsharkawyLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add task-scheduler@awesome-codex-plugins

Paste 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 “task-scheduler” remain stable.

  • Codex: task-scheduler@agent-plugin-marketplacetask-scheduler@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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/6Delta9/task-scheduler-codex-plugin/.

Plugin files

plugins/6Delta9/task-scheduler-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/task-planner/SKILL.md
└── .mcp.json

Included Skills1

task-plannerskills/task-planner/SKILL.md

Turn a list of goals, tasks, deadlines, and working constraints into a practical schedule with next actions and follow-ups.

MCP servers1

taskSchedulerstdio
command
python
args
./scripts/mcp_server.py
cwd
.
env.PYTHONUTF8
1

Plugin manifests1

plugins/6Delta9/task-scheduler-codex-plugin/.codex-plugin/plugin.json
{
  "name": "task-scheduler",
  "version": "0.2.0",
  "description": "Turn deadlines, workload, and blockers into a realistic task schedule.",
  "author": {
    "name": "zeyad elsharkawy",
    "email": "[email protected]",
    "url": "https://github.com/6Delta9"
  },
  "homepage": "https://github.com/6Delta9/task-scheduler-codex-plugin",
  "repository": "https://github.com/6Delta9/task-scheduler-codex-plugin",
  "license": "MIT",
  "keywords": [
    "tasks",
    "scheduler",
    "planning",
    "productivity"
  ],
  "skills": "./skills/",
  "hooks": "./hooks.json",
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Task Scheduler",
    "shortDescription": "Build realistic schedules from tasks, deadlines, and capacity.",
    "longDescription": "Task Scheduler turns raw tasks into a day-by-day plan with workload balancing, blocked dates, overflow tracking, and reusable MCP tools.",
    "developerName": "zeyad elsharkawy",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write",
      "Automation",
      "Planning"
    ],
    "websiteURL": "https://github.com/6Delta9/task-scheduler-codex-plugin",
    "privacyPolicyURL": "https://github.com/6Delta9/task-scheduler-codex-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/6Delta9/task-scheduler-codex-plugin/blob/main/TERMS.md",
    "defaultPrompt": [
      "Use Task Scheduler to plan my week around deadlines and blocked days.",
      "Use Task Scheduler to turn this task list into a realistic schedule.",
      "Use Task Scheduler to spot overflow and capacity risks in this plan."
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "screenshots": [
      "./assets/screenshot1.png",
      "./assets/screenshot2.png",
      "./assets/screenshot3.png"
    ]
  }
}

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

[task-scheduler on Agent Plugins Marketplace](https://pluginsmp.com/plugins/task-scheduler)