Tools
This plugin does not export followers or publish posts. Use the REST API, CLI, or MCP Server for those tasks.
Prerequisites
- Node.js 18 or newer
- Paperclip CLI (
paperclipai) - A TwexAPI API key from the dashboard
- A Paperclip secret reference for the API key
Install
Configure
Create an API key in the TwexAPI dashboard. Store it in a Paperclip secret and reference it from the plugin config.
Paperclip resolves the API key at call time and sends
Authorization: Bearer.
Example plugin config shape:
Example agent tasks
Search tweets
Ask the agent to search recent posts about a topic. The plugin callsPOST /twitter/advanced_search/page through twexapi.search_tweets.
Suggested prompt:
Read a profile and timeline
Read global trending tweets
Handoff checklist
When Paperclip agents hand results to downstream systems, preserve stable identifiers.
See Agent MCP Handoff when mixing Paperclip tools with MCP-based agents in the same workflow.
Error handling
Develop locally
pnpm check runs type checks, tests, and the build.