Boss Skills Repo and Lab for my personal Claude Code configs and skills
npx claudepluginhub bossjones/boss-skillsTwitter/X social media tools for downloading media and converting tweets to Instagram Reels format. Includes gallery-dl integration for media downloads and video composition tools for vertical content creation.
Personal Claude Code plugin marketplace for social media automation and content creation tools.
Add this marketplace to Claude Code:
/plugin marketplace add bossjones/boss-skills
Then install individual plugins:
/plugin install twitter-tools@boss-skills
Twitter/X social media tools for downloading media and converting tweets to Instagram Reels format.
/plugin install twitter-tools@boss-skills
Skills included:
| Skill | Description |
|---|---|
twitter-media-downloader | Download images and videos from X/Twitter using gallery-dl |
twitter-to-reel | Convert tweets to Instagram Reels format (9:16 vertical video) |
Features:
See plugins/social-media/twitter-tools/README.md for details.
# Download all media from a user
uv run python scripts/download.py "https://x.com/NASA" --output ./downloads
# Download only videos from a tweet
uv run python scripts/download.py "https://x.com/user/status/123" --videos-only
# Download with authentication
uv run python scripts/download.py "https://x.com/i/bookmarks" --browser firefox
# Auto-download video and create reel (recommended)
uv run python scripts/create_reel.py "https://x.com/user/status/123" -o reel.mp4
# With authentication for protected tweets
uv run python scripts/create_reel.py "https://x.com/user/status/123" --browser firefox -o reel.mp4
# With explicit video file
uv run python scripts/create_reel.py "https://x.com/user/status/123" video.mp4 -o reel.mp4
# Install dependencies
make install
# Run linting (ruff + basedpyright)
make lint
# Run tests
make test
# Run all checks
make
boss-skills/
├── plugins/
│ └── social-media/
│ └── twitter-tools/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ ├── twitter-media-downloader/
│ │ │ ├── SKILL.md
│ │ │ └── scripts/
│ │ └── twitter-to-reel/
│ │ ├── SKILL.md
│ │ └── scripts/
│ └── README.md
├── devtools/
├── scripts/
└── tests/
The twitter-tools plugin requires:
Install with:
pip install gallery-dl yt-dlp playwright pillow numpy
playwright install chromium
brew install ffmpeg # macOS
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage