fapi.uk Twitter All-in-One API
Analysis
This is a real Twitter/X automation skill, but it asks for session-level Twitter credentials and can perform public account-changing actions through a third-party service without clear guardrails.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
小龙虾会自己阅读本文件,智能选择接口、组装参数、带上 apiKey + auth_token,发送请求 ... createTweet ... tweetReply ... follow / unfollow ... blocksCreate / blocksDestroy
The instructions give the agent broad authority to select and send Twitter API requests, including public posting and account relationship changes, without requiring an explicit per-action confirmation step.
npx clawhub@latest install fapi-twitter-full
The README/SKILL includes a user-directed installer command using `@latest`, and the install name differs from the registry slug shown for this review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
openclaw config set skills.entries.fapi-twitter.auth_token "你的auth_token" ... ct0 "你的ct0(可选)" ... 或者直接在聊天里说:“我的 fapi apiKey 是 xxx,我的 auth_token 是 yyy”
The skill asks for API and Twitter session-style credentials, including `auth_token` and `ct0`, and even suggests sharing them in chat, despite the metadata declaring no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Base URL:`https://fapi.uk/api/base/apitools/` ... 所有请求 必须 带 Header:`Authorization: Bearer {{apiKey}}` ... 大部分写操作需要 `auth_token` 和 `ct0` 参数The skill routes API keys, Twitter session tokens, user content, and account actions through the external fapi.uk service, but the artifact does not define data handling, retention, or permission boundaries.
