tweet-url-dispatch

Dispatch x.com and twitter.com status URLs into the desktop /monitor-tweet pipeline.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill tweet-url-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet-url-dispatch
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/internal/cowork-skills/tweet-url-dispatch
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill tweet-url-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually forwarding tweet links for follow-up work by detecting a pasted X or Twitter status URL and handing it off to a desktop Claude Code pipeline automatically.

Core Features & Use Cases

  • Automatic URL Detection: Recognizes tweet links from x.com and twitter.com status pages without needing a slash command.
  • Desktop Task Dispatch: Queues the /monitor-tweet pipeline in the user's Claude Code session on their Mac.
  • Guided Handoff and Recovery: Confirms the dispatch, explains what happens next, and provides a clear fallback message if Claude Code is unavailable.
  • Use Case: A teammate pastes a tweet URL into Cowork Dispatch, and the Skill immediately starts the monitoring workflow that triages relevance, requests approval when needed, builds the change, and opens a PR.

Quick Start

Paste a tweet URL from x.com or twitter.com into Cowork Dispatch and let the Skill automatically start /monitor-tweet on your desktop Claude Code session.

Frequently Asked Questions about tweet-url-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tweet link processing in Claude Code?

To automate tweet link processing, paste a tweet URL from x.com or twitter.com into Cowork Dispatch. The Skill detects the status link and invokes the /monitor-tweet pipeline in your desktop Claude Code session for automatic triage and PR handling.

What happens when I paste a Twitter status URL into Cowork Dispatch?

Pasting a Twitter status URL triggers automatic pattern matching, which hands off the link to the /monitor-tweet pipeline. It queues triage, approval, build, and pull request handling directly in your local Claude Code environment.

Do I need a Claude Code session running to dispatch tweet URLs?

Yes, reliable tweet URL dispatch requires a Claude Code session running in ~/.claude-agents. If Claude Code is unavailable, the Skill provides a fallback message instead of completing the start_code_task invocation.

Can I route tweet links for automatic pull request handling without slash commands?

Yes, you can route tweet links without slash commands. The Skill detects x.com and twitter.com status URLs automatically from pasted messages, bypassing the need for manual command entry to start the workflow.

Why is my tweet URL dispatch not working in Claude Code?

Tweet URL dispatch fails if your Claude Code session is not running in the ~/.claude-agents directory. The Skill needs this specific environment active to successfully execute start_code_task invocations for pipeline handoff.

Does tweet URL dispatch work with both x.com and twitter.com links?

Yes, tweet URL dispatch works with both x.com and twitter.com status pages. The Skill applies URL pattern matching to detect links from either domain within Cowork Dispatch messages for automatic workflow handoff.