Skip to content

Content rules for shared crews

Anyone can share a crew to the community marketplace, and every listing is reviewed before it goes live. These are the rules a listing has to follow — in plain words, one sentence each.

  1. No secrets

    Never include API keys, tokens, passwords or private keys — the automated check blocks them, and a listing is public once approved.

  2. Nothing private

    Do not point at your own servers, internal hostnames, private IPs or anyone’s confidential documents.

  3. Yours to share

    Only publish crews and skills you wrote or have the right to share, and credit any source you built on.

  4. Safe by default

    Every crew is published in advise mode; do not instruct it to run destructive commands, hide things from the user or work around its permissions.

  5. Say what it does

    The title, tagline and description must describe what the crew actually does — no placeholders, no unfinished text, no misleading claims.

  6. Nothing harmful

    No hateful, harassing, sexual or illegal content, and nothing designed to deceive or harm the people who install it.

  7. One listing per crew

    Update your existing listing instead of submitting a near-copy, and do not re-list someone else’s crew as your own.

  8. Reports are taken seriously

    Anyone can report a listing; three reports hide it until a reviewer looks, and listings that break these rules are removed.

What is checked automatically

Before a reviewer sees a submission, it runs through a fixed set of checks. A failed check blocks the submission and says what to fix; a warning goes through and is shown to the reviewer.

  • SecretsBlocks

    API keys, tokens, private keys and password-style assignments anywhere in the listing.

  • Private hostsBlocks

    localhost, private IP ranges, internal domains and your own workspace’s hostnames. Other unrecognised links are flagged for the reviewer.

  • SizeBlocks

    A persona over 64 KB, more than 20 skills, or a skill over 32 KB. A very long description is only flagged.

  • Destructive commandsBlocks

    Instructions such as rm -rf /, curl … | sh or a fork bomb. Prompt-injection phrases are flagged, not blocked.

  • Execute modeFlags

    A persona set to execute is published in advise mode; people who install it can switch it on afterwards.

  • Unfinished textFlags

    Instructions under 200 characters, or containing TODO / lorem ipsum.

  • Near-duplicatesFlags

    A title almost identical to an existing listing, or the same set of personas.

The license

Every community listing is published under the MIT License. In short:

  • Anyone may use, modify and redistribute this crew, free of charge, anywhere — in AgentTask, in Claude Code, or in any other tool.
  • Keep the copyright line and the licence text with any copy you pass on. That is the one condition.
  • It comes with no warranty: the publisher and AgentTask promise nothing about whether it works for you.

MIT permits resale, so anyone may sell a crew they obtained here. Installing writes a LICENSE file naming the publisher alongside the crew files. Read the full license