submit

what are you sharing?

Read the submission rulebook first. Every field explained, the quality bar, and the Awesome Score — the exact rules our reviewers use.
a plugin

you built something Grok Bots can use. you get your own page and a dofollow link.

submit a plugin
a use case

you made your Grok Bot do something great. you get a page, and the credit stays yours.

submit a use case
found it on x?

someone else built it. put it up and you get scout credit.

how to scout

no github account? — a plugin

  1. 01

    copy the frontmatter template

    every field is documented in CONTRIBUTING.md — or use the prefilled “add a file” buttons above.

    content/plugins/<your-slug>.md
  2. 02

    open an issue instead

    No GitHub account? Open an issue with the link and we’ll take it from there.

no github account? — a use case

  1. 01

    copy the frontmatter template

    named-character title, what it does, the prompt, and the post you found it in.

    content/use-cases/<your-slug>.md
  2. 02

    found it in a video instead?

    add primary_source with kind: youtube-video and the video url — youtube.com/watch, youtu.be/ or youtube.com/shorts/. title and channel are required, so the source stays named even if the player never loads. a timestamp is optional: write it as mm:ss and the page deep-links there.

    primary_source:
      kind: youtube-video
      url: "https://www.youtube.com/watch?v=<id>"
      title: "the video's real title"
      channel: "the channel name"
      timestamp: "4:12"   # optional
  3. 03

    prefer the long version?

    Read /contribute/.