Skip to content

Add typefully plugin - #537

Open
rajatkapoor wants to merge 1 commit into
xai-org:mainfrom
typefully:add-typefully-plugin
Open

Add typefully plugin#537
rajatkapoor wants to merge 1 commit into
xai-org:mainfrom
typefully:add-typefully-plugin

Conversation

@rajatkapoor

@rajatkapoor rajatkapoor commented Sep 3, 2026

Copy link
Copy Markdown

Official Typefully plugin, sourced from typefully/typefully-plugin at a pinned commit.

What this PR does

Ownership

  • I own this plugin or have the right to distribute it.
  • The source repo is published under our official org (or I've explained why not below).

Checklist

  • Added/updated exactly one entry in .grok-plugin/marketplace.json (valid JSON, kebab-case name).
  • Remote source pins a full 40-char lowercase commit sha, and that commit is public + reachable.
  • Regenerated .grok-plugin/plugin-index.json (python3 scripts/generate-plugin-index.py).
  • python3 scripts/validate-catalog.py passes locally.
  • python3 scripts/generate-plugin-index.py --check passes locally.
  • homepage + clear description set; local plugins include README.md + .grok-plugin/plugin.json.
  • License is stated.

Security

  • No curl | bash, remote-code download/exec, or postinstall RCE.
  • No reading/exfiltration of secrets, tokens, .env, or env vars.
  • Hooks and MCP scope are least-privilege.
  • Network endpoints this plugin calls (and why): https://mcp.typefully.com/mcp — the hosted Typefully MCP server, the only endpoint the client connects to. The server itself calls Typefully's first-party API and OAuth authorization server on the user's behalf. No other endpoints; both are declared in the plugin README.
  • Credentials/permissions it requires (and why): none stored in the plugin. Users sign in via OAuth 2.0. Access follows the user's own Typefully workspace permissions. The plugin ships no hooks, no scripts, and executes no local code — it is an MCP server configuration only.

@rajatkapoor
rajatkapoor requested a review from a team September 3, 2026 09:32
Official Typefully plugin, sourced from typefully/typefully-plugin at a
pinned commit. Configures the hosted Typefully MCP server
(mcp.typefully.com, OAuth sign-in) for writing, scheduling, and
publishing social media posts on X, LinkedIn, Threads, Bluesky,
Mastodon, and Substack, plus post analytics. No local code execution,
no hooks, no stored credentials; endpoints and auth are declared in the
plugin README. Keywords and domains are brand-scoped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant