← Back to Skills Marketplace
nollio

NoteTaker Pro

by Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
130
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install normieclaw-notetaker-pro
Description
AI-powered note-taking assistant that captures, cleans, tags, organizes, and indexes text, voice, paste, and photo notes for easy search and recall.
Usage Guidance
What to check before installing and using NoteTaker Pro: - Verify the source: the package claims a Codex/OpenAI audit and a vendor (NormieClaw) but the skill's source/homepage are unknown. Treat audit claims as unverified unless you can confirm them from the vendor. - Confirm network/remote behavior: the SKILL.md can call 'web_fetch' for pasted URLs and describes an optional dashboard sync (Supabase). If you enable any dashboard/sync in the future, that will require credentials and network access — review those components separately before enabling. - Inspect included scripts: scripts/export-notes.sh enforces exporting only into data/exports and uses python3 to resolve paths; it appears to restrict writes to the workspace. If you plan to run it, review it yourself and run it under an account that has limited privileges. - Be aware of data stored locally: the agent will capture everything users send (including sensitive data) into data/notes/. Make sure the agent workspace is on a machine/storage you control, set appropriate filesystem permissions (the package recommends chmod 700/600), and have a data deletion/backups plan. - Prompt-install step: the SETUP-PROMPT asks you to paste a setup block into the agent chat to 'install' and internalize instructions. This is how many skills bootstrap, but only paste it into an agent/session you trust; do not paste setup blocks into third-party or public agents. - Audit and logging: if you need higher assurance, (1) run a quick grep for any outbound network calls in the workspace, (2) run the skill in a sandboxed agent session first, and (3) if you enable dashboard sync later, review the specific sync code and credentials required. Given the contents, the package is coherent with its stated purpose and does not request disproportionate privileges, but exercise normal caution about origin, claims of audits, and enabling any optional networked components.
Capability Analysis
Type: OpenClaw Skill Name: normieclaw-notetaker-pro Version: 1.0.3 NoteTaker Pro is a well-structured note-taking skill that handles text, voice, and image inputs. The skill includes explicit security instructions in SKILL.md to defend against prompt injection by treating all ingested content as untrusted data. The only executable component, scripts/export-notes.sh, is a robust utility for exporting notes that includes strong path-traversal protections and enforces strict file permissions (chmod 600/700). No evidence of data exfiltration, malicious execution, or intentional vulnerabilities was found.
Capability Assessment
Purpose & Capability
Name/description (multi-modal note capture, tagging, search, export) match the files and instructions. The skill is instruction-only (no install) and includes one local export script; it references agent-provided tools (image OCR, web_fetch, transcription) which is expected for this purpose. No unrelated environment variables, binaries, or hidden services are requested.
Instruction Scope
SKILL.md instructs the agent to capture and persist all user-provided content (text, voice OCR, photos) into data/notes/, auto-organize, and optionally fetch URLs. It also asks the agent to 'internalize' SKILL.md via the setup prompt. That behavior is consistent with a local note-taking assistant, but it means the skill will store anything a user submits (including potentially sensitive content) and will call web_fetch for pasted URLs — be sure that fetching/processing of remote content is acceptable in your environment.
Install Mechanism
No install spec or external downloads are present; the package is instruction-only and includes a local shell export script. There are no brew/npm/pip downloads or archive extracts. This is the lower-risk install model.
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its own tree. The README/SECURITY.md mention optional dashboard/sync features (Supabase) but the package does not include active sync credentials or code that performs network exfiltration — the architecture spec shows how an optional paid dashboard might integrate, which would require separate credentials if enabled.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable. It writes notes into a local data/ directory under the agent workspace and includes an export script that enforces output containment inside data/exports. It does not modify other skills or system-wide configs in the provided content.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install normieclaw-notetaker-pro
  3. After installation, invoke the skill by name or use /normieclaw-notetaker-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai
Metadata
Slug normieclaw-notetaker-pro
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is NoteTaker Pro?

AI-powered note-taking assistant that captures, cleans, tags, organizes, and indexes text, voice, paste, and photo notes for easy search and recall. It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.

How do I install NoteTaker Pro?

Run "/install normieclaw-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.3.

💬 Comments