---
name: x402.moltie.co
description: x402.moltie.co exposes a single endpoint that retrieves the most recent original tweet from the Twitter account @CapuzR, including tweet text, timestamp, author metadata, and engagement metrics (likes, replies, retweets). It is a one-shot lookup with no streaming, polling, or historical search capability.
host: x402.moltie.co
---

# x402.moltie.co

This host is a narrow, single-purpose data feed scoped exclusively to the @CapuzR Twitter account. It serves agents that need a quick, cheap ($0.01) snapshot of what @CapuzR last posted without building Twitter API integrations. It does not generalize to other accounts or tweet queries.

## When to use this host

Use this host when an agent needs a one-shot lookup of the most recent original tweet from @CapuzR, including engagement counts, at minimal cost. Do not use it for monitoring tweet streams over time, searching historical tweets, fetching tweets from any account other than @CapuzR, or any general-purpose Twitter data needs. For broader Twitter/social data access, look for hosts with general-purpose social analytics or Twitter search skills.

## Capabilities

### CapuzR Tweet Retrieval

Fetches the latest original (non-retweet, non-reply) tweet from @CapuzR along with its engagement metrics and author details.

- **`fetch-capuzr-latest-tweet`** — Fetches the most recent non-retweet, non-reply tweet from @CapuzR, returning tweet text, timestamp, author details, and engagement metrics.

## Skill reference

### `fetch-capuzr-latest-tweet`

**CapuzR Latest Tweet** — Fetches the most recent non-retweet, non-reply tweet from @CapuzR, returning tweet text, timestamp, author details, and engagement metrics.

*Use when:* Use when an agent needs the latest original tweet from @CapuzR, including its text, creation time, and like/reply/retweet counts, for a one-shot $0.01 lookup.

*Not for:* Do not use for streaming or polling tweet feeds, historical tweet search, or tweets from accounts other than @CapuzR.

**Returns:** Returns an object with account='capuzr' and a tweet containing id, text, created_at, author (id, handle, name), and metrics (like_count, reply_count, retweet_count).

**Example:** `GET https://x402.moltie.co/api/latest/CapuzR`

---
