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-cursor-plugin --skill xpoz-best-practicesgit clone --depth 1 https://github.com/XPOZpublic/xpoz-cursor-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-cursor-plugin/xpoz-best-practices)<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.
<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>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.00107 | $0.02287 |
| Opus 5 | $0.00053 | $0.01144 |
| Sonnet 5 | $0.00021 | $0.00457 |
| Haiku 4.5 | $0.00011 | $0.00229 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- best-practices — 94% identical, 10 lines differ
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 |
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.
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.
- 12d ago First seen · 218 lines · 107 tokens per session scan A badad6ed1464
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.
Other skills, from other repositories
requirements-authoring
To author, update, and validate functional/non-functional requirements as atomic units with user approval.
coding-agents-hooks-authoring
To author, register, and test Rosetta hooks, add a SemanticKind, or debug a hook that won't fire.
init-workspace-documentation
Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.
specflow-use
To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.
memorix-sessions
Use when resuming work, preparing handoff context, binding an HTTP control-plane project, or deciding whether sessionstart is useful.
memorix-troubleshooting
Use when Memorix MCP, setup, project binding, HTTP control plane, hooks, skills, or agent integration is missing, stale, or failing.