← 返回 Skills 市场
nollio

NoteTaker Pro

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
130
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-notetaker-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-notetaker-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug normieclaw-notetaker-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。

如何安装 NoteTaker Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-notetaker-pro」即可一键安装,无需额外配置。

NoteTaker Pro 是免费的吗?

是的,NoteTaker Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NoteTaker Pro 支持哪些平台?

NoteTaker Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NoteTaker Pro?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论