← Back to Skills Marketplace
rainy-cogmet

Zettelkasten - 卡片笔记

by rainy-cogmet · GitHub ↗ · v1.0.0
darwinlinuxwindows ✓ Security Clean
1901
Downloads
1
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install zettelkasten
Description
Zettelkasten - Card box note taking system with AI insights
Usage Guidance
This skill appears to do what it says: a local Zettelkasten note tool implemented in Python. Before installing or running anything, review the included scripts: install.sh will copy the Python and SKILL.md into ~/.openclaw/skills (normal), and zettelkasten.py will create a local JSON database file per user. The only noteworthy file is publish.sh — it attempts to read ~/.clawhub/credentials and upload an archive to api.clawhub.com if you execute it. That publish script is a publishing helper (not needed for normal use) but could expose or use your Clawhub token if you run it. Recommendation: inspect the files yourself, run the Python code in a sandbox or with limited permissions, and do not run publish.sh unless you intend to publish and trust the environment. If you want extra assurance, run the code in a disposable environment or review the source lines that handle file writes and network calls (publish.sh is the only file with a network call).
Capability Analysis
Type: OpenClaw Skill Name: zettelkasten Version: 1.0.0 The skill bundle implements a Zettelkasten note-taking system. The `install.sh` script performs standard file copying to the local skill directory. The `zettelkasten.py` script handles note creation, tagging, and AI-like insights using local file storage and string processing, without any network calls or dangerous system commands. The `publish.sh` script reads `~/.clawhub/credentials` to authenticate with `api.clawhub.com` for publishing the skill, which is its intended and legitimate purpose, not a general credential exfiltration. No prompt injection attempts against the agent were found in `SKILL.md` or the Python code.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the Python implementation align: idea capture, tag generation, AI insights, connection detection and daily review are implemented locally. No unrelated services or credentials are declared or required.
Instruction Scope
SKILL.md runtime instructions are scoped to recording ideas and producing cards. The included files contain a publish.sh that, if executed, reads ~/.clawhub/credentials and POSTs an archive to api.clawhub.com — this is a developer/publish helper outside normal runtime but is present in the bundle and could access a local credentials file if run.
Install Mechanism
There is no remote install spec; install.sh simply copies files into ~/.openclaw/skills/zettelkasten. No downloads from external or untrusted URLs, no extracted archives fetched at install time.
Credentials
The skill declares no required env vars or credentials. However publish.sh implicitly reads ~/.clawhub/credentials for an Authorization bearer token when invoked — this path/credential is not declared in the manifest and only matters if the publish script is run.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges. install.sh writes files to the user's ~/.openclaw/skills directory (expected). The runtime Python writes a per-user JSON DB file (zettelkasten_{user}_db.json) in the working directory — normal for a local note-taking tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zettelkasten
  3. After installation, invoke the skill by name or use /zettelkasten
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with AI extension and connection detection
Metadata
Slug zettelkasten
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Zettelkasten - 卡片笔记?

Zettelkasten - Card box note taking system with AI insights. It is an AI Agent Skill for Claude Code / OpenClaw, with 1901 downloads so far.

How do I install Zettelkasten - 卡片笔记?

Run "/install zettelkasten" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zettelkasten - 卡片笔记 free?

Yes, Zettelkasten - 卡片笔记 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zettelkasten - 卡片笔记 support?

Zettelkasten - 卡片笔记 is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, windows).

Who created Zettelkasten - 卡片笔记?

It is built and maintained by rainy-cogmet (@rainy-cogmet); the current version is v1.0.0.

💬 Comments