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.
npx skills add XPOZpublic/xpoz-claude-code-plugin --skill getting-startedgit clone --depth 1 https://github.com/XPOZpublic/xpoz-claude-code-pluginWrote 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.
[](https://agentmods.dev/skills/xpozpublic/xpoz-claude-code-plugin/getting-started)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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:
- Tell the user to run
/mcp, select xpoz, and choose Authenticate. - A browser window opens; the user signs in and authorizes. Accounts are free — no credit card required.
- Back in Claude Code, retry
checkAccessKeyStatusto confirm the connection.
Manual fallback (token-based)
If OAuth is unavailable in the user's environment, they can use an access token instead:
-
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.
-
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:
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.
- 9d ago First seen · 148 lines · 75 tokens per session scan A 65289c0627d3
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.
Other skills, from other repositories
zernio
Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.
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…
osint-person-search
Find and verify person profiles across platforms via OSINT.
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.
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.
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…