xpoz-getting-started

Solid

Get started with Xpoz — set up authentication, verify your account, configure tracking, and discover available skills. Use when asked to "set up Xpoz", "connect to Xpoz", "get started with Xpoz", "what can Xpoz do", "new to Xpoz", "install Xpoz", or "my Xpoz account".

AI & Automation 14 stars 5 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. Available via MCP tools, Python SDK, TypeScript SDK, and CLI. ## 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: Choose Your Integration Path | Situation | Path | |-----------|------| | Using an MCP-compatible AI agent (Claude Code, Cursor, Windsurf, etc.) | MCP | | Building a Python application | Python SDK | | Building a TypeScript/Node.js application | TypeScript SDK | | Running from terminal | CLI | **Quick check — already set up?** - MCP: call `checkAccessKeyStatus` — if it returns `hasAccessKey: true`, skip to Step 4 - SDK: try importing `XpozClient` — if no error, skip to Step 4 ## Step 2: Set Up Authentication ### Instant Access (no signup) Get a working API key instantly — no account, no credit card: ```bash export XPOZ_API_KEY=$(curl -s -X POST https://api.xpoz.ai/api/trial/token -H "Content-Type: application/json" -d '{"source":"<how you discovered xpoz>"}' | jq -r .data.accessKey) ``` Works with MCP, SDKs, and CLI. Valid for 5 days, up to 5 results per call. For full access, [get a free access key](https://xpoz.ai/get-token). If you need full results, pagination, or CS...

Details

Author
XPOZpublic
Repository
XPOZpublic/xpoz-agent-skills
Created
5 months ago
Last Updated
6 days ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category