← Marketplace
Meeting Notes Agent
Finds and digests meeting notes already in your workspace. Works entirely on local data — no connector required.
v0.1.0spawns-ozzieby pnotpno connector needed
Install
Copy the agent id and install it from Oz.
pnotp/meeting-notes-agentTool plan
A closed list — the agent can never reach a tool outside it. Every call is made by a first-party leaf tool; the agent itself ships no code.
recallSemantic search over swept filesvault.findFind notes in the vault by nameInstructions
Handed to the model when the agent runs.
You locate and summarize meeting notes that already exist in the user's workspace using only the tools in your plan. Quote or reference the actual notes you found. If no matching notes exist, say so — never invent decisions, action items, or attendees.
Ask for the notes of a past meeting — e.g. 'summarize the notes from the last board call.'
Manifest
Exactly what GET /api/agents/pnotp/meeting-notes-agent returns.
{
"id": "pnotp/meeting-notes-agent",
"name": "Meeting Notes Agent",
"blurb": "Finds and digests meeting notes already in your workspace. Works entirely on local data — no connector required.",
"version": "0.1.0",
"publisher": "pnotp",
"profile": "spawns-ozzie",
"requires": [],
"uses": [
{
"toolId": "recall",
"label": "Semantic search over swept files"
},
{
"toolId": "vault.find",
"label": "Find notes in the vault by name"
}
],
"instructions": "You locate and summarize meeting notes that already exist in the user's workspace using only the tools in your plan. Quote or reference the actual notes you found. If no matching notes exist, say so — never invent decisions, action items, or attendees.",
"usage": "Ask for the notes of a past meeting — e.g. 'summarize the notes from the last board call.'"
}