Agent Plugins Marketplace
All plugins

nestor

v0.7.2

Use the canonical Nestor journal for tasks, notes, reminders, projects, history, and activity time tracking.

CodexClaude Code4 Skills1 MCP serverStreamable HTTP

By Dorian Massoulier0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 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 nestor for Codex and Claude Code

Installs for the current user
codex plugin marketplace add massdo/massdo-marketplace
codex plugin marketplace upgrade massdo-marketplace
codex plugin add nestor@massdo-marketplace

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

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

  • Codex: nestor@agent-plugin-marketplacenestor@massdo-marketplace

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/massdo/massdo-marketplace

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

Plugin files

plugins/nestor/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/activity/SKILL.md
├── skills/check-for-updates/SKILL.md
├── skills/nestor/SKILL.md
├── skills/tree/SKILL.md
└── .mcp.json

Included Skills4

activityskills/activity/SKILL.md

Track and report time spent on named activities in Nestor. Use when the user starts, switches, or stops an activity timer; asks for daily, weekly, or monthly activity totals; or wants to rename, merge, adjust, or delete activity data. Do not use for task status changes or general questions about physical activities.

check-for-updatesskills/check-for-updates/SKILL.md

Check whether the Nestor plugin is up to date. Use when the user asks if Nestor is current, wants the latest changelog, or types /nestor:check-for-updates or /check-for-updates.

nestorskills/nestor/SKILL.md

Use the Nestor MCP server as the canonical source whenever the user asks to consult or change tasks, todos, action items, backlog, journal entries, notes, memos, reminders, history, journal projects, tags, priorities, due dates, pending work, or next actions. Trigger even when the user does not mention Nestor or MCP, including equivalent requests in any language such as asking what to do next, recording something, adding or completing a task, logging progress, checking project status, or finding a past note. Use the activity skill instead for starting, switching, stopping, repairing, or reporting activity time. Do not trigger for generic software logs or unrelated project work unless the user asks to store or retrieve that information in the journal.

treeskills/tree/SKILL.md

Render an ASCII tree of a Nestor project's tasks and notes, grouped by status then by parent-child hierarchy. Use it whenever someone wants to see the shape of a project rather than a flat list — asking for an overview, a map, a tree, a structure, the hierarchy of tasks, what hangs under a given task, or how a project is organised. Also use it when the request names a project and asks "where are we" or "what hangs under this task", in any language. Prefer this skill over a plain list whenever parent-child relationships or per-status grouping carry the answer.

MCP servers1

nestorStreamable HTTP
url
https://journal.mcp-marketplace.org/mcp

Plugin manifests2

plugins/nestor/.codex-plugin/plugin.json
{
  "name": "nestor",
  "version": "0.7.2",
  "description": "Use the canonical Nestor journal for tasks, notes, reminders, projects, history, and activity time tracking.",
  "author": {
    "name": "Dorian Massoulier",
    "url": "https://github.com/massdo"
  },
  "homepage": "https://github.com/massdo/massdo-marketplace",
  "repository": "https://github.com/massdo/massdo-marketplace",
  "keywords": [
    "journal",
    "tasks",
    "notes",
    "time-tracking",
    "productivity",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Nestor",
    "shortDescription": "Use your canonical Nestor journal",
    "longDescription": "Keep tasks, notes, reminders, projects, history, and activity time in one canonical journal. Capture, find, organize, review, and track your work through natural requests.",
    "developerName": "Dorian Massoulier",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/massdo/massdo-marketplace",
    "defaultPrompt": [
      "What should I work on next?",
      "Add this task to my journal.",
      "Find my notes about this project.",
      "Start tracking my work activity.",
      "How much time did I spend by activity this week?"
    ]
  }
}
plugins/nestor/.claude-plugin/plugin.json
{
  "name": "nestor",
  "displayName": "Nestor",
  "version": "0.7.2",
  "description": "Use the canonical Nestor journal for tasks, notes, reminders, projects, history, and activity time tracking.",
  "author": {
    "name": "Dorian Massoulier"
  },
  "homepage": "https://github.com/massdo/massdo-marketplace",
  "repository": "https://github.com/massdo/massdo-marketplace"
}

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

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