getting-started

getting-started is a skill for Claude Code from XPOZpublic/xpoz-claude-code-plugin. It costs 75 tokens per session (1,371 once invoked), scanned A, a copy of xpoz-getting-started, MIT.

A setup guide for Xpoz, a service that provides searchable data from social networks such as Twitter/X, Instagram, Reddit, and TikTok. It connects that service to Claude Code through MCP, a standard way for tools to connect to an AI assistant.

In plain words
What is it for?
Use it to connect Xpoz, verify account access, configure tracking, search posts or users, and discover the available data tools.
Why use it?
It explains how to connect your account and check that access works, so you can use Xpoz without separately finding and configuring social-network API keys.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the xpoz plugin — 3 skills, 1 MCP server shipped together

Good fit Use it to connect Xpoz, verify account access, configure tracking, search posts or users, and discover the available data tools.

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

Made for: Claude Code.

Or install xpoz, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-claude-code-plugin/getting-started"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-claude-code-plugin/getting-started.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 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 92% copy Near-identical to another mod 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.00075 $0.01371
Opus 5 $0.00037 $0.00685
Sonnet 5 $0.00015 $0.00274
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade A, and why

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 9d 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

This is a copy

92% identical to xpoz-getting-started — 48 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/getting-started/SKILL.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 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 Claude Code 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

The plugin ships the Xpoz MCP server configuration, so the server appears in Claude Code automatically. Authentication uses OAuth:

  1. Tell the user to run /mcp, select xpoz, and choose Authenticate.
  2. A browser window opens; the user signs in and authorizes. Accounts are free — no credit card required.
  3. Back in Claude Code, retry checkAccessKeyStatus to confirm the connection.

Manual fallback (token-based)

If OAuth is unavailable in the user's environment, they can use an access token instead:

  1. 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.

  2. Register the server with the token:

claude mcp add --transport http xpoz https://mcp.xpoz.ai/mcp --header "Authorization: Bearer YOUR_TOKEN_HERE"

Auth Errors

Problem Solution
"Unauthorized" Re-run /mcp → xpoz → Authenticate, or verify the 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:

Read the full file on GitHub · 148 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. 9d ago First seen · 148 lines · 75 tokens per session scan A 65289c0627d3

Subscribe to this mod's changes

getting-started is a skill published in the GitHub repository XPOZpublic/xpoz-claude-code-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,371 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to xpoz-getting-started, differing in 48 lines, and is treated as a copy.

Related

Other skills, from other repositories

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 tokens

osint-deploy

Install, run and verify an OSINT tool from GitHub on macOS, Windows or Linux. First classifies what the repo actually is (CLI / server / desktop app / browser extension / not-a-tool), picks the deployment stack (prebuilt binary / Docker / uv / pipx / venv / npm / go), installs it isolated, then proves it works with…

soxoj/claude-osint-deploy · 175 tokens

osint-person-search

Find and verify person profiles across platforms via OSINT.

sloemo01/hermes-skills-bundle · 16 tokens

reddit-writing-style

Use when analyzing a corpus of a user's Reddit posts to extract their writing voice, tone, structural patterns, and vocabulary into a reusable style guide. Invoked during /reddit-setup and re-invokable standalone if the user wants to refresh their style file after writing more posts.

agamjn/rising · 60 tokens

social-lead-gen

Lead generation from social media — find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by billions of indexed posts.

XPOZpublic/xpoz-clawhub-skills · 60 tokens

xpoz-best-practices

Reference guide for using Xpoz effectively via MCP. Covers query syntax (boolean operators, date filtering), response modes (fast/paging/CSV), field selection, tracking setup, and all platform tool references (Twitter, Instagram, Reddit, TikTok). Load for ANY Xpoz interaction, not just explicit best-practices…

XPOZpublic/xpoz-clawhub-skills · 73 tokens