Torna al marketplace
Skill

Risultati task

Monitora job MV, effetti, immagini e video Freebeat ed estrai URL di risultato per agenti e script.

freebeat CLI
Prova oraPreinstallato

Utilizzo totale community

7Utilizzo crediti
9Generazioni totali

Informazioni sullo Skill

skill.md
# Risultati task

Usa questo Skill quando esiste già un task id Freebeat o batch id Open RPC e servono stato, attesa o URL risultato.

## Prima di eseguire comandi CLI

Freebeat CLI è un pacchetto npm e un client API autenticato. Installalo o aggiornalo prima:

~~~bash
npm install -g freebeat-cli@latest
freebeat --help
~~~

L’utente deve fornire una chiave API Freebeat prima della generazione. Usa uno di questi schemi:

~~~bash
freebeat auth set-api-key
printf '%s' "$FREEBEAT_API_KEY" | freebeat auth set-api-key --stdin
freebeat --api-key <apiKey> <command>
~~~

Verifica le credenziali prima di avviare un workflow a pagamento o lungo:

~~~bash
freebeat auth show
freebeat auth test
~~~

Non incollare né registrare la chiave API grezza. Chiedi all’utente di fornirla nel terminale, in un secret store o come variabile d’ambiente.

## Task MV ed effetti legacy

~~~bash
freebeat task status <task-id>
freebeat task wait <task-id>
freebeat task result <task-id>
~~~

## Batch immagine e video Open RPC

~~~bash
freebeat task status <batch-id>
freebeat task status <batch-id> --serial-no <serial-no>
freebeat task wait <batch-id> --serial-no <serial-no>
~~~

## Output JSON

~~~bash
freebeat task status <batch-id> --serial-no <serial-no> --json
freebeat task result <task-id> --json
~~~

## Comportamento di attesa

L’intervallo di polling predefinito è 15 s e il timeout predefinito è 2 h. Modificali per code lunghe o controlli locali più rapidi:

~~~bash
freebeat task wait <task-id> --poll-interval 30s --timeout 3h
~~~

Risultato atteso: la CLI restituisce campi di stato durante il job, poi video_url, cover_url o URL risultato Open RPC al termine.

Prova altri Freebeat CLI Skills

Vedi tutto