Agent skill
bird
Read and search X/Twitter posts via CLI. Use when user shares x.com or twitter.com links, asks to read a tweet, search Twitter/X, read a thread, or post/reply on X. Handles URLs like https://x.com/user/status/123 or https://twitter.com/user/status/123.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bird-carmandale-agent-config
Metadata
Additional technical details for this skill
- clawdbot
-
{ "emoji": "\ud83d\udc26", "install": [ { "id": "brew", "bins": [ "bird" ], "kind": "brew", "label": "Install bird (brew)", "formula": "steipete/tap/bird" } ], "requires": { "bins": [ "bird" ] } }
SKILL.md
bird
Use bird to read/search X and post tweets/replies.
Quick start
bird whoamibird read <url-or-id>bird thread <url-or-id>bird search "query" -n 5
Posting (confirm with user first)
bird tweet "text"bird reply <id-or-url> "text"
Auth sources
- Browser cookies (default: Firefox/Chrome)
- Sweetistics API: set
SWEETISTICS_API_KEYor use--engine sweetistics - Check sources:
bird check
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?