{
  "schemaVersion": "1.0",
  "item": {
    "slug": "falcon",
    "name": "Falcon",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BubblyJove/falcon",
    "canonicalUrl": "https://clawhub.ai/BubblyJove/falcon",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/falcon",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=falcon",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "falcon.sh",
      ".claude/settings.local.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/falcon"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/falcon",
    "agentPageUrl": "https://openagent3.xyz/skills/falcon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/falcon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/falcon/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [],
    "body": "falcon\n\nUse falcon to read, search, and interact with Twitter/X.\n\nQuick start\n\nfalcon check\nfalcon user elonmusk\nfalcon tweets elonmusk 5\nfalcon read <url-or-id>\nfalcon search \"bitcoin\" 10\n\n\nReading users\n\nfalcon user <username>               Profile info for a single user\nfalcon users <u1,u2,...>             Look up multiple users (comma-separated)\nfalcon find <keyword> [count]        Search for users by keyword (default: 5)\nfalcon followers <username> [count]  List followers (default: 20)\nfalcon following <username> [count]  List following (default: 20)\n\n\nReading tweets\n\nfalcon tweets <username> [count]     User's tweets and replies (default: 20)\nfalcon read <id-or-url> [...]        Read one or more tweets by ID or URL\nfalcon replies <id-or-url> [count]   Replies to a tweet (default: 20)\nfalcon similar <id-or-url>           Find similar tweets\nfalcon retweeters <id-or-url> [cnt]  Who retweeted a tweet (default: 20)\n\n\nSearching\n\nfalcon search <query> [count]        Advanced search (default: 10)\nfalcon hashtag <tag> [count]         Search by hashtag (default: 20)\nfalcon cashtag <tag> [count]         Search by cashtag (default: 20)\nfalcon trending [country]            Trending topics (default: worldwide)\n\n\nPosting (confirm with user first)\n\nfalcon tweet \"text\"\nfalcon reply <id-or-url> \"text\"\nfalcon quote <tweet-url> \"text\"\n\n\nEngagement (confirm with user first)\n\nfalcon like <id-or-url>\nfalcon unlike <id-or-url>\nfalcon retweet <id-or-url>\nfalcon bookmark <id-or-url>\nfalcon follow <username>\nfalcon unfollow <username>\n\n\nAccount\n\nfalcon check                         Verify API key and cookie are set\nfalcon balance                       Check remaining API credits\n\n\nAuth sources\n\nTWEXAPI_KEY env var: TwexAPI bearer token (required for all commands)\nTWITTER_COOKIE env var: Twitter auth cookie (required for write/engagement commands)\n\n\nImportant notes\n\n- The falcon script lives at {baseDir}/falcon.sh\n- All commands accept tweet URLs (x.com or twitter.com) or bare tweet IDs\n- Always confirm with the user before executing any write or engagement command\n- Search accepts any Twitter advanced search syntax\n- Hashtags can be passed with or without the # prefix\n- Cashtags can be passed with or without the $ prefix\n- Country for trending uses slug format: united-states, united-kingdom, japan, etc."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BubblyJove/falcon",
    "publisherUrl": "https://clawhub.ai/BubblyJove/falcon",
    "owner": "BubblyJove",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/falcon",
    "downloadUrl": "https://openagent3.xyz/downloads/falcon",
    "agentUrl": "https://openagent3.xyz/skills/falcon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/falcon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/falcon/agent.md"
  }
}