← Back to Skills Marketplace
X Bookmarks Digest
by
BEARLY_HODLING
· GitHub ↗
· v1.0.0
· MIT-0
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-bookmarks-digest
Description
Automatically review X/Twitter bookmarks for useful tools, projects, repos, products, and ideas. Fetches via xurl, analyses for value, and outputs an actiona...
Usage Guidance
This skill appears to do what it says: it calls the locally-installed xurl CLI, fetches bookmarks, runs local Python scripts to categorise them, and updates a local state.json file. Before installing, consider: 1) Ensure you trust the xurl CLI and its authentication method (xurl will manage any X tokens). 2) The skill will create/update state.json in the skill directory (only IDs/timestamps are stored). 3) The agent will propose actions like git clone, brew install, or clawhub install but the SKILL.md explicitly says not to auto-execute — only proceed with those actions after you review and confirm. 4) If you prefer more control, run the included scripts manually (they are provided) rather than allowing autonomous execution. If you want extra assurance, review the three scripts (fetch_bookmarks.py, analyse_bookmarks.py, digest_runner.sh) yourself — they are small and readable.
Capability Analysis
Type: OpenClaw Skill
Name: x-bookmarks-digest
Version: 1.0.0
The x-bookmarks-digest skill is a well-structured tool designed to fetch, analyze, and summarize X/Twitter bookmarks. It uses the xurl CLI for authenticated API access and includes Python scripts (fetch_bookmarks.py, analyse_bookmarks.py) for state management and keyword-based categorization. The skill follows security best practices by enforcing rate limits, performing local processing, and explicitly instructing the AI agent to seek user confirmation before executing any suggested actions like software installation or repository cloning.
Capability Assessment
Purpose & Capability
The skill needs python3 and xurl and uses them to fetch bookmarks, categorise them, and output a digest. Required binaries, local state.json usage, and proposed actions (git clone, brew install, clawhub install) are consistent with the described purpose.
Instruction Scope
SKILL.md and scripts limit actions to: checking xurl auth, invoking xurl to fetch bookmarks, analysing the fetched JSON, and updating a local state.json. The instructions do not read unrelated system files or environment variables, nor do they transmit data to external endpoints other than the X API via the xurl CLI. The skill explicitly requires user confirmation before executing proposed actions (no automatic installs).
Install Mechanism
There is no install spec; this is instruction/code-only and relies on system python3 and xurl. No downloads or remote installs are performed by the skill itself, minimizing install-time risk.
Credentials
The skill declares no required environment variables or credentials. It delegates X API auth to the xurl CLI (which manages tokens). The only persistent file is a local state.json storing bookmark watermark and timestamps — consistent with the stated rate-limiting behavior.
Persistence & Privilege
always is false and the skill writes only its own state.json in its base directory. It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (platform normal) but not inherently excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-bookmarks-digest - After installation, invoke the skill by name or use
/x-bookmarks-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial clean publish - tidy structure, updated skill metadata, removed stale files
Metadata
Frequently Asked Questions
What is X Bookmarks Digest?
Automatically review X/Twitter bookmarks for useful tools, projects, repos, products, and ideas. Fetches via xurl, analyses for value, and outputs an actiona... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install X Bookmarks Digest?
Run "/install x-bookmarks-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Bookmarks Digest free?
Yes, X Bookmarks Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does X Bookmarks Digest support?
X Bookmarks Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Bookmarks Digest?
It is built and maintained by BEARLY_HODLING (@bearly-hodling); the current version is v1.0.0.
More Skills