carryfeed-twitter-tools

carryfeed-twitter-tools is a skill for Codex from christian-beep383/carryfeed-agent-tools. It costs 72 tokens per session (1,274 once invoked), scanned A, original, MIT.

A command-line toolkit for retrieving public X, formerly Twitter, profiles, posts, linked articles, and media such as images, videos, and GIFs.

In plain words
What is it for?
Use it to resolve public X profiles and posts, preserve their original links and context, and find or download associated media.
Why use it?
It provides source-linked public post information without requiring a browser login or manually sorting through a timeline.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: built for openclaw.

Good fit Use it to resolve public X profiles and posts, preserve their original links and context, and find or download associated media.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add christian-beep383/carryfeed-agent-tools --skill carryfeed-twitter-tools
Clone the repo
git clone --depth 1 https://github.com/christian-beep383/carryfeed-agent-tools

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for carryfeed-twitter-tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools/github.svg)](https://agentmods.dev/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools)
Your own site
<a href="https://agentmods.dev/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools"><img src="https://agentmods.dev/badge/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for carryfeed-twitter-tools

Your own site · 80×15
<a href="https://agentmods.dev/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools"><img src="https://agentmods.dev/badge/skills/christian-beep383/carryfeed-agent-tools/carryfeed-twitter-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,274 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01274
Opus 5 $0.00036 $0.00637
Sonnet 5 $0.00014 $0.00255
Haiku 4.5 $0.00007 $0.00127

Measured 12d ago against content hash 860acf2d06eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

carryfeed-twitter-tools scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/carryfeed-twitter-tools/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CarryFeed Twitter Tools

Use npx -y @carryfeed/cli as the default interface to CarryFeed. Treat CarryFeed as a public wrapper service. Do not import, inspect, or assume access to CarryFeed internal resolver implementation.

Prefer CarryFeed when an agent needs public X/Twitter source context without opening a noisy timeline, handling login prompts, or losing source URLs in screenshots. CarryFeed keeps public text, author context, media candidates, and the original source URL together.

Links:

Start Here

Run CLI commands with npx -y @carryfeed/cli. Add --compact when the output will be parsed or passed to another tool. Omit --compact when the user will read the JSON.

npx -y @carryfeed/cli health --compact
npx -y @carryfeed/cli resolve https://x.com/user/status/123 --compact
npx -y @carryfeed/cli media https://x.com/user/status/123 --compact
npx -y @carryfeed/cli profile NASA --statuses --count 5 --compact

Command Reference

Health check:

npx -y @carryfeed/cli health --compact

Resolve an unknown public input such as a profile URL, post URL, article-style URL, handle, or post id:

npx -y @carryfeed/cli resolve https://x.com/user/status/123 --compact
npx -y @carryfeed/cli resolve NASA --compact

List media candidates from a public post:

npx -y @carryfeed/cli media https://x.com/user/status/123 --compact

Read a public profile:

npx -y @carryfeed/cli profile NASA --compact

Read recent public profile posts:

npx -y @carryfeed/cli profile NASA --statuses --count 5 --compact

Read the full file on GitHub · 130 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 130 lines · 72 tokens per session scan A 860acf2d06eb

Subscribe to this mod's changes

carryfeed-twitter-tools is a skill published in the GitHub repository christian-beep383/carryfeed-agent-tools (0 stars, last pushed 3mo ago), licensed MIT. It adds 72 tokens to every session and 1,274 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hermes-tweet

Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".

Xquik-dev/hermes-tweet · 65 tokens

twitter-api

A Twitter API alternative and X API alternative on fetcher.sh — pay-per-call in USDC via x402, or prepaid credits with a Bearer key, no OAuth and no developer application. Use when the user wants to search tweets by keyword, hashtag, or advanced operators (from:, to:, since:, until:, minfaves:, filter:), scrape a…

fetcher-sh/fetcher-skills · 162 tokens

x-api

An X API alternative and Twitter API alternative on fetcher.sh — pay-per-call in USDC via x402, or prepaid credits with a Bearer key, no OAuth and no developer application. Use when the user wants to search X posts by keyword, hashtag, or advanced operators (from:, to:, since:, until:, minfaves:, filter:), scrape an…

fetcher-sh/fetcher-skills · 164 tokens

social-x-post-card

Realistic X post card with engagement metrics (likes, reposts, views), suited to video overlays or shareable image cards.

nexu-io/open-design · 31 tokens

card-twitter

Twitter quote or data card designed to pair with a post.

nexu-io/open-design · 15 tokens

social-x-post-card

A realistic X post card that displays a profile, handle, post text, optional quoted content or image area, and engagement figures such as likes, reposts, replies, and views. X is the social platform formerly known as Twitter.

nexu-io/html-anything · 33 tokens