Can I upload a Power Automate flow?
Yes. Export the flow or solution from Power Automate as a .zip, drop it in a folder with a short README, submit via /submit, pick Power Automate as the type. The marketplace stores it as a downloadable folder. People install it by downloading the .zip from GitHub and importing it into their own Power Automate environment.
What about n8n workflows or Make.com scenarios?
Same answer for n8n and Make. Export the workflow JSON (n8n) or blueprint JSON (Make), drag the single file onto AI Forge, name it on the form. People download and import into their own instance. Zapier and Custom GPTs are different because they don't have native file exports — see the 'What can I upload?' section for those.
Can I share a one-off script (Python, PowerShell, Node)?
Yes. Put the script in a folder with a README that explains what it does, what dependencies it needs, and how to run it. Submit it as Script type. Useful for batch jobs, data fixes, and anything that doesn't fit the plugin model.
What's the difference between a Claude plugin and the others?
Claude plugins install with one command (or one click from the Cowork Directory). Everything else is a download-and-import. The catalogue shows a type badge on each card so you know which before you click.
What gets stripped by the scrubber?
OAuth tokens, API keys (Anthropic, OpenAI, Slack, GitHub, AWS, Google, n8n), JWTs, bearer tokens, emails, GUIDs (used for M365 tenant IDs and similar), and env-file values. They get replaced with named placeholders. Hardcoded customer URLs and high-entropy strings get flagged for the reviewer.
What if my plugin needs a secret the scrubber didn't catch?
Add it manually to the config slots before submitting. The reviewer can also add slots during review. The customizer skill uses these to prompt the installer at install time.
Do I need a Max plan to use the marketplace?
No. The marketplace is a private GitHub repo connected to your Valsoft Cowork Enterprise account. Anyone with Cowork access on the Valsoft tenant can install from it.
What if I find a bug in a Community plugin?
Every Community plugin ships with a diagnostic prompt. Trigger 'this isn't working' in Claude and your local Claude walks you through the fix. If it's a real bug, message the submitter on Teams. If they're not responsive, the reviewer can step in.
Can I submit something Mountain AI built?
No. This marketplace is Valsoft only. Anything tagged or branded Mountain AI gets declined at review.
Who sees my submission?
The reviewer sees it first. Once promoted, every Cowork user across the seven Manos companies sees it on the catalogue. The ceiling is all 159 Valsoft companies if it gets that far.
Can I request a plugin instead of building one?
Yes. Hit
Request a plugin in the nav. Describe what you need, urgency, what tools it would talk to. The reviewer either builds it or routes you to someone who already has.
What happens to my credentials when I install something?
They stay on your machine. The customizer skill prompts you for them at install time and writes them to your local plugin config. The marketplace never sees them.