BrandstaqBrandstaq Docs
Platforms

Twitter / X

Twitter (X) API-based operations: publish tweets/threads/carousels, fetch metrics, fetch mentions, get profile, and reply via API. For browser-based actions (browsing the timeline, engaging in the browser, scraping the UI) use the `browse` skill instead.

Skill name: twitter 5 BST per call

What it does

Twitter/X via the official API. Publish text, threads, and replies; pull metrics and profile data. Browser-mediated actions are gone — the generic `browse` skill handles anything that needs server-side Steel CDP.

When to use it

Brandstaq automatically picks Twitter / X when you say things like:

  • Tweet this thread now
  • Reply to the top mention from this morning
  • Get profile stats for our X account

Parameters

NameTypeRequiredDescription
limitintegerNo
postsarrayNo
querystringNoSearch query (max 512 chars).
actionstringYesTwitter operation to perform. Each value maps to a connector method; mismatched action/params return UNKNOWN_ACTION.
captionstringNo
contentstringNo
post_idstringNo
parent_idstringNo
media_pathstringNoRequired for media tweets (image/video). For text-only tweets, use publish_text instead.
media_typestringNo
max_resultsintegerNo
media_pathsarrayNo
since_cursorstringNo

When the agent reaches for it

When you mention Twitter or X explicitly — tweet a thread, reply to a mention, get profile stats — the agent reaches for this. Anything that needs raw browser automation falls through to the generic browse skill instead.

Related skills