← 返回 Skills 市场
iamadig

X Bookmarks Archiver

作者 Iamadig · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1912
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install x-bookmark-archiver
功能描述
Fetch your X bookmarks, auto-categorize by URL, generate AI summaries, and save organized markdown archives in your OpenClaw workspace.
安全使用建议
This appears to be a genuine X bookmarks archiver. Before installing or running: 1) Inspect and (optionally) run the tests in an isolated/temp directory to verify behavior. 2) Be aware the tool will: run the local bird CLI (so bird must be installed and authenticated), perform HEAD requests to each bookmarked URL (which will contact arbitrary hosts and could reach internal resources if such URLs exist), and call api.openai.com when OPENAI_API_KEY is set. 3) If you prefer output and state in safe locations, set OPENCLAW_WORKSPACE and X_BOOKMARK_STATE_DIR to directories you control (the latter is supported by the code but not documented in SKILL.md). 4) Note the small path inconsistencies (SKILL.md mentions ~/clawd while state.cjs uses ~/.clawd); verify the actual directories used on your machine. 5) Only provide an OPENAI_API_KEY if you want AI summaries; otherwise the tool will fall back to simple metadata. If you plan to allow autonomous agent invocation, remember this skill will perform network requests and write files — grant only if you trust it to act on your behalf.
功能分析
Type: OpenClaw Skill Name: x-bookmark-archiver Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'x-bookmark-archiver' is classified as benign. Its core functionality involves executing the `bird CLI` to fetch X (Twitter) bookmarks, making HTTPS requests to expand `t.co` URLs, and optionally calling the OpenAI API for AI-generated summaries (if `OPENAI_API_KEY` is provided). All file system operations are confined to the OpenClaw workspace and a designated state directory. The `SKILL.md` provides clear instructions for the user and does not contain any prompt injection attempts against the agent. All observed behaviors are directly aligned with the stated purpose of archiving X bookmarks.
能力评估
Purpose & Capability
Name/behavior align: scripts fetch X bookmarks via the bird CLI, categorize them, optionally call OpenAI to generate summaries, and write markdown files into an OpenClaw workspace. The required binaries and optional OPENAI_API_KEY are appropriate for this functionality.
Instruction Scope
Runtime instructions and scripts stay within the stated purpose (fetch → process → write markdown). The code performs network HEAD requests to bookmarked URLs (expandUrl) and POSTs to api.openai.com when OPENAI_API_KEY is present; these network calls are expected here but mean the tool will contact arbitrary bookmarked hosts and OpenAI. The scripts read and write files in the user's home directories (workspace and state).
Install Mechanism
No install spec — skill is instruction-plus-source included in the bundle. There are no downloads or external installers invoked by the skill itself. All code is included in the package.
Credentials
The skill only requires an optional OPENAI_API_KEY for AI summaries and allows overriding workspace via OPENCLAW_WORKSPACE and OPENCLAW_PROFILE. However, the state code accepts X_BOOKMARK_STATE_DIR (used to set where pending/processed JSON live) but this env var is not documented in SKILL.md. Also SKILL.md and code disagree on legacy vs dot-prefixed state/workspace paths (e.g., ~/clawd vs ~/.clawd), which is an implementation inconsistency but not a secret-exfiltration risk.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It writes its own state/markdown files under user-owned directories and does not attempt to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-bookmark-archiver
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-bookmark-archiver 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of x-bookmark-archiver. - Archive your X (Twitter) bookmarks into organized markdown files with optional AI-generated summaries. - Automatically categorizes bookmarks by URL domain (tools, articles, videos, research, news, bookmarks). - CLI workflow for fetch, process, and full pipeline; supports environment variable configuration. - AI enrichment for title, summary, and tags (requires OpenAI API key, optional). - Tracks processing state to avoid duplicate archiving. - Customizable categories, output locations, and AI providers. - Includes detailed documentation, extensive test suite, and troubleshooting guide.
元数据
Slug x-bookmark-archiver
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

X Bookmarks Archiver 是什么?

Fetch your X bookmarks, auto-categorize by URL, generate AI summaries, and save organized markdown archives in your OpenClaw workspace. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1912 次。

如何安装 X Bookmarks Archiver?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-bookmark-archiver」即可一键安装,无需额外配置。

X Bookmarks Archiver 是免费的吗?

是的,X Bookmarks Archiver 完全免费(开源免费),可自由下载、安装和使用。

X Bookmarks Archiver 支持哪些平台?

X Bookmarks Archiver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 X Bookmarks Archiver?

由 Iamadig(@iamadig)开发并维护,当前版本 v1.0.0。

💬 留言讨论