If you're building agents that need to interact with X (Twitter), this is the cleanest path. xurl wraps the X API v2 in a CLI that handles OAuth2, posts, replies, search, DMs, media uploads, and account actions like follow/mute/block. The skill documentation is thorough about credential safety, explicitly forbidding agents from touching the ~/.xurl config file or exposing tokens in context. It supports multiple app configurations, so you can swap between dev and prod accounts cleanly. The shortcut commands (xurl post, xurl search) are more ergonomic than raw curl, and it accepts both post IDs and full URLs. Good for social monitoring bots, auto-responders, or anything that needs programmatic X access without wrestling with OAuth yourself.
npx -y skills add steipete/clawdis --skill xurl --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills