x-bookmark-quote-posts

Drafts voice-calibrated X quote posts from a user's latest bookmarks and 100 authored posts.

5.7k|685|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/MengTo/Skills --skill x-bookmark-quote-posts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-bookmark-quote-posts
Source: https://github.com/MengTo/Skills/tree/main/agent-skills/codex/x-bookmark-quote-posts
Command: npx skills add https://github.com/MengTo/Skills --skill x-bookmark-quote-posts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing quote posts that sound like a specific person rather than generic AI commentary is hard, and manually reviewing X bookmarks plus studying a user's posting history is slow. This Skill automates the collection of recent X bookmarks, calibrates against the user's latest 100 authored posts, and produces source-backed quote-post drafts in a dated queue file.

Core Features & Use Cases

  • Voice Calibration: Analyzes the user's latest 100 authored posts (standalone, replies, and quote posts) to build a voice ledger covering length, cadence, openings, and recurring moves.
  • Bookmark Collection: Gathers 12-20 source-backed candidates from the X bookmarks feed within a configurable time window, defaulting to the last 30 days.
  • Dated Draft Queue: Writes 7-10 ranked drafts into a dated Markdown file with Best Picks and Secondary Picks, then commits the change to the content repo.
  • Use Case: A founder asks their agent to refresh their bookmark quote queue; the agent reads their recent posts, reviews saved bookmarks, and delivers five ready-to-hone quote tweets with source links and a revision table.

Quick Start

Ask your agent to use the x-bookmark-quote-posts skill to review your latest X bookmarks and draft quote posts calibrated against your last 100 authored posts.

Frequently Asked Questions about x-bookmark-quote-posts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn X bookmarks into quote posts?

Run the skill against your content repo; it opens x.com/i/bookmarks in the Codex in-app browser, collects 12-20 recent saved posts, and writes 7-10 source-backed quote-post drafts into a dated Markdown queue file.

How does the skill match my writing voice on X?

It collects your latest 100 authored posts, including replies and quote posts, and builds a voice ledger measuring length, paragraph counts, openings, and recurring moves. Drafts follow those observed patterns instead of generic templates.

Does the skill post or interact with X automatically?

No. The skill is strictly read-only on X: it never posts, replies, likes, retweets, follows, or sends DMs. All drafts remain unsent in a local Markdown file for you to review and publish manually.

What happens if X is logged out or the browser is blocked?

The skill stops and reports the exact blocker, such as a logged-out session, CAPTCHA, or browser attach failure. It does not fabricate drafts or commits when no usable bookmarks were collected.

Where are the generated quote-post drafts saved?

Drafts are saved to a dated file such as data/x-growth/bookmark-quote-posts/YYYY-MM-DD.md in your content repo, reusing an existing queue path when one exists. The change is committed with a scoped git commit.