← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install notetaker-pro
Description
AI note-taking assistant that captures, cleans, organizes, tags, and indexes text, voice, paste, and photo inputs for instant, searchable notes.
Usage Guidance
This package looks like a legitimate note-taking skill, but do not run its setup blindly. Before installing: 1) Inspect SETUP-PROMPT commands and avoid pasting the whole block directly into an agent — run the mkdir/chmod/cp steps yourself from a trusted shell and verify the paths the find commands match. 2) Disable or restrict automatic URL fetching: require explicit confirmation before the agent fetches any user-supplied URL, add an allowlist, and block loopback/private addresses to avoid SSRF. 3) Confirm you are comfortable granting the agent network access at all (the skill can operate locally; networked dashboard/sync features are optional and will require separate credentials). 4) Review scripts/export-notes.sh and run it in a controlled environment (it contains safety checks but should be audited in your environment). 5) Remember the SKILL.md includes prompt-injection defense wording (it intentionally contains phrases like 'ignore previous instructions' to teach the agent to ignore such content) — that flagged scanners but is defensive. If you need higher assurance, consider running the agent with limited network permissions or manually implementing the recommended URL safety policy and tightening the setup copy workflow before enabling the skill.
Capability Analysis
Type: OpenClaw Skill
Name: notetaker-pro
Version: 1.0.0
NoteTaker Pro is a well-structured note-taking skill that includes multi-modal intake, auto-organization, and export capabilities. The bundle demonstrates significant security awareness, featuring explicit prompt-injection defenses in SKILL.md and path-traversal protections within the export script (scripts/export-notes.sh). The setup process (SETUP-PROMPT.md) correctly implements restrictive file permissions (chmod 600/700) for user data. While the skill possesses high-privilege capabilities like web fetching and shell execution, these are functionally justified and accompanied by safeguards, with no evidence of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the files and instructions: multi-modal note capture, auto-organization, tagging, export. No unrelated credentials or binaries are requested. Dashboard/sync components refer to optional integrations (Supabase/dashboard) but those require additional configuration not declared as required environment variables.
Instruction Scope
SKILL.md stays within note-taking scope for most operations, but allows 'web_fetch' of user-provided URLs without a stated allowlist or host-scheme restrictions (SSRF risk). The SETUP-PROMPT copies files using broad find/cp commands which can inadvertently copy attacker-controlled files if run from an untrusted working directory. The skill does explicitly include prompt-injection defense language (treat ingested content as data), which is good, but the instructions still contain an automated web fetch path and broad file-copy steps that expand the agent's reach beyond local note processing.
Install Mechanism
No install spec (instruction-only) and only one included shell utility (export-notes.sh). There are no remote downloads or third-party package installs in the package. The export script appears to include filesystem safety checks (realpath normalization, category sanitization) and uses standard patterns.
Credentials
The package requests no environment variables or credentials. However the dashboard/dashboard-kit documentation and sync architecture describe upserting to Supabase and Next.js API endpoints — those operations would require credentials if the optional dashboard/sync features are enabled. The base skill itself does not request those creds, but enabling the dashboard later will require additional secrets and network access.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. The setup prompt instructs copying skill files into config and scripts directories and creating data/ directories inside the user's workspace, which is normal for a skill that stores local data. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notetaker-pro - After installation, invoke the skill by name or use
/notetaker-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is notetaker-pro?
AI note-taking assistant that captures, cleans, organizes, tags, and indexes text, voice, paste, and photo inputs for instant, searchable notes. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install notetaker-pro?
Run "/install notetaker-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is notetaker-pro free?
Yes, notetaker-pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does notetaker-pro support?
notetaker-pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created notetaker-pro?
It is built and maintained by Nollio (@nollio); the current version is v1.0.0.
More Skills