/ Diretório / Playground / fal.ai Community Skills
● Comunidade fal-ai-community ⚡ Instantâneo

fal.ai Community Skills

por fal-ai-community · fal-ai-community/skills

Community Agent Skills for fal.ai - image, video, and model deployment from AI coding agents.

fal.ai Community Skills is a Claude Code/agent skill by fal-ai-community. Community Agent Skills for fal.ai - image, video, and model deployment from AI coding agents. See the source repo for setup, supported clients, and configuration details.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

fal-ai-skills.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "fal-ai-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fal-ai-community/skills",
        "~/.claude/skills/fal-ai-skills"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "fal-ai-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fal-ai-community/skills",
        "~/.claude/skills/fal-ai-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "fal-ai-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fal-ai-community/skills",
        "~/.claude/skills/fal-ai-skills"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fal-ai-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fal-ai-community/skills",
        "~/.claude/skills/fal-ai-skills"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "fal-ai-skills",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fal-ai-community/skills",
        "~/.claude/skills/fal-ai-skills"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "fal-ai-skills": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/fal-ai-community/skills",
          "~/.claude/skills/fal-ai-skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add fal-ai-skills -- git clone https://github.com/fal-ai-community/skills ~/.claude/skills/fal-ai-skills

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: fal.ai Community Skills

Use fal.ai Community Skills for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quando usar: You need the capability: Community Agent Skills for fal.ai - image, video, and model deployment from AI coding agents.

Pré-requisitos
  • Skill installed — git clone https://github.com/fal-ai-community/skills ~/.claude/skills/fal-ai-skills
Fluxo
  1. Install
    Install fal.ai Community Skills following the README at https://github.com/fal-ai-community/skills✓ Copiado
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use fal.ai Community Skills to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Armadilhas
  • README is the source of truth; details here may lag upstream — Check https://github.com/fal-ai-community/skills for the latest setup steps and tool list

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills