Learn

Everything you need to share and use Manos automations.

Three things on this page. Watch the two-minute video tutorials. Read the deep-dive on how the marketplace works and what you can upload. Skim the FAQ when something specific comes up.

Watch the videosWhat can I upload?How it works
Start here

Watch the video tutorials.

Two short HeyGen videos that walk you through what AI Forge is and how to upload your first plugin. Both open in a new tab.

Intro · ~1 min

AI Forge in sixty seconds

What AI Forge is, why it exists, and how to start using it across the portfolio.

Watch on HeyGen
Submit a plugin · ~1 min

How to upload your first plugin

Sign in, pick your folder, fill in the details, hit submit. The scrubber strips credentials in your browser before anything uploads.

Watch on HeyGen
Watch and learn

Watch the videos on how to upload and install.

Two short walkthroughs. Each one shows the full flow from start to finish. Pick the one that matches what you want to do.

Episode 1

How to upload your automation

From your folder to the portfolio in one click. About a minute of watch time.

Watch now →
Episode 2

How to install a plugin

How to get an approved AI Forge plugin into your Claude Cowork in one click, then use and pin it.

Watch now →
Three tiers

How the marketplace is organised.

Every automation lives in one of three tiers. Tier determines who maintains it, how trusted it is, and how much polish you can expect.

Core

Built and maintained by Manos.

Issued directly by Kyle's team. Brand-aligned, on an SLA, kept current as APIs change. Mandatory or near-mandatory across the portfolio. You can't submit to Core directly. Plugins get promoted in when they prove themselves.

Example: the daily inbox summariser every team uses.
Approved

Curated and polished from Community.

Started as a Community submission, got cleaned up, documented, and tested by the reviewer. Maintained on an SLA. The Manos quality benchmark.

Example: a meeting transcript indexer once it's been adopted across two or more companies.
Community

Open submission, credential-stripped, ready to share.

What you submit lands here. Scrubbed for tokens and tenant IDs, reviewed for safety, then published. No central maintenance promise. Each plugin ships with a diagnostic prompt so your local Claude can walk you through fixes if something breaks.

Example: most of what gets submitted. If it's useful and gets used widely, it gets promoted.
What can I upload?

Any automation, not just Claude plugins.

AI Forge accepts any automation type. Pick what you built it in on the submit page, and the upload zone matches automatically — folder for Claude plugins and scripts, single file for everything else. Below: exactly how to export from each tool.

Claude plugin

Skills, commands, MCPs, custom agents, anything built for Claude Code or Claude Cowork. These genuinely need a folder because they ship with a plugin.json manifest plus the skill/command/agent files alongside it.

How to export it

  1. Open the plugin folder on your machine. It already exists if you built the plugin with create-cowork-plugin.
  2. Make sure plugin.json is at the top level of the folder.
  3. Drag the whole folder onto AI Forge's upload zone, or click and pick the folder.

How it installs for the recipient

Installs one-click from the Cowork Directory once it lands in the catalogue. No download needed.

Power Automate (Cloud)

Cloud flows you've built at flow.microsoft.com. AI Forge stores the exported package; the recipient imports it into their own environment and rebinds connections.

How to export it

  1. Go to flow.microsoft.com and sign in.
  2. Click My flows in the left nav.
  3. Find your flow, click the three-dot menu next to it, then click Export → Package (.zip).
  4. Fill in the package name and description, click Export, then download the .zip.
  5. On AI Forge, drag the .zip onto the upload zone. AI Forge wraps it for you. Name it on the form.

How it installs for the recipient

People download the .zip from the catalogue, then in Power Automate go to My flows → Import → Package, upload the .zip, and rebind connections to their own accounts.

Heads up. At import time the recipient picks which of their own connectors (Outlook, Teams, SharePoint, etc) map to the ones in the package. That step can't be skipped.
Power Automate Desktop

Different product from Cloud flows. Lives on Windows desktops, exports as .ppd files.

How to export it

  1. Open Power Automate (desktop app) and find your flow in the flow list.
  2. Right-click the flow, click Save as.
  3. Choose a location and save. You get a .ppd file.
  4. On AI Forge, drag the .ppd file onto the upload zone. Name it on the form. Pick Power Automate as the type and note Desktop in the description.

How it installs for the recipient

Recipient downloads the .ppd, opens Power Automate Desktop, picks File → Open from file.

n8n workflow

Works the same on self-hosted n8n and n8n.io cloud. Exports as a single JSON file.

How to export it

  1. Open the workflow in n8n.
  2. Click the three-dot menu at the top right of the workflow.
  3. Click Download. The file saves as <workflow-name>.json.
  4. On AI Forge, drag the .json onto the upload zone. Name it on the form.

How it installs for the recipient

Recipient downloads the .json, in n8n picks Workflows → Add workflow → Import from file.

Make.com (Integromat)

Scenarios export as a blueprint JSON file.

How to export it

  1. Open the scenario in Make.com.
  2. Click the three-dot menu at the bottom of the scenario editor.
  3. Click Export Blueprint. A Blueprint.json file downloads.
  4. On AI Forge, drag the .json onto the upload zone. Name it on the form.

How it installs for the recipient

Recipient downloads the .json, in Make.com creates a new scenario via Create a new scenario → Import Blueprint.

Script

Python, PowerShell, Node, Bash. Anything that runs from a terminal or scheduled job.

How to export it

  1. Put your script in a folder along with a README.md that explains what it does, what packages or runtimes it needs, and how to run it.
  2. If there are config values (URLs, account names), put them in a config.json template at the top of the folder so the customizer skill can prompt the installer for their values.
  3. On AI Forge, drag the folder onto the upload zone.

How it installs for the recipient

Recipient clones or downloads the folder, installs dependencies per the README, runs the script.

Zapier

Zapier has no native file export. The closest equivalent is a Share-as-Template URL, so a Zapier submission is really documentation plus a share link.

How to export it

  1. In Zapier, open the Zap.
  2. Click Share, then Share as Template. Zapier generates a public URL like zapier.com/shared/abc123.
  3. On your machine, create a folder named after the Zap. Inside, put a README.md describing what the Zap does, trigger, actions, and paste the share URL.
  4. On AI Forge, drag the folder onto the upload zone. Pick Other as the type and type 'Zapier' in the tool name field.

How it installs for the recipient

Recipient clicks the share URL in the README, which opens Zapier with the template ready to install.

Heads up. Zapier templates don't preserve account-specific connections. The recipient has to authorise each app (Gmail, Slack, etc.) themselves.
Custom GPT / ChatGPT

Custom GPTs can't be downloaded. Submission is documentation plus a share link, like Zapier.

How to export it

  1. Open your Custom GPT in ChatGPT.
  2. Click Share → Anyone with the link, copy the URL.
  3. Create a folder named after the GPT. Inside, put a README.md with: the system instructions you gave it (copy from the Configure tab), what tools or knowledge files it uses, and the share URL.
  4. On AI Forge, drag the folder onto the upload zone. Pick Other as the type and type 'Custom GPT' in the tool name field.

How it installs for the recipient

Recipient clicks the share URL to open the GPT in their own ChatGPT, no setup needed.

Other

Catch-all for VBA macros, Excel templates, Power BI files, Bicep templates, n8n alternatives, anything else useful.

How to export it

  1. Put the export file(s) in a folder with a README.md describing what it does, what tool runs it, and any install steps.
  2. On AI Forge, drag the folder (or single file if it's just one) onto the upload zone. Pick Other as the type and type the tool name in the field that appears.

How it installs for the recipient

Recipient follows the README. The catalogue shows the tool name you typed so people know what they're looking at.

Step by step

From idea to published.

The complete flow, end to end. Skip what you already know.

  1. Build your automation as you normally would.

    Use whatever tool fits the job. Claude Code, Power Automate, n8n, a Python script. The marketplace doesn't care what it's built in, only that it solves a real problem.

  2. Put it in a single folder.

    One folder per automation. If it's a Claude plugin, follow the plugin folder structure (manifest plus code). If it's a Power Automate flow, export the .zip or the solution into the folder. If it's a script, put the script plus a short README inside. Anything sensitive (API keys, tenant IDs, emails) goes in but will be stripped in the next step.

  3. Submit via /submit.

    Sign in, pick the folder, fill in the metadata. Name, slug, what it does in one sentence, the diagnostic prompt for community plugins, the type (Claude / Power Automate / n8n / etc).

  4. The scrubber runs in your browser.

    Before anything uploads, the scrubber strips OAuth tokens, API keys, emails, tenant IDs, and other credentials, replacing them with named placeholders like {{CONFIG_OUTLOOK_TENANT_ID}}. The reviewer sees the scan report. Your original files never leave your machine, only the cleaned copy.

  5. Hit Submit.

    The cleaned folder commits to the ingest GitHub repo and lands in the reviewer's queue. You get a "Submitted" confirmation.

  6. Review.

    The reviewer reads the scan report, sandbox-tests the install, edits the manifest if needed, and promotes it to the curated repo. Or asks you a question via Teams. Or declines with a reason.

  7. Live in the catalogue.

    Once promoted, your automation shows up on the homepage catalogue. Anyone in any of the seven companies can install it (Claude plugins) or download it (everything else) from inside Cowork. Every install ticks your contributor count. The whole portfolio benefits.

Best practices

How to make your submission land cleanly.

Name it like a feature, not a project.

"Daily Inbox Summariser" is good. "Kyle inbox v3 final final" is not. The name is what people search and skim. Make it tell them what it does.

One sentence on what it does, no more.

The short description has to fit on a catalogue card. Lead with the verb. Mention the inputs and outputs.

Pick the right category.

Categories are the main way people filter. Internal admin is not the same as Operations. Lead Gen is not Marketing. Pick the one that matches what the automation actually does.

Tags help discovery.

Two to five tags. Lowercase, hyphenated. Tools it talks to, the platform, the workflow stage. e.g. outlook, m365, daily, triage.

Write the diagnostic prompt as a handover note.

Pretend you're handing the plugin off to a Claude that's never seen it. State what the plugin does, what services it depends on, and the three most likely failure modes. Under 400 words.

If it depends on credentials, name them in config slots.

The scrubber will create placeholders for everything it catches. Add anything it missed manually. The customizer skill uses these slot names when prompting installers.

FAQ

Things people ask.

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.