Install
$ agentstack add mcp-antoniosilveira-openclaw-skill-plaud-note-taking ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
OpenClaw Skill Plaud Note Taking
An OpenClaw skill for Plaud note taking workflows through Plaud MCP and the Plaud CLI.
What it helps agents do
- List recent Plaud recordings
- Find recordings by date or keyword
- Read transcripts and summaries
- Extract topics, decisions, speakers, and action items
- Draft follow-up notes from recordings
- Export summaries and transcripts
- Diagnose Plaud MCP or CLI authentication
Requirements
- OpenClaw
- Node.js 20 or newer
- Plaud MCP configured, or Plaud CLI installed
Plaud MCP setup
openclaw mcp set plaud '{"command":"npx","args":["-y","@plaud-ai/mcp@latest"]}'
Then authenticate through the Plaud MCP login flow.
Plaud CLI setup
npm install -g @plaud-ai/cli@latest
plaud login
plaud me
Telegram command
The recommended Telegram command is a single router command:
/plaud [action] [target]
Supported actions:
/plaud
/plaud recent
/plaud last
/plaud find
/plaud summary [id|last|query]
/plaud actions [id|last|query]
/plaud transcript [id|last|query]
/plaud export [id|last|query]
/plaud status
/plaud login
If no action is provided, /plaud shows compact help plus recent recordings. If the text after /plaud is not a known action, it is treated as a search query.
Registering the Telegram command in OpenClaw
This skill declares:
user-invocable: true
With OpenClaw commands.nativeSkills: "auto", Telegram can expose the skill directly as /plaud. This is additive. It does not require replacing existing custom commands such as /commands, /menu, or other configured entries.
If native skill commands are disabled in your OpenClaw config, enable them rather than overwriting channels.telegram.customCommands.
Skill install
Install from ClawHub:
clawhub install plaud
Or inspect it first:
clawhub inspect plaud
Manual install:
git clone https://github.com/antoniosilveira/openclaw-skill-plaud-note-taking.git plaud
Then place the plaud folder in your OpenClaw skills directory or install it through your preferred OpenClaw skill workflow.
The skill folder is the repository root. The required skill file is SKILL.md.
ClawHub
This skill is currently published on ClawHub as plaud.
- Install:
clawhub install plaud - Inspect:
clawhub inspect plaud - Update:
clawhub update plaud
Note: ClawHub reserves the openclaw- slug namespace, so openclaw-skill-plaud-note-taking cannot be used as the ClawHub slug unless the registry grants access to that namespace.
Helpful links
License
MIT-0
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: antoniosilveira
- Source: antoniosilveira/openclaw-skill-plaud-note-taking
- License: MIT-0
- Homepage: https://clawhub.ai/skills/plaud
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.