Overview
- Skill Key
- hexiaochun/fal-llms-txt
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/fal-llms-txt
- Latest Commit SHA
- d2711d07d4ec16453fdc98e76eb7499e7531f5c4
获取 fal.ai 模型系列的所有变体及其 llms.txt 链接。当用户提供 fal.ai 模型链接并要求获取 llms.txt、查看模型文档、或查看模型变体时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fal-llms-txt 技能。 若已安装,则直接安装 fal-llms-txt 技能。
# Fal 模型 llms.txt 链接获取 输入一个 fal.ai 模型页面链接,自动发现该模型下的所有变体(如 pro/standard、image-to-video/text-to-video),输出每个变体对应的 llms.txt 文档链接。 ## 触发场景 - 用户提供 fal.ai 模型链接,要求获取 llms.txt - 用户想查看某个 fal 模型系列的所有变体 - 用户想获取 fal 模型的 API 文档 - 用户提到 "llms.txt"、"模型文档"、"模型变体" 并涉及 fal.ai 链接 ## 前置输入 用户需提供一个 fal.ai 模型页面链接,格式如: ``` https://fal.ai/models/fal-ai/minimax/hailuo-2.3-fast/standard/image-to-video ``` ## 核心原理 - fal.ai 模型页面有一个下拉菜单,包含同系列的所有模型变体 - 每个变体有独立的 URL 路径(路径可能不同,如 `hailuo-2.3-fast` vs `hailuo-2.3`) - 在模型页面 URL 末尾追加 `/llms.txt` 即可获取该变体的 LLM 文档 ## 工作流 ### 步骤 1:导航到模型页面 使用 `browser_navigate` 打开用户提供的 fal.ai 模型链接。 ``` browser_navigate → 用户提供的 URL ``` ### 步骤 2:获取页面快照,定位下拉菜单 使用 `browser_snapshot` 获取页面结构。找到下拉菜单按钮,它的特征是: - `role: button` - `states: [collapsed]` - 名称通常包含模型变体描述,如 "Fast Image To Video (standard)" **注意**:如果页面上没有这样的下拉按钮,说明该模型只有单一变体,直接跳到步骤 6。 ### 步骤 3:点击下拉菜单展开 使用 `browser_click` 点击该按钮,展开下拉菜单。 ### 步骤 4:读取所有变体 展开后,再次使用 `browser_snapshot`,从中提取所有 `role: menuitem` 元素。每个 menuitem 的 `name` 就是一个模型变体名称。 **示例 snapshot 片段**: ```yaml - role: menuitem name: Fast Image To Video (pro) ref: e71 - role: menuitem name: Fast Image To Video (standard) ref: e72 - role: menuitem name: Image To Video (pro) ref: e73 - role: menuitem name: Text To Video (pro) ref: e74 - role: menuitem name: Image To Video (standard) ref: e75 - role: menuitem name: Text To Video (standard) ref: e76 ``` 记录下所有 menuitem 的名称和 ref,形成待处理列表。 ### 步骤 5:逐个点击变体获取实际 URL 对每个 menuitem,执行以下操作: 1. **点击 menuitem**:`browser_click` 使用对应的 ref 2. **等待导航**:`...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.