Collection of Claude Code skills for X/Twitter bookmarks export and Substack publishing.
use skills add
npx skills add nickleefly/xyl-skills
In Claude Code, register the marketplace first:
/plugin marketplace add nickleefly/xyl-skillsThen install the plugin:
/plugin install x-bookmarks@xyl-skillsCheck that skills appear:
/help| Skill | Description | Command |
|---|---|---|
| x-bookmarks | Export X/Twitter bookmarks to markdown via Chrome extension | /x-bookmarks |
Export X/Twitter bookmarks to markdown format.
/x-bookmarksPrerequisites:
- Install the X Fetcher Chrome extension from
skills/x-bookmarks/extension/- Open
chrome://extensions/, enable Developer mode, click "Load unpacked", and select theextension/folder
- Open
- Log into x.com in your browser
- Navigate to your bookmarks page, click the X Fetcher extension icon, and export your bookmarks as a
.mdfile - Use
/x-bookmarksin Claude Code to process the downloaded file
MIT