← 返回 Skills 市场
316
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install x-to-notebook
功能描述
Push X/Twitter bookmarks into Google NotebookLM notebooks, auto-routed by bookmark folder. Use when the user wants to send bookmarks to NotebookLM, says "pus...
安全使用建议
This skill appears to do what it claims, but before installing you should: (1) be comfortable exporting your X browser cookies to ~/.openclaw/credentials/x-cookies.json — those cookies grant access to your account session and are sensitive; (2) verify you trust the skill source since it will read that cookie file and call twikit and mcporter locally; (3) note the skill will create and update ~/.openclaw/data/x-bookmarks-pushed.json to track pushed IDs; (4) ensure you want to install and register the NotebookLM MCP tool (mcporter/notebooklm-mcp-cli) and have Chrome for nlm login; (5) review the included Python files yourself if you want to confirm there are no surprises, especially if you plan to run auto_sync.py unattended. If any of these steps are unacceptable, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: x-to-notebook
Version: 1.1.0
The skill bundle provides a legitimate workflow for syncing X (Twitter) bookmarks to Google NotebookLM. It uses the 'twikit' library to fetch bookmarks and a local MCP server ('notebooklm-mcp-cli') to push content. The scripts (auto_sync.py, fetch_bookmarks.py) handle sensitive credentials (X cookies) stored locally in the user's home directory as expected for this integration. Security practices like using shlex.quote to prevent shell injection are present, and there is no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description, scripts, and SKILL.md all consistently implement fetching X bookmarks with twikit and pushing them to NotebookLM via mcporter. Required binaries (uv, mcporter) and the notebookmcp dependency are appropriate for the described flow. Minor doc mismatch: README initially says bookmarks are pushed as URL sources while SKILL.md and changelog state tweets are pushed as text sources (the code pushes text).
Instruction Scope
Runtime instructions are specific and bounded: list folders, fetch bookmarks, match to notebooks, push via mcporter, mark pushed. They reference only the cookie file and local pushed-IDs file needed for operation; there are no instructions to read unrelated system files or to send data to external endpoints beyond twikit/mcporter calls.
Install Mechanism
No install spec that downloads arbitrary code; the package contains Python scripts that are run via the uv tool. Prerequisite installs (twikit, notebooklm-mcp-cli) are third-party tools but are stated explicitly. No suspicious remote download URLs or extract steps are present in the skill bundle itself.
Credentials
The skill does not request environment variables or external credentials, which is coherent. However it requires the user to export their X session cookies to ~/.openclaw/credentials/x-cookies.json (sensitive). The registry metadata listed no required config paths, but the code and SKILL.md clearly rely on that cookie path and on a local pushed-IDs file (~/.openclaw/data/x-bookmarks-pushed.json). This should be understood as necessary for the feature but is a privacy-sensitive local dependency.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It writes to ~/.openclaw under its own paths (credentials and data) which is normal for user tools. The presence of an auto_sync.py mode indicates it can be run unattended (cron), but the skill does not force permanent/invisible installation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-to-notebook - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-to-notebook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Add bookmark folder auto-routing: folders matched to notebooks by name (case-insensitive)
v1.0.0
Initial release.
v0.0.0-pr-check
Slug availability check
元数据
常见问题
X To Notebook 是什么?
Push X/Twitter bookmarks into Google NotebookLM notebooks, auto-routed by bookmark folder. Use when the user wants to send bookmarks to NotebookLM, says "pus... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。
如何安装 X To Notebook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-to-notebook」即可一键安装,无需额外配置。
X To Notebook 是免费的吗?
是的,X To Notebook 完全免费(开源免费),可自由下载、安装和使用。
X To Notebook 支持哪些平台?
X To Notebook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X To Notebook?
由 𝑠𝑝𝑖𝑑𝑒𝑦(@spideystreet)开发并维护,当前版本 v1.1.0。
推荐 Skills