← 返回 Skills 市场
271
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reading-buddy
功能描述
A social reading platform enabling users to register books, create and join virtual reading rooms, and share real-time chat and reading insights.
安全使用建议
This skill appears coherent and implements a local CLI-backed social reading tool. Before installing/run: 1) review the source yourself if possible; npm install will fetch public packages and build a native module (better-sqlite3) which may compile native code on your machine. 2) The CLI will create a SQLite DB at ~/.reading-buddy/reading-buddy.db — if you want to sandbox it, run it inside a container or VM. 3) If you do not want network activity during npm install, inspect package.json/package-lock or vendor the deps. 4) No credentials are requested, but treat any future configuration that asks for external API keys (e.g., OAuth, cloud storage) as needing separate review.
功能分析
Type: OpenClaw Skill
Name: reading-buddy
Version: 1.0.0
The 'Reading Buddy' skill is a well-structured social reading platform implementation using Node.js and SQLite. The code follows security best practices, specifically using parameterized queries via the better-sqlite3 library in files like bookService.ts and chatService.ts to prevent SQL injection. There is no evidence of data exfiltration, unauthorized network access, or malicious execution; all file operations are restricted to a local database directory (~/.reading-buddy). The project structure and dependencies are appropriate for its stated purpose.
能力评估
Purpose & Capability
Name/description (social reading, rooms, chat) align with the provided code and docs. Declared dependencies (better-sqlite3, ws, commander) are appropriate for a Node CLI with local DB and realtime messaging. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs building the package (npm install, npm run build), initializing the DB, and using the CLI commands. All referenced files and the DB path (~/.reading-buddy/reading-buddy.db) are consistent with the stated purpose. There are no instructions to read unrelated system files, harvest environment variables, or post data to unknown external endpoints.
Install Mechanism
This is an instruction-only skill (no platform install spec). SKILL.md tells the user/agent to run npm install and build in the skill workspace. That will fetch packages from the public npm registry (including better-sqlite3, a native module with install scripts). This is expected for the project but means npm will perform network fetches and native builds on install — not malicious but a higher foot‑traffic operation than a pure JS-only package.
Credentials
The skill declares no required environment variables or credentials. The code and docs refer only to a local SQLite DB file and local CLI operations. No evidence the skill needs or asks for cloud keys, secrets, or unrelated environment access.
Persistence & Privilege
Flags show always:false and model invocation enabled (normal). The skill will create/modify files in its workspace and the user home DB path (~/.reading-buddy) when initialized — this is expected for a local CLI/database tool and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reading-buddy - 安装完成后,直接呼叫该 Skill 的名称或使用
/reading-buddy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Reading Buddy – a social reading platform.
- Browse, search, and manage books in a centralized catalog.
- Create and join virtual reading rooms with real-time status management.
- Participate in group chats and share reading insights; chat history can be exported.
- Manage users and their participation via a built-in CLI.
- Supports Node.js + TypeScript, uses SQLite for storage, and Commander.js for CLI.
元数据
常见问题
Reading Buddy 是什么?
A social reading platform enabling users to register books, create and join virtual reading rooms, and share real-time chat and reading insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。
如何安装 Reading Buddy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reading-buddy」即可一键安装,无需额外配置。
Reading Buddy 是免费的吗?
是的,Reading Buddy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reading Buddy 支持哪些平台?
Reading Buddy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reading Buddy?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills