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

  1. Ask the user for their niche.
  2. Generate 10 ideas.
  3. Show as a numbered list; user picks one.
  4. Pass the chosen idea's prompt to write-tweets to draft.

Related

Drafting: write-tweets. Threads: write-threads. Posting: post-tweets. Full API: x-twitter-scraper.

Weekly Installs
4
GitHub Stars
59
First Seen
1 day ago