技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.2.0
统计:⭐ 0 · 382 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:6830920/clawlet
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's code, instructions, and dependency list are consistent with a Nostr client assistant; it stores keys locally and communicates only with Nostr relays listed in the SKILL.md.
目的
Name/description (Nostr assistant) match the implementation: index.js implements key generation, posting, following, timeline, profiles, NIP-04 encryption, and uses nostr-tools/ws/https-proxy-agent as declared. There are no unrelated credentials, binaries, or services requested.
说明范围
SKILL.md and the code limit actions to Nostr operations and local storage of identities (data/identities.json). This is within scope, but storing private keys in a plaintext JSON file is sensitive (the README also warns to protect the file). The skill does not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
安装机制
This is an instruction-only skill (no install spec) but includes code and a package.json/package-lock. Dependencies are typical npm packages (nostr-tools, ws, https-proxy-agent). No arbitrary external download URLs or archive extraction steps are present in the package or SKILL.md.
证书
The skill requests no environment variables or credentials; it optionally reads HTTPS_PROXY (common for networking). The only sensitive data handled are generated private keys, which the skill stores locally in data/identities.json — this is expected for the stated purpose but requires careful file-permission management by the user.
持久
always is false and the skill does not claim to modify other skills or global agent settings. It writes only to its own data directory under the skill (data/identities.json), which is normal for local identity storage.
综合结论
This skill appears to do what it claims: it's a Nostr helper that generates keys, talks to the listed relays, and stores identities in data/identities.json. Before installing: (1) Inspect the identities.json file location and set restrictive filesystem permissions (don't leave private keys world-readable). (2) Consider running the skill in an isolated environment/container if you don't fully trust the source. (3) If you will publish sensitive …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Clawlet」。简介:Clawlet - Nostr 智能管家。用于管理 Nostr 身份、发布内容、关注用户、读取时间线、AI筛选、智能推荐、私信功能、昵称管理。当用户要求生成 …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/6830920/clawlet/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: clawlet
description: Clawlet - Nostr 智能管家。用于管理 Nostr 身份、发布内容、关注用户、读取时间线、AI筛选、智能推荐、私信功能、昵称管理。当用户要求生成 Nostr 身份、发消息到 Nostr、关注某人、查看时间线、设置兴趣、发现推荐用户、发送私信、查看私信、添加昵称时使用。
homepage: https://github.com/openclaw/clawlet
metadata: { "openclaw": { "emoji": "🦞", "requires": { "npm": ["nostr-tools", "ws", "https-proxy-agent"] } } }
---
# Clawlet - Nostr 智能管家
Clawlet 让 OpenClaw 化身为你的 Nostr 贴身管家,帮你管理去中心化社交身份。
## 核心能力
1. **身份管理** - 生成和管理 Nostr 密钥
2. **发布内容** - 发送文本到 Nostr 网络
3. **关注管理** - 关注/取关用户
4. **时间线** - 读取 Nostr 时间线
5. **用户资料** - 查看用户资料
6. **AI 筛选** - 根据兴趣筛选时间线内容
7. **智能推荐** - 基于兴趣发现值得关注的用户
8. **合规过滤** - 过滤敏感内容
9. **私信功能** - 加密私信(NIP-04)
10. **昵称管理** - 为联系人设置易记的昵称
## 用户命令示例
### 身份管理
- "帮我生成一个 Nostr 身份"
- "查看我的 Nostr 身份"
- "导出我的私钥"
### 发布内容
- "发一条消息到 Nostr:今天天气不错"
- "发布内容:Clawlet 上线了"
### 关注管理
- "关注 npub1xxx..."
- "帮我关注这个用户"
### 时间线
- "看看我的时间线"
- "有什么新消息"
### 私信功能
- "给哥哥发私信:你好"(使用昵称)
- "给 npub1xxx... 发送私信:你好"
- "查看我的私信"
### 昵称管理
- "给 npub1xxx... 添加昵称:哥哥"
- "列出我的所有昵称"
- "删除昵称:哥哥"
## 连接的 Relay
- wss://relay.damus.io
- wss://nos.lol
- wss://nostr.wine
## 安全提醒
- 私钥存储在本地(`data/identities.json`)
- 请妥善保管私钥,不要泄露给他人
- 建议定期备份密钥文件
## 兼容性
Clawlet 基于 Nostr 协议,与以下客户端兼容:
- Damus (iOS)
- Amethyst (Android)
- Snort (Web)
- Primal (Web)