Personal productivity app with Ideas/Tasks, Journal, Habits, Package tracking, Lists, and more via MCP
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pndr或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pndr⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pndr/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pndr description: Personal productivity app with Ideas/Tasks, Journal, Habits, Package tracking, Lists, and more via MCP homepage: https://pndr.io metadata: {"openclaw":{"emoji":"📝","requires":{"bins":["mcporter"]}}} ---
Pndr is your personal productivity command center, now accessible to AI agents via MCP (Model Context Protocol).
With Pndr's MCP integration, AI assistants like Claude can:
All of this happens in your own private Pndr account - the AI just provides a natural language interface to your data.
Pndr exposes your personal productivity data through the Model Context Protocol (MCP), allowing AI assistants to interact with your tasks, habits, and journal on your behalf.
Example conversations:
The AI uses Pndr's MCP tools behind the scenes to read and write your data securely.
This integration is perfect if you:
mcporter CLI toolOpenClaw can set this up automatically! Just ask your assistant:
> "Connect to my Pndr account"
Then provide your Pndr OAuth credentials when prompted.
- Log in to https://pndr.io - Go to Settings → API → Create OAuth Client - Give it a name (e.g., "My AI Assistant") - Copy your client_id and client_secret
```bash curl -X POST https://pndr.io/oauth/token \ -H "Content-Type: application/json" \ -d '{ "grant_type": "client_credentials", "client_id": "pndr_client_YOUR_CLIENT_ID", "client_secret": "YOUR_CLIENT_SECRET" }' ```
This returns a JSON response with an access_token. Copy it.
For mcporter (config/mcporter.json): ```json { "mcpServers": { "pndr": { "baseUrl": "https://pndr.io/mcp", "headers": { "Authorization": "Bearer YOUR_ACCESS_TOKEN" } } } } ```
For Claude Desktop (claude_desktop_config.json): ```json { "mcpServers": { "pndr": { "url": "https://pndr.io/mcp", "headers": { "Authorization": "Bearer YOUR_ACCESS_TOKEN" } } } } ```
```bash mcporter list pndr --schema ```
You should see 47 available tools!
add_idea - Create a new idea/tasklist_ideas - List and filter ideasedit_idea - Edit an existing ideacomplete_idea - Mark an idea as completeddelete_idea - Delete an ideacategorize_idea - Update tags on an ideaset_work_status - Set work status (not started, in progress, blocked)get_kanban - Get kanban board viewget_today - Get today's focus itemsadd_thought - Record a journal/diary entryget_thoughts - Retrieve thoughts with fuzzy searchdelete_thought - Delete a thoughtadd_habit - Create a new daily habitlist_habits - List all habits with completion statuscomplete_habit - Mark a habit as completed for todayuncomplete_habit - Undo a habit completionupdate_habit - Update habit text or resourcesarchive_habit - Archive (delete) a habitadd_checklist_item - Add a checklist item to an ideacomplete_checklist_item - Mark checklist item as completeduncomplete_checklist_item - Mark checklist item as not completedget_checklist - Get all checklist items for an ideaedit_checklist_item - Edit checklist item textdelete_checklist_item - Delete a checklist itemadd_list - Create a new listlist_lists - Get all lists with optional filteringget_list - Get a single list with itemsupdate_list - Update list name, description, or tagsdelete_list - Delete a list and all its itemsadd_list_item - Add an item to a listupdate_list_item - Update list item text, notes, or completiontoggle_list_item - Toggle list item completiondelete_list_item - Remove an item from a listreorder_list_items - Change item order in a listadd_package - Track a new package deliverylist_packages - List tracked packagesupdate_package - Update package informationmark_package_delivered - Mark a package as delivereddelete_package - Delete a package from trackinglist_tags - List all available tagscreate_tag - Create a new tagdelete_tag - Delete a tagadd_comment - Add a comment to an idealist_comments - List comments on an ideadelete_comment - Delete a commentlist_attachments - List attachments for an ideaget_attachment - Get attachment metadatadownload_attachment - Download attachment with base64 dataget_accomplishments - Get summary of completed tasks and habitsget_patterns - Analyze patterns in ideas and thoughts over timeOnce connected, you can interact with Pndr naturally through your AI assistant:
Task Management:
Habits:
Journaling:
Package Tracking:
Lists:
If you're using mcporter directly:
# Add a task
mcporter call pndr.add_idea text="Build a new feature" tags:work,coding priority:P1
# Check today's focus
mcporter call pndr.get_today
# Complete a habit
mcporter call pndr.complete_habit habit-id:abc123
# Add journal entry
mcporter call pndr.add_thought content="Had a great day working on the project"
# View kanban board
mcporter call pndr.get_kanban tags:work
Pndr uses OAuth 2.0 client credentials flow. Access tokens expire after 1 year (365 days).
To refresh your token, repeat the curl command from step 2 and update your mcporter config with the new Bearer token.
Open source at https://github.com/Dgershman/pndr
安装 Pndr 后,可以对 AI 说这些话来触发它
Help me get started with Pndr
Explains what Pndr does, walks through the setup, and runs a quick demo based on your current project
Use Pndr to personal productivity app with Ideas/Tasks, Journal, Habits, Packag...
Invokes Pndr with the right parameters and returns the result directly in the conversation
What can I do with Pndr in my product manager workflow?
Lists the top use cases for Pndr, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pndr/ 目录(个人级,所有项目可用),或 .claude/skills/pndr/(项目级)。重启 AI 客户端后,用 /pndr 主动调用,或让 AI 根据上下文自动发现并使用。
Pndr 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pndr 可免费安装使用。请查阅仓库了解许可证信息。
Personal productivity app with Ideas/Tasks, Journal, Habits, Package tracking, Lists, and more via MCP
Pndr 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Pndr
Identifies repetitive steps in your workflow and sets up Pndr to handle them automatically