Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
agentic-mind-palace logo

agentic-mind-palace

corneliu-iancu

OtherClaude Codeby corneliu-iancu

Summary

PARA-powered Notion integration for Claude Code. Discover your workspace schema, query tasks, notes, tags, and projects through natural language.

Install to Claude Code

/plugin install agentic-mind-palace@corneliu-iancu

Run in Claude Code. Add the marketplace first with /plugin marketplace add corneliu-iancu/agentic-mind-palace if you haven't already.

README.md

Agentic Mind Palace 🏰

PARA-powered Notion integration for Claude Code. Interact with tasks, notes, tags, and projects through natural language.

Setup

1. Set your Notion API key

Create an internal integration in Notion, then export the key:

export NOTION_API_KEY="ntn_..."

Add to your shell profile (.zshrc, .bashrc) for persistence.

2. Share databases with integration

In Notion, open each database you want to use (Tasks, Notes, etc.) and share it with your integration via the "..." menu → "Connections".

3. Install plugin

Add the marketplace, then install the plugin:

/plugin marketplace add corneliu-iancu/agentic-mind-palace
/plugin install agentic-mind-palace@corneliu-iancu

The marketplace is named corneliu-iancu; the plugin is agentic-mind-palace, hence the @corneliu-iancu suffix on install.

The database IDs and schema ship with the plugin (.state/databases.json), so there's no setup step — the skills work as soon as the plugin is installed and your integration can see the databases.

Skills

Skills are named <entity>-<action>.

Tasks

| Skill | Description | |-------|-------------| | /agentic-mind-palace:task-list | List/filter tasks (status, due date, energy, My Day, etc.) | | /agentic-mind-palace:task-get | Get full task details and content by page ID | | /agentic-mind-palace:task-create | Create task with inferred properties and default template | | /agentic-mind-palace:task-update | Change any task property (status, due, energy, tags, etc.) | | /agentic-mind-palace:task-complete | Mark a task as done | | /agentic-mind-palace:my-day | View and manage today's focused tasks |

Notes

| Skill | Description | |-------|-------------| | /agentic-mind-palace:note-list | List/filter notes (type, tag, favorite, importance) | | /agentic-mind-palace:note-get | Get full note details and content by page ID | | /agentic-mind-palace:note-create | Capture a note with inferred type and tags | | /agentic-mind-palace:note-update | Change any note property, or archive it |

Tags

| Skill | Description | |-------|-------------| | /agentic-mind-palace:tag-list | List/filter tags; resolves tag names to IDs for other skills | | /agentic-mind-palace:tag-get | Get full tag details and content by page ID | | /agentic-mind-palace:tag-create | Create a tag (Area, Resource, or Entity) | | /agentic-mind-palace:tag-update | Change any tag property, or archive it |

Projects

| Skill | Description | |-------|-------------| | /agentic-mind-palace:project-list | List/filter projects (active by default; status, favorites) | | /agentic-mind-palace:project-get | Get full project details, content, and task counts | | /agentic-mind-palace:project-create | Create a project with inferred status, dates, and tags | | /agentic-mind-palace:project-update | Change any project property, or close/archive it |

How it works

  • Ships a .mcp.json that connects Claude to the Notion API
  • Ships the workspace schema in .state/databases.json — the data source IDs and properties for Tasks, Notes, Projects, and Tags. Skills read it via $CLAUDE_PLUGIN_ROOT/.state/databases.json, so it travels with the plugin and works in every environment without a setup step
  • Skills instruct Claude how to query and format Notion data
  • Creation infers properties from conversation context (a task's energy/context, a note's type, a tag's classification)

> The bundled config pins this plugin to one workspace's databases. To use it with a different Notion workspace, replace the IDs in .state/databases.json with your own data source IDs.

Roadmap

  • [x] Task CRUD (list, get, create, update, complete)
  • [x] My Day management
  • [x] Notes CRUD (list, get, create, update)
  • [x] Tags CRUD (list, get, create, update)
  • [x] Projects CRUD (list, get, create, update)
  • [ ] Daily briefing skill
  • [ ] Smart search / knowledge retrieval
  • [ ] Cross-system sync (Jira, GitHub)

Related plugins

Browse all →