ingest-tweet — for Claude Code ingest-tweet, llm-wiki, community, for Claude Code, ide skills, ai-tools, claude-code, karpathy, knowledge-base, markdown

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need extract the full text of an x/twitter post. Resume localise : # Ingest Tweet Extract the full text of an X/Twitter post. It covers ai-tools, claude-code, karpathy workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

Extract the full text of an X/Twitter post.
Parse the URL to extract username and tweet ID:
Pattern: https://x.com/{user}/status/{id} or https://twitter.com/{user}/status/{id}
Strip query parameters (?s=46, ?t=...)
Fetch via FXTwitter API (free, no auth, returns full text including long "note tweets"):

# Sujets clés

RonanCodes RonanCodes
[1]
[1]
Mis à jour: 4/25/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Scenario recommande : Ideal for AI agents that need extract the full text of an x/twitter post. Resume localise : # Ingest Tweet Extract the full text of an X/Twitter post. It covers ai-tools, claude-code, karpathy workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : ingest-tweet helps agents extract the full text of an x/twitter post. Ingest Tweet Extract the full text of an X/Twitter post. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Meilleur pour

Scenario recommande : Ideal for AI agents that need extract the full text of an x/twitter post.

Cas d'utilisation exploitables for ingest-tweet

Cas d'usage : Applying Extract the full text of an X/Twitter post
Cas d'usage : Applying Parse the URL to extract username and tweet ID:
Cas d'usage : Applying Pattern: https://x.com/{user}/status/{id} or https://twitter.com/{user}/status/{id}

! Sécurité et Limitations

  • Limitation : None — uses only curl.
  • Limitation : Requires repository-specific context from the skill documentation
  • Limitation : Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Démo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ et étapes d’installation

These questions and steps mirror the structured data on this page for better search understanding.

? Questions fréquentes

Qu’est-ce que ingest-tweet ?

Scenario recommande : Ideal for AI agents that need extract the full text of an x/twitter post. Resume localise : # Ingest Tweet Extract the full text of an X/Twitter post. It covers ai-tools, claude-code, karpathy workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Comment installer ingest-tweet ?

Exécutez la commande : npx killer-skills add RonanCodes/llm-wiki/ingest-tweet. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de ingest-tweet ?

Les principaux cas d’usage incluent : Cas d'usage : Applying Extract the full text of an X/Twitter post, Cas d'usage : Applying Parse the URL to extract username and tweet ID:, Cas d'usage : Applying Pattern: https://x.com/{user}/status/{id} or https://twitter.com/{user}/status/{id}.

Quels IDE sont compatibles avec ingest-tweet ?

Cette skill est compatible avec Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour ingest-tweet ?

Limitation : None — uses only curl.. Limitation : Requires repository-specific context from the skill documentation. Limitation : Works best when the underlying tools and dependencies are already configured.

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add RonanCodes/llm-wiki/ingest-tweet. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser ingest-tweet immédiatement dans le projet.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

ingest-tweet

# Ingest Tweet Extract the full text of an X/Twitter post. It covers ai-tools, claude-code, karpathy workflows. This AI agent skill supports Claude Code

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Ingest Tweet

Extract the full text of an X/Twitter post.

Extraction Method

  1. Parse the URL to extract username and tweet ID:

    • Pattern: https://x.com/{user}/status/{id} or https://twitter.com/{user}/status/{id}
    • Strip query parameters (?s=46, ?t=...)
  2. Fetch via FXTwitter API (free, no auth, returns full text including long "note tweets"):

bash
1curl -s "https://api.fxtwitter.com/{user}/status/{id}"
  1. Parse JSON response:
    • tweet.text — full tweet text (with expanded URLs, not t.co links)
    • tweet.author.name / tweet.author.screen_name — author
    • tweet.created_at — date
    • tweet.likes, tweet.retweets, tweet.replies — engagement
    • tweet.quote — quoted tweet (if present)
    • tweet.media — images/videos (if present)

Post-Extraction

  • Save to vault's raw/<author>-tweet-<id>.md with YAML header:
yaml
1--- 2source-url: <tweet-url> 3title: "<author> tweet on <topic>" 4author: "<name> (@<screen_name>)" 5date-fetched: <today> 6source-type: tweet 7---
  • Include quoted tweet text if present
  • Note engagement stats in the source-note

Fallback

If FXTwitter fails, use oEmbed (truncates long tweets):

bash
1curl -s "https://publish.x.com/oembed?url=<original-url>"

Dependencies

None — uses only curl.

See also

  • ronan-skills/x-scan — generic sibling for browsing tweets (URL, user timeline, topic search) without vault persistence. Use this skill when you want to keep the content.

Compétences associées

Looking for an alternative to ingest-tweet or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur