xpoz-best-practices

xpoz-best-practices is a skill for Claude Code from XPOZpublic/xpoz-cursor-plugin. It costs 107 tokens per session (2,287 once invoked), scanned A, original, MIT.

A reference guide for using Xpoz, a service that searches and tracks data from Twitter/X, Instagram, Reddit, and TikTok. It explains query syntax, field selection, pagination, authentication, and response options.

In plain words
What is it for?
Use it to search social-media data, set up authentication or tracking, choose query operators such as AND and OR, select useful fields, and troubleshoot Xpoz interactions.
Why use it?
It helps produce correct Xpoz searches and avoid common problems such as invalid queries, incomplete pages, or empty results. It is intended to be loaded whenever Xpoz tools are used.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to search social-media data, set up authentication or tracking, choose query operators such as AND and OR, select useful fields, and troubleshoot Xpoz interactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xpozpublic/xpoz-cursor-plugin/xpoz-best-practices
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-best-practices
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-best-practices

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-cursor-plugin/xpoz-best-practices"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-cursor-plugin/xpoz-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,287 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.00107 $0.02287
Opus 5 $0.00053 $0.01144
Sonnet 5 $0.00021 $0.00457
Haiku 4.5 $0.00011 $0.00229

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

Security

Grade A, and why

xpoz-best-practices 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/xpoz/skills/xpoz-best-practices/SKILL.md · 218 lines

How it starts

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

Xpoz Best Practices

Overview

Xpoz is a social media intelligence platform providing access to Twitter/X, Instagram, Reddit, and TikTok data through 48 MCP tools — no social media API keys required.

When to Use

Load this skill for any Xpoz interaction — not just when the user explicitly asks about best practices. It provides the context needed to use Xpoz tools correctly:

  • Calling any Xpoz MCP tool (query syntax, field selection, response modes)
  • Setting up authentication or tracking
  • Troubleshooting errors or empty results
  • Choosing which tool to use for a specific task

Quick Start

The Xpoz MCP server should already be configured by the plugin. If not, run /xpoz-setup.

See references/authentication.md for detailed auth flows and troubleshooting.

Query Syntax

All keyword search tools support boolean query syntax:

Operator Example Effect
Exact phrase "machine learning" Matches exact phrase
OR "AI" OR "artificial intelligence" Matches either term
AND "Tesla" AND "earnings" Matches both terms
Grouping ("deep learning" OR "neural network") AND python Combines operators

Date filtering: Use startDate / endDate in YYYY-MM-DD format. Omit to use defaults (varies by tool).

Content filtering (Twitter only): Set filterOutRetweets: true to exclude retweets.

Forbidden in query string: from:, to:, lang:, since:, until:, filter: — use dedicated parameters instead.

Platform Quick Reference

Twitter/X (13 tools)

Tool Purpose
getTwitterUser / getTwitterUsers Look up 1-100 users by ID or username
searchTwitterUsers Fuzzy search users by name
getTwitterUserConnections Get followers or following
getTwitterUsersByKeywords Find users who posted about a topic
getTwitterPostsByIds Get 1-100 posts by ID
getTwitterPostsByAuthor Get all posts from a username
getTwitterPostsByKeywords Search posts by keywords
getTwitterPostRetweets Get retweets of a post
getTwitterPostQuotes Get quote tweets of a post
getTwitterPostComments Get replies to a post
getTwitterPostInteractingUsers Get commenters, quoters, or retweeters
countTweets Count tweets matching a phrase

Read the full file on GitHub · 218 lines

Files

What ships with it

7 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 · 218 lines · 107 tokens per session scan A badad6ed1464

Subscribe to this mod's changes

xpoz-best-practices is a skill published in the GitHub repository XPOZpublic/xpoz-cursor-plugin (4 stars, last pushed 2mo ago), licensed MIT. It adds 107 tokens to every session and 2,287 once invoked, about $0.0005 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.