📦 Backup of conversations to Obsidian — Obsidian对话自动备份

v1.0.0

一键将 AI 对话增量快照、按小时拆分,并转为带彩色提示块、时间戳、多段落排版的 Obsidian 风格 Markdown,自动归档至指定仓库,防止 /new 重置导致数据丢失,方便后续检索与知识管理。

4· 2.6k·11 当前·13 累计
laserducktales 头像by @laserducktales (Laserducktales)
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This package appears to implement the advertised backup behavior, but it has sloppy configuration handling and will try to read local config files for a Telegram token even though no credentials are declared. Before installing: (1) open and inspect install.sh and the scripts (monitor_and_save.sh, save_full_snapshot.sh) yourself — do not run blindly; (2) verify or change default paths (they default to /root/…); run/install as a non-root user if possible; (3) if you do not want Telegram warnings, ...
详细分析 ▾
用途与能力
Overall the scripts do what the description promises: parse Clawdbot JSONL session files and write Markdown snapshots to an Obsidian vault. However, the code expects files in /root/.clawdbot and /root/clawd by default and references Telegram warning support even though the skill declares no required credentials; this is a mild mismatch in what the skill 'declares' versus what it will try to access at runtime.
指令范围
Scripts read session JSONL files and write snapshots (expected). They also attempt to read /root/.clawdbot/clawdbot.json (to extract .telegram.token) and may use a CHAT_ID variable to send Telegram warnings. The SKILL.md/config.example implies a local config file for BOT_TOKEN/CHAT_ID but the runtime scripts do not read that config; instead they pull BOT_TOKEN from a different file. This is inconsistent and means the skill will silently attempt to read other local configuration files for secrets that were not declared.
安装机制
There is no centralized package install spec (instruction-only), but the bundle includes an install.sh that edits scripts in-place, renames files, and creates directories. Running install.sh will write files and modify the included scripts (sed replacements). This is standard for simple bundles but you should inspect install.sh before executing.
凭证需求
The registry metadata lists no required environment variables or credentials, but the code optionally uses a Telegram bot token and chat ID to send warnings. The token is read from /root/.clawdbot/clawdbot.json (jq '.telegram.token'), while CHAT_ID is expected to exist in the environment or a config — this mismatch is not declared. The scripts therefore may access local config files containing secrets without the skill explicitly requesting them.
持久化与权限
The skill does not request always:true, does not alter other skills, and only writes snapshot files and tracking files in user-specified directories. It requires cron to run automatically (user sets crontab). No elevated or persistent platform-wide privileges are requested.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/1/21

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install obsidian-conversation-backup
镜像加速npx clawhub@latest install obsidian-conversation-backup --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库