Setup
Skill produtoramaxvision/maxvision-utilities/media-forge/plugins/media-forge-hosted/skills/setup
MaxVision's curated Claude Code marketplace — production-grade skills for n8n workflows, Google Tag Manager API, and more.
npx -y skills add produtoramaxvision/maxvision-utilities --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Onboarding wizard: env detection, API key prompts, output dir setup, first dry-run smoke. Run on first install.
SKILL.md
2.1 KB, 440 tokens by cl100k_base, as published. Nobody here has run it
media-forge:setup
First-time onboarding wizard. Detects environment, prompts for missing API keys, configures output directories, and runs a dry-run smoke test.
Workflow
- Run
media-forge config get apiKey. If key is present, skip to step 4. - Prompt user for Google AI API key (never echo back in full — show only last 4 chars).
- Write key to
~/.media-forge/config.jsonviamedia-forge config set apiKey <value>. - Prompt user for output directory (default:
./outputs). Write to config. - Run
media-forge doctor --skip-networkto validate installation. - If doctor passes: suggest first example:
/media-forge:create a cinematic sunset over mountains. - If doctor fails: show structured error and troubleshooting steps.
Higgsfield credentials + plan picker (P14)
Refer to commands/setup.md for the Higgsfield credentials + plan picker step (P14). That document owns the authoritative wizard prose (API key/secret, usdPerCredit plan selection, webhook URL, tunnel guidance).
Kling credentials (P15+)
Refer to commands/setup.md Step N+2 for the Kling credential wizard (P15+). That document owns the authoritative prose (Access Key, Secret Key, watermark default, JWT cache TTL, webhook URL). NEVER echo the secret — show only the last 4 chars per project security policy.
Seedance 2.0 credentials (P16+)
Refer to commands/setup.md Step N+3 for the Seedance 2.0 credential wizard (P16+). That document owns the authoritative prose (FAL_KEY, BYTEPLUS_ARK_API_KEY, MEDIA_FORGE_SEEDANCE_ENABLED, IP risk advisory). NEVER echo the full key — show only the last 4 chars per project security policy.
When to use
Run once after installing the media-forge plugin, or any time configuration is lost or needs reset.
Outputs
- Configuration status report
- Doctor check results
- First example command suggestion
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.