Agent Plugins Marketplace
All plugins

so-me-studio

v1.0.0

Draft, publish, and schedule social media text posts with So-me Studio.

Codex1 Skill1 MCP serverStreamable HTTP

By 7t1 Studio / So-me StudioLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install so-me-studio for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add so-me-studio@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/7t1-studio/so-me-studio-chatgpt-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

so-me-studio/
├── .codex-plugin/plugin.json
├── skills/social-posting/SKILL.md
└── .mcp.json

Included Skills1

social-postingskills/social-posting/SKILL.md

Draft, publish, schedule, and manage social media text posts in So-me Studio. Use for requests involving a So-me Studio workspace, its connected accounts, saved drafts, or posting calendar. Version 1 supports posting, not analytics, inbox, account administration, or media generation.

MCP servers1

so-me-studioStreamable HTTP
url
https://api.so-me.studio/mcp/posting

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "so-me-studio",
  "version": "1.0.0",
  "description": "Draft, publish, and schedule social media text posts with So-me Studio.",
  "author": {
    "name": "7t1 Studio / So-me Studio",
    "email": "[email protected]",
    "url": "https://so-me.studio"
  },
  "homepage": "https://docs.so-me.studio/mcp/overview",
  "license": "MIT",
  "keywords": [
    "social-media",
    "posting",
    "scheduling",
    "drafts",
    "so-me-studio"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "So-me Studio",
    "shortDescription": "Draft, publish, and schedule social posts.",
    "longDescription": "Connect your So-me Studio workspace to draft, publish, and schedule text posts for your connected social accounts. Review your calendar, edit upcoming posts, and check publication status. Version 1 focuses on posting; media attachments and other product features are reserved for future releases. Requires a workspace with API/MCP access and connected social accounts.",
    "developerName": "7t1 Studio",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://so-me.studio",
    "privacyPolicyURL": "https://so-me.studio/privacy-policy",
    "defaultPrompt": [
      "Save a LinkedIn text draft in So-me Studio.",
      "Schedule a text post with So-me Studio.",
      "Show my upcoming posts in So-me Studio."
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg"
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[so-me-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/so-me-studio)