← 返回 Skills 市场
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wiznote-docs
功能描述
Use when documents must be read from or maintained in a WizNote or 为知笔记 server, mirrored into a local repository, or organized under a configurable note cate...
安全使用建议
This package appears to implement a legitimate WizNote sync helper, but two things to check before installing: (1) the SKILL.md and code expect three sensitive environment variables (WIZNOTE_BASE_URL, WIZNOTE_USER, WIZNOTE_PASSWORD) even though the registry metadata does not declare them — confirm you will supply credentials manually and that any automated installer will not expose secrets; (2) the skill will make network requests to whatever base URL you provide and will write mirror files under the repo path you choose. Recommendations: review the included Python files yourself (they are short and readable), run tests locally, avoid putting long-lived plaintext passwords into shell startup files (consider ephemeral tokens or a secrets store), ensure the WizNote base URL uses HTTPS and points to a trusted host, and run the skill in an isolated environment or with minimal privileges until you are comfortable with its behavior.
功能分析
Type: OpenClaw Skill
Name: wiznote-docs
Version: 1.0.0
The wiznote-docs skill bundle is a legitimate tool designed to synchronize documents between a WizNote server and a local repository. The code in wiznote_cli.py and wiznote_helper.py implements standard API interactions and includes robust security checks, such as path traversal prevention in mirror_output_path and resolve_category. Credentials are handled via environment variables or explicit arguments, and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python files are coherent: the code implements login, note listing, download, create/save, and mirror-path generation for a WizNote server. The requested credentials and local repo paths are appropriate for the described purpose.
Instruction Scope
Runtime instructions (SKILL.md) are narrowly scoped to configuring credentials, logging into the user-supplied WizNote server, listing/downloading/creating notes, and mirroring to a repo path. They do not instruct reading unrelated system files or exfiltrating data to a third-party endpoint; network calls go to the user-provided base URL.
Install Mechanism
This is instruction-only with bundled Python source and tests; there is no remote download/install step or external package fetch specified in the manifest. Installing involves copying files into a skills directory or importing the Python modules locally.
Credentials
The SKILL.md and code require WIZNOTE_BASE_URL, WIZNOTE_USER, and WIZNOTE_PASSWORD (sensitive credentials) which are proportional to a WizNote integration. However, the registry metadata lists no required env vars — an inconsistency that could mislead users and automated install tooling. Also, recommending storing plaintext passwords in environment variables has risk: users should prefer ephemeral tokens or other secrets management when possible.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent settings. It will write mirror files under the repo path the user supplies (expected behavior) but does not request elevated system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wiznote-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/wiznote-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wiznote-docs 1.0.0 – Initial public, configuration-driven release.
- Provides helpers to sync documents between a WizNote (为知笔记) server and a local repository, with both read and write support.
- All organization-specific settings (server, credentials, category mapping) are removed; users must provide their own configuration.
- Includes functions for authentication, note fetching, category resolution, and local path mirroring.
- Documentation explains setup, configuration, common patterns, and mistakes to avoid.
- Designed for generic, reusable integrations with user-supplied parameters.
元数据
常见问题
为知笔记skills 是什么?
Use when documents must be read from or maintained in a WizNote or 为知笔记 server, mirrored into a local repository, or organized under a configurable note cate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 为知笔记skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wiznote-docs」即可一键安装,无需额外配置。
为知笔记skills 是免费的吗?
是的,为知笔记skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
为知笔记skills 支持哪些平台?
为知笔记skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 为知笔记skills?
由 lucky37(@735140144)开发并维护,当前版本 v1.0.0。
推荐 Skills