← 返回 Skills 市场
🔌

fal.ai

作者 OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oo-fal-ai
功能描述
fal.ai (fal.ai). Use this skill for ANY fal.ai request — searching and reading data. Whenever a task involves fal.ai, use this skill instead of calling the A...
使用说明 (SKILL.md)

fal.ai

Operate fal.ai through your OOMOL-connected account. This skill calls the fal_ai connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: AI, Developer Tools. Exposes 8 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected fal.ai. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "fal_ai" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "fal_ai" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • cancel_queue_request — Request cancellation of a queued or in-progress fal request by model ID and request ID.
  • estimate_pricing — Estimate total fal model cost using either historical API call quantities or expected billing-unit quantities.
  • get_jwks — Retrieve the fal JSON Web Key Set used for webhook signature verification.
  • get_models — Discover fal model endpoints with optional text search, status, category, pagination, endpoint filtering, and response expansion.
  • get_pricing — Retrieve unit pricing information for one or more fal model endpoints, including billing unit and currency.
  • get_queue_request_result — Retrieve the stored final result payload for a completed fal queued request.
  • queue_get_status — Check the status of a queued fal request, with optional log retrieval for in-progress or completed work.
  • queue_get_status_stream — Consume fal queue status updates as a streamed sequence of SSE events until the server closes the stream.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change fal.ai state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — fal.ai is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=fal_ai
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

安全使用建议
Review before installing. This does not look malicious from the available evidence, but users should understand that it can cancel fal.ai queue requests, not just search or read data. Install only if you want the agent to use this connector for fal.ai account operations, and require explicit confirmation before any cancellation or other state-changing action.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is framed as searching and reading fal.ai data, while the documented action set includes `cancel_queue_request`, which changes account/job state.
Instruction Scope
The trigger language covers any fal.ai request, so an agent could select the skill for broad fal.ai tasks despite the manifest presenting a narrower read/search capability.
Install Mechanism
No malicious install behavior was evidenced in the supplied telemetry; VirusTotal reported 0 malicious or suspicious detections across 63 engines.
Credentials
A fal.ai connector may reasonably need access to the user's connected fal.ai account, but state-changing queue cancellation should be clearly scoped and user-directed.
Persistence & Privilege
No evidence was supplied of hidden persistence, privilege escalation, background workers, or unrelated local data access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-fal-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-fal-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Adds an OOMOL skill for operating fal.ai through the `fal_ai` connector with server-side credential handling. - Provides model discovery via searchable, filterable fal endpoint listing with pagination and response expansion support. - Includes pricing tools for retrieving unit costs and estimating total spend from API call counts or billing-unit quantities. - Supports queued request operations, including status checks, streamed SSE status updates, final result retrieval, and cancellation. - Adds webhook verification support by retrieving fal.ai JSON Web Key Sets. - Documents safe execution patterns, live schema inspection, and first-time setup recovery for auth, connection, and billing issues.
元数据
Slug oo-fal-ai
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

fal.ai 是什么?

fal.ai (fal.ai). Use this skill for ANY fal.ai request — searching and reading data. Whenever a task involves fal.ai, use this skill instead of calling the A... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26 次。

如何安装 fal.ai?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oo-fal-ai」即可一键安装,无需额外配置。

fal.ai 是免费的吗?

是的,fal.ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

fal.ai 支持哪些平台?

fal.ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 fal.ai?

由 OOMOL(@oomol)开发并维护,当前版本 v1.0.0。

💬 留言讨论