Initial release: X Bookmark Research for Claude Code
Claude Code extension that transforms Twitter/X bookmarks into structured research markdown files. Reads config for output directory and user interests, fetches bookmarks via bird CLI, and generates categorized notes with key insights, author context, and actionable items. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
816ecd37e0
10 changed files with 867 additions and 0 deletions
39
config/bookmark-research.example.yml
Normal file
39
config/bookmark-research.example.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# X Bookmark Research - Configuration
|
||||
# Copy this file to: ~/.claude/skills/x-bookmark-research/config.yml
|
||||
# Then edit with your personal settings.
|
||||
|
||||
# Output directory for processed bookmarks (~ is expanded automatically)
|
||||
output_dir: ~/Desktop/Research/twitter-bookmarks
|
||||
|
||||
# Your interests and projects (used in "Why This Matters" section)
|
||||
# Be specific - these help Claude connect bookmarks to YOUR context
|
||||
interests:
|
||||
- "My SaaS product"
|
||||
- "AI/ML workflows"
|
||||
- "Content creation"
|
||||
|
||||
# Default research depth: quick | standard | deep
|
||||
# - quick: Tweet content + basic analysis + action items
|
||||
# - standard: + Author context via bird CLI (recommended)
|
||||
# - deep: + Web search for broader context (requires Exa MCP)
|
||||
default_depth: standard
|
||||
|
||||
# Custom categories (optional)
|
||||
# Uncomment and edit to override the default taxonomy.
|
||||
# Each category can have subcategories for finer classification.
|
||||
# categories:
|
||||
# - name: "AI & Machine Learning"
|
||||
# subcategories:
|
||||
# - "LLM Applications"
|
||||
# - "AI Philosophy"
|
||||
# - "AI Tools"
|
||||
# - name: "Engineering Practices"
|
||||
# subcategories:
|
||||
# - "Documentation"
|
||||
# - "Testing"
|
||||
# - "Architecture"
|
||||
# - name: "Product & Business"
|
||||
# subcategories:
|
||||
# - "Strategy"
|
||||
# - "Growth"
|
||||
# - "Pricing"
|
||||
Loading…
Add table
Add a link
Reference in a new issue