TopRank Skills

Home / Claw Skills / Recherche / falcon
Official OpenClaw rules 36%

falcon

Search, read, and interact with Twitter/X via TwexAPI

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 falcon 技能。 若已安装,则直接安装 falcon 技能。

Overview

Skill Key
bubblyjove/falcon
Author
bubblyjove
Source Repo
openclaw/skills
Version
-
Source Path
skills/bubblyjove/falcon
Latest Commit SHA
262d2d3c645af201e85f7530acb660aa04e4c84b

Extracted Content

SKILL.md excerpt

falcon

Use falcon to read, search, and interact with Twitter/X.

Quick start

    falcon check
    falcon user elonmusk
    falcon tweets elonmusk 5
    falcon read <url-or-id>
    falcon search "bitcoin" 10

Reading users

    falcon user <username>               Profile info for a single user
    falcon users <u1,u2,...>             Look up multiple users (comma-separated)
    falcon find <keyword> [count]        Search for users by keyword (default: 5)
    falcon followers <username> [count]  List followers (default: 20)
    falcon following <username> [count]  List following (default: 20)

Reading tweets

    falcon tweets <username> [count]     User's tweets and replies (default: 20)
    falcon read <id-or-url> [...]        Read one or more tweets by ID or URL
    falcon replies <id-or-url> [count]   Replies to a tweet (default: 20)
    falcon similar <id-or-url>           Find similar tweets
    falcon retweeters <id-or-url> [cnt]  Who retweeted a tweet (default: 20)

Searching

    falcon search <query> [count]        Advanced search (default: 10)
    falcon hashtag <tag> [count]         Search by hashtag (default: 20)
    falcon cashtag <tag> [count]         Search by cashtag (default: 20)
    falcon trending [country]            Trending topics (default: worldwide)

Posting (confirm with user first)

    falcon tweet "text"
    falcon reply <id-or-url> "text"
    falcon quote <tweet-url> "text"

Engagement (confirm with user first)

    falcon like <id-or-url>
    falcon unlike <id-or-url>
    falcon retweet <id-or-url>
    falcon bookmark <id-or-url>
    falcon follow <username>
    falcon unfollow <username>

Account

    falcon check                         Verify API key and cookie are set
    falcon balance                       Check remaining API credits

Auth sources

    TWEXAPI_KEY env var: TwexAPI bearer token (required for all commands)
    TWITTER_COOKIE env var: Twitter auth cookie (required for write/engagement commands)

Important notes...

Related Claw Skills