Marketplace पर वापस जाएं
Skill
इफेक्ट टेम्पलेट्स
Freebeat effect templates खोजें और संगीत, इमेज और prompt से effect आधारित वीडियो क्लिप बनाएं.
अभी आज़माएंपहले से इंस्टॉल
Community total usage
3Credits usage
7Total generations
Skill के बारे में
skill.md
# इफेक्ट टेम्पलेट्स
General text-to-video run के बजाय Freebeat effect-template clip चाहिए हो तो यह Skill use करें.
## CLI कमांड चलाने से पहले
Freebeat CLI एक npm package और authenticated API client है. पहले इसे install या refresh करें:
~~~bash
npm install -g freebeat-cli@latest
freebeat --help
~~~
Generation से पहले user को Freebeat API key देनी होगी. इनमें से कोई pattern इस्तेमाल करें:
~~~bash
freebeat auth set-api-key
printf '%s' "$FREEBEAT_API_KEY" | freebeat auth set-api-key --stdin
freebeat --api-key <apiKey> <command>
~~~
Paid या long-running workflow शुरू करने से पहले credentials validate करें:
~~~bash
freebeat auth show
freebeat auth test
~~~
Raw API key paste या log न करें. User से इसे terminal, secret store या environment variable में देने को कहें.
## Templates खोजें
~~~bash
freebeat effects list
freebeat effects list --json
~~~
## Effect task submit करें
~~~bash
freebeat effect submit --effect-id <effectId> --music-id <musicId> --image-url <imageUrl> --prompt "anime glow" --wait
~~~
## Template defaults के साथ चलाएं
~~~bash
freebeat effect run --effect-id <effectId> --prompt "anime glow" --wait
freebeat effect run --effect-id <effectId> --audio song.mp3 --image ref.png --prompt "anime glow" --wait
~~~
Effect commands --audio, --image, --watermark और --wait support करते हैं. Template में default assets हों और user को fast path चाहिए हो तो effect run use करें.
## Progress जांचें
Open RPC image और video commands batch id और serial number लौटाते हैं. Legacy MV और effect commands task id लौटाते हैं.
~~~bash
freebeat task status <batch-id>
freebeat task status <batch-id> --serial-no <serial-no>
freebeat task wait <batch-id> --serial-no <serial-no>
freebeat task status <task-id>
freebeat task wait <task-id>
freebeat task result <task-id>
~~~
जब कोई agent, script या CI task ids, batch ids, serial numbers, result URLs, credits या statuses parse करे तो --json use करें.दूसरे Freebeat CLI Skills आज़माएं
सभी देखेंजनरेशन01
Freebeat Generate
मॉडल चुनना, image और video generation बदलना, Agent-ready creative requests
Freebeat GenerateFreebeat CLI के सभी समर्थित मॉडलों के लिए एकीकृत इमेज और वीडियो जनरेशन Skill.
इमेज02
इमेज स्टूडियो
एल्बम कवर, उत्पाद विजुअल, reference frames, visual variants
इमेज स्टूडियोFreebeat CLI से Nano Banana, Wan और GPT-Image मॉडलों के साथ इमेज बनाएं और एडिट करें.
वीडियो03
वीडियो स्टूडियो
टेक्स्ट-टू-वीडियो scenes, social cuts, cinematic drafts, model comparison
वीडियो स्टूडियोPixverse, Sora, Kling, SeedDance, Wan और HappyHorse से टेक्स्ट-टू-वीडियो बैच बनाएं.
म्यूजिक वीडियो04
म्यूजिक वीडियो
गीत-आधारित MV निर्माण, release visuals, prompt और reference workflows
म्यूजिक वीडियोअपलोड किए गए गीत, prompt और reference images को Freebeat म्यूजिक वीडियो टास्क में बदलें.
ऑपरेशन और परिणाम06
टास्क परिणाम
असिंक्रोनस polling, JSON parsing, परिणाम प्राप्ति और batch automation
टास्क परिणामFreebeat MV, effect, image और video jobs को poll करें और पूरे हुए result URLs निकालें.