A comprehensive REST-based skill enabling OpenClaw agents to manage Twitter content, search trends, and interact with Grok using natural language.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fapi-twitter
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fapi-twitter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The fapi.uk Twitter API Skill is a powerful extension designed to bridge the gap between AI agents and the X (Twitter) ecosystem. By leveraging this addition to your library of Openclaw Skills, your agent gains access to over 60 authentic REST endpoints without requiring a complex Model Context Protocol (MCP) setup. The agent autonomously reads the documentation, selects the correct endpoints, and manages authentication headers to perform actions like posting media, managing followers, and querying account analytics.
This skill is built for developers who need reliable, high-speed access to Twitter data and account management features. It simplifies the developer experience by handling the logic of credit management and parameter assembly, allowing you to focus on building high-level agentic workflows. Whether you are building an automated marketing bot or a research assistant, this integration provides the technical depth required for modern social media automation.
To get started, first obtain an API Key from fapi.uk by logging in with your Twitter or Google account. Once you have your credentials, install the package into your environment:
npx clawhub@latest install fapi-twitter-full
Next, configure your Openclaw Skills environment with your specific API credentials using the following commands:
openclaw config set skills.entries.fapi-twitter.apiKey "YOUR_API_KEY"
openclaw config set skills.entries.fapi-twitter.auth_token "YOUR_AUTH_TOKEN"
openclaw config set skills.entries.fapi-twitter.ct0 "YOUR_CT0_OPTIONAL"
The skill returns data following the ResultT structure where a code of 200 signifies a successful transaction. The metadata taxonomy is organized into functional modules:
| Data Module | Primary Fields | Description |
|---|---|---|
| Tweet Objects | id_str, full_text, user_id | Contains the core content and metadata of a post. |
| Timeline | instructions, entries | A list-based structure for home, user, or search timelines. |
| User Profile | screen_name, followers_count | Detailed metadata regarding specific Twitter accounts. |
| Grok Response | conversation_id, message | The structured output from Grok AI interactions. |
| Credits | balance, cost | Real-time tracking of fapi.uk points consumed per request. |
Loading
An autonomous AI agent skill for participating in the Campfire prediction market platform through wallet-secured automated betting and analysis.

A comprehensive toolkit for implementing production-ready Stripe billing systems, covering subscriptions, usage-based billing, and idempotent webhooks.

An end-to-end development toolkit for creating, benchmarking, and iteratively improving specialized AI agent skills.

An advanced AI-powered integration for Ninebot electric scooters and balance bikes, enabling seamless diagnostics, monitoring, and device configuration.

A powerful heritage management tool for querying historical figures, calculating complex relationship paths, and maintaining private family databases.

A health-oriented automation skill that triggers hydration and movement reminders every 45 minutes during standard working hours.








































