xpoz-getting-started

xpoz-getting-started is a skill for Claude Code from XPOZpublic/xpoz-cursor-plugin. It costs 78 tokens per session (1,320 once invoked), scanned A, original, MIT.

A setup guide for Xpoz, a social-media intelligence service that provides data from Twitter/X, Instagram, Reddit, and TikTok without requiring those platforms' API keys.

In plain words
What is it for?
Use it when connecting an account, checking access, setting up keyword or brand tracking, or learning what Xpoz can search and export.
Why use it?
It explains how to connect the service, verify access, configure tracking, and find the available tools before using it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when connecting an account, checking access, setting up keyword or brand tracking, or learning what Xpoz can search and export.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started
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 XPOZpublic/xpoz-cursor-plugin --skill xpoz-getting-started
Clone the repo
git clone --depth 1 https://github.com/XPOZpublic/xpoz-cursor-plugin

Made for: Claude Code.

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 xpoz-getting-started

README.md
[![agentmods](https://agentmods.dev/badge/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started/github.svg)](https://agentmods.dev/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started)
Your own site
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started/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 xpoz-getting-started

Your own site · 80×15
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-cursor-plugin/xpoz-getting-started.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,320 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.00078 $0.01320
Opus 5 $0.00039 $0.00660
Sonnet 5 $0.00016 $0.00264
Haiku 4.5 $0.00008 $0.00132

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

Security

Grade A, and why

xpoz-getting-started 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 11d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/xpoz/skills/xpoz-getting-started/SKILL.md · 158 lines

How it starts

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

Getting Started with Xpoz

Overview

Xpoz is a social media intelligence platform providing access to Twitter/X, Instagram, Reddit, and TikTok data — no social media API keys required. This plugin connects Cursor to Xpoz via MCP, giving you 48 tools for searching posts, looking up users, tracking keywords, and exporting data.

When to Use

Activate when the user asks:

  • "Help me set up Xpoz"
  • "What's my Xpoz account status?"
  • "Connect to Xpoz social media data"
  • "What can I do with Xpoz?"
  • "Set up tracking for my brand"
  • "I'm new to Xpoz, where do I start?"

Step 1: Check MCP Connection

Try calling checkAccessKeyStatus to verify the Xpoz MCP server is connected.

If it returns hasAccessKey: true, skip to Step 3.

Step 2: Configure MCP Connection

If the MCP server is not connected, guide the user:

Get an Access Token

Ask the user:

"Go to https://xpoz.ai/get-token (free, no credit card) and paste the token here."

WAIT for the user to reply with the token. Do not proceed until they respond.

Add to Cursor MCP Settings

Add this to Cursor's MCP settings (~/.cursor/mcp.json or via Cursor Settings → MCP):

{
  "mcpServers": {
    "xpoz": {
      "url": "https://mcp.xpoz.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Replace YOUR_TOKEN_HERE with the token from the user.

After saving, reload Cursor or restart the MCP server.

Auth Errors

Problem Solution
"Unauthorized" Verify token at xpoz.ai/settings
Token exchange fails Ask user to re-authorize — codes are single-use

Step 3: Verify Your Setup

Call getAccountDetails to retrieve the user's account information. Present a summary:

## Your Xpoz Account

**Plan:** [plan name]
**Billing period:** [start] – [end]
**Next renewal:** [date]

### Usage
- Subscription credits remaining: [X]
- Extra credits: [X]
- Tracked items: [X] / [limit]

Read the full file on GitHub · 158 lines

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. 11d ago First seen · 158 lines · 78 tokens per session scan A 75aff48e6a9a

Subscribe to this mod's changes

xpoz-getting-started is a skill published in the GitHub repository XPOZpublic/xpoz-cursor-plugin (4 stars, last pushed 2mo ago), licensed MIT. It adds 78 tokens to every session and 1,320 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-31.