dot_claude/skills/twitter/SKILL.md
Use when fetching X/Twitter post content by URL, or searching for recent X posts.
npx skillsauth add nijaru/dotfiles twitterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch post content using xpost (yt-dlp wrapper) or search via Exa.
xpost https://x.com/user/status/123456789
Returns JSON: text, author, handle, date, likes, reposts, url.
Use Exa web search scoped to x.com:
# Via MCP
mcp__exa__web_search_exa query="site:x.com <topic>" num_results=10
| Excuse | Reality |
| :------------------------------ | :----------------------------------------------- |
| "I'll use orcx/Grok instead" | xpost is free and works for all agents. |
| "I can guess the tweet content" | Fetch it — content changes and deletions happen. |
development
Use after completing a bug fix, feature, refactor, or tk task when the first implementation taught enough context to replace it with a simpler, cleaner, or more coherent version before finalizing.
development
Use when writing, migrating, or reviewing Zig code across recent stable versions (0.14-0.16), especially to correct stale syntax or stdlib, build.zig, allocator, formatting, or runtime API knowledge.
documentation
Use when reviewing or revising text (prose, docs, commits) to remove AI patterns and improve voice/clarity.
development
Use Transformers.js to run state-of-the-art machine learning models directly in JavaScript/TypeScript. Supports NLP (text classification, translation, summarization), computer vision (image classification, object detection), audio (speech recognition, audio classification), and multimodal tasks. Works in browsers and server-side runtimes (Node.js, Bun, Deno) with WebGPU/WASM using pre-trained models from Hugging Face Hub.