fapi.uk Twitter API Skill for Openclaw

A comprehensive REST-based skill enabling OpenClaw agents to manage Twitter content, search trends, and interact with Grok using natural language.

huojiecs110
v1.0.0
Mar 10, 2026
1
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fapi-twitter

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is fapi.uk Twitter API Skill?

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.

fapi.uk Twitter API Skill Use Cases

  • Automating social media presence by scheduling tweets, replies, and retweets via natural language.
  • Monitoring brand mentions and performing sentiment analysis through advanced search queries.
  • Utilizing X's Grok AI within agent workflows for deep search and reasoning tasks.
  • Managing X Communities by fetching timelines and searching for specific topic-based discussions.
  • Building automated account dashboards that track follower growth and engagement analytics.

How fapi.uk Twitter API Skill Works

  1. The AI agent initiates a workflow by checking the fapi.uk account balance to ensure sufficient credits are available for the task.
  2. Upon receiving a natural language command, the agent selects the optimal endpoint from the 60+ available REST options.
  3. The skill injects the necessary Authorization Bearer token (apiKey) and session parameters (auth_token and ct0) into the request header.
  4. The request is transmitted to the fapi.uk base URL, handling any media uploads or complex JSON payloads required.
  5. The skill processes the raw JSON response and translates it into a fluent summary for the user, providing direct links to tweets or media where applicable.

fapi.uk Twitter API Skill Setup

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"

fapi.uk Twitter API Skill Data Schema & Taxonomy

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.

fapi.uk Twitter API Skill Advanced Features

  • Advanced search support using complex operators and trending topic lookups via WOEID.
  • Full media management including chunked uploads for images, GIFs, and videos up to site limits.
  • Native Grok AI integration supporting deepsearch, reasoning modes, and image generation.
  • Automatic account unlocking and token synchronization features for high-volume power users.
  • Integrated credit management that proactively notifies users and provides top-up links to prevent workflow interruption.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*