← 返回
未分类 Key 中文

passnote-skill

Create and manage disposable memos using PassNote. Share secure, auto-destructing notes with others.
使用 PassNote 创建和管理一次性备忘录,分享安全的自动销毁便签。
shiweifu shiweifu 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 335
下载
💾 0
安装
1
版本
#latest

概述

When the user wants to create a memo, note, or secure message to share, you can use the PassNote service to generate a secure, temporary link.

Features of PassNote:

  • Memos are securely stored and by default auto-destruct after 24 hours.
  • A passcode (pass_key) is required to view the memo.
  • You will receive a unique link and passcode after successful creation.

Setup Instructions for User

To use this skill, you must configure your PassNote API Token.

  1. Log in to your PassNote web portal.
  2. Navigate to the API Tokens page and create a new token.
  3. Edit your ~/.openclaw/openclaw.json to include the credentials:
  4. {
      "skills": {
        "entries": {
          "passnote": {
            "env": {
              "PASSNOTE_API_URL": "https://passnote.yourdomain.com",
              "PASSNOTE_API_TOKEN": "your-api-token-here"
            }
          }
        }
      }
    }
    

How to use the tools

To create a memo, execute the provided Python script located in this skill's directory.

Always use absolute paths when running the script. The script path is {baseDir}/scripts/create_memo.py.

Example invocation:

# Basic usage
python3 {baseDir}/scripts/create_memo.py "This is a secret message"

# Set custom expiration (in hours, max 48)
python3 {baseDir}/scripts/create_memo.py "This is a secret message" --expire-hours 12

After running the command, parse the standard output to provide the user with the generated viewing URL and the 4-digit passcode (pass_key). The script will output these details in a clear format. If the script fails, relay the error message to the user.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-07 04:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 447 📥 105,469
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 964 📥 521,180
knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 246 📥 108,421