note-taking
Create, manage, and search personal notes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create, manage, and search personal notes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Perform mathematical calculations, unit conversions, and solve math problems
Manage GitHub repositories, issues, and pull requests using the gh CLI
A simple greeting skill for testing and demonstrations
Generate rich interactive UI specs that render as React components in the chat interface. Use when the user asks for charts, tables, dashboards, metrics, comparisons, timelines, or any structured data visualization. Output a ```spec block after your text response.
Summarize text, articles, documents, and web pages using AI
Get weather forecast for any location worldwide using wttr.in
| name | note-taking |
| description | Create, manage, and search personal notes |
| metadata | {"agent-player":{"emoji":"📒","version":"1.0.0","author":"Agent Player Team","category":"productivity","tags":["notes","productivity","memory","organization"],"triggers":["note","notes","remember","save","take note","write down","make a note"],"settings":[{"key":"storage_path","type":"string","label":"Notes Directory","default":"./notes"},{"key":"default_format","type":"select","label":"Default Format","default":"markdown","options":[{"value":"markdown","label":"Markdown (.md)"},{"value":"text","label":"Plain Text (.txt)"}]},{"key":"auto_timestamp","type":"boolean","label":"Auto Timestamp","default":true},{"key":"auto_tags","type":"boolean","label":"Auto Tags","default":true}],"requires":{"storage":true}}} |
Create, manage, and search personal notes.
Create and manage notes naturally:
Note: Meeting tomorrow at 3pm
Remember to buy groceries
Save this: [content]
Show my notes
Find notes about meetings
| Command | Example |
|---|---|
| Create | "Note: [content]" |
| List | "Show my notes" |
| Search | "Find notes about [topic]" |
| Delete | "Delete note [title]" |
| Update | "Update note [title]: [new content]" |
Notes stored as Markdown:
---
title: Meeting Notes
created: 2026-02-16T14:30:00Z
updated: 2026-02-16T15:00:00Z
tags: [meeting, design, team]
---
# Meeting Notes
Discussion points:
- New feature requirements
- Timeline review
- Resource allocation
User: "Note: Meeting tomorrow at 3pm with design team"
Response:
📒 Note Saved!
Title: Meeting tomorrow at 3pm with design team
Created: 2026-02-16 14:30
Tags: #meeting #schedule
Would you like to set a reminder?
User: "Show my notes about meetings"
Response:
📒 Found 3 notes about "meetings":
1. Meeting Notes - Feb 16
Tags: #meeting #design
"Discussion with design team..."
2. Weekly Standup Notes
Tags: #meeting #weekly
"Sprint progress update..."
3. Client Meeting Agenda
Tags: #meeting #client
"Q1 review presentation..."
User: "Find notes from last week"
Response:
📒 Notes from Last Week (5):
• Feb 10 - Project Ideas
• Feb 11 - Bug Report
• Feb 12 - API Design Notes
• Feb 13 - Meeting Summary
• Feb 14 - Weekend Plans
| Syntax | Example | Description |
|---|---|---|
| Simple | meeting | Search content |
| Tag | #project | Search by tag |
| Date | date:2026-02 | Search by date |
| Title | title:ideas | Search titles |
| Setting | Type | Default | Description |
|---|---|---|---|
storage_path | string | ./notes | Notes directory |
default_format | select | markdown | File format |
auto_timestamp | boolean | true | Add timestamps |
auto_tags | boolean | true | Suggest tags |
notes/
├── 2026-02-16-meeting-notes.md
├── 2026-02-15-project-ideas.md
├── 2026-02-14-groceries.md
└── index.json # Search index