x-bookmarks-manager

Installation
SKILL.md

X Bookmarks Manager

Overview

Fetch X bookmarks via a local bird CLI install and return JSON for the agent to summarize or filter.

Workflow (agent-driven)

  1. Ensure bird is installed locally via scripts/setup.sh (installs with npm into .skills-data).
  2. Ensure BIRD_EXPECTED_USER is set in .skills-data/x-bookmarks-manager/.env.
  3. Run scripts/x-bookmarks to validate the account and output JSON.
  4. Parse or summarize the JSON for the user.

Commands

  • scripts/x-bookmarks: validate bird whoami and print bird bookmarks --json.
  • scripts/setup.sh: install bird in .skills-data/x-bookmarks-manager/venv/node_modules/.bin/bird and create .env.

Output

  • Raw JSON from bird bookmarks --json on stdout.
Installs
First Seen
x-bookmarks-manager — smithery/ai