TechTripAi

X Fetch — Communication skill for Claude Code

Communication community

Fetch an X (Twitter) post — text + metadata, plus an on-device transcript when the post carries video — and ingest it into the wiki — /x-fetch.

How to install X Fetch

Installs to ~/.claude/skills/techtripai-techtrip-secondbrain-x-fetch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techtripai-techtrip-secondbrain-x-fetch && curl -fsSL https://raw.githubusercontent.com/TechTripAi/techtrip-secondbrain/HEAD/commands/x-fetch.md -o ~/.claude/skills/techtripai-techtrip-secondbrain-x-fetch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What X Fetch does


description: Fetch an X (Twitter) post — text + metadata, plus an on-device transcript when the post carries video — and ingest it into the wiki — /x-fetch . Reads X only; transcription never leaves the machine.

Read the `x-fetch` skill, then run its flow for the given X post URL.

  • Short forms are the point. /x-fetch (or ingest this tweet , or a bare x.com/twitter.com status link aimed at ingest) is the whole request — fetch, then proceed to the ingest

Alternatives in Communication

Full documentation available on GitHub

View Source Repository