← Back to Skills Marketplace
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wiznote-docs
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wiznote-docs - After installation, invoke the skill by name or use
/wiznote-docs - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 为知笔记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... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install 为知笔记skills?
Run "/install wiznote-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 为知笔记skills free?
Yes, 为知笔记skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 为知笔记skills support?
为知笔记skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 为知笔记skills?
It is built and maintained by lucky37 (@735140144); the current version is v1.0.0.
More Skills