tweet-ideas
Installation
SKILL.md
Tweet Ideas
Generate a batch of tweet topic ideas. Each idea is a short prompt - the user (or write-tweets) turns it into an actual draft.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /compose (step=ideas) | Generate topic ideas | Compose tier |
| GET /trends | Seed ideas from current trends | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
POST /compose
{
"step": "ideas",
"niche": "indie saas",
"count": 10,
"seed_from_trends": true
}
-> { ideas: [{ prompt, rationale, format: "thread"|"single"|"poll" }] }
Typical flow
- Ask the user for their niche.
- Generate 10 ideas.
- Show as a numbered list; user picks one.
- Pass the chosen idea's
prompttowrite-tweetsto draft.
Related
Drafting: write-tweets. Threads: write-threads. Posting: post-tweets. Full API: x-twitter-scraper.