Skip to content
SocialSeal
MCP server & open-source Agent Skills

Run SocialSeal from your AI agent

Connect SocialSeal to Claude Cowork, Claude Code, Codex, and any MCP-capable agent. Your agent can analyse traveller intent, build content blueprints, and track discoverability on its own.

An agent-native intent engine

SocialSeal exposes the same surface to people and to agents. The remote MCP server at https://mcp.socialseal.co/mcp and open-source skills let an agent move from social-search strategy to creator-ready briefs to discoverability tracking without leaving the chat.

Stable tool surface

A small set of meta-tools lets agents discover the live registry, read schemas, and call backend functions safely, instead of memorising brittle endpoints.

Skills, not guesswork

Open-source Agent Skills encode the SocialSeal workflow so agents follow the right order: strategy, production, then measurement.

Meets agents where they run

A remote MCP server for Cowork, Claude Code, and other MCP-capable agents, plus a CLI and file mode for working from CSV/JSON exports.

Connect SocialSeal to your agent

Pick the path that matches your environment. Agents can read this section directly and follow the steps.

Claude web, Desktop & Cowork

Recommended: add the SocialSeal plugin directly from its GitHub repository. Registration in Claude's community marketplace is still pending, and this route requires no terminal or local setup.

  1. Open Customize in Claude's left sidebar. If you are using Cowork, open the Cowork tab first.
  2. Open Plugins. Under Personal plugins, select + → Add marketplace.
  3. Choose Add from a repository, enter OpenSealAI/agent-skills, and confirm.
  4. Click Install on socialseal-agent-skills.
  5. Type / or click + in a chat to use the installed SocialSeal skills.
Watch the complete “Add from repository” installation flow in Claude.

Plugins are available on Claude's paid plans. See Claude's plugin guide for availability and admin restrictions.

Connect live SocialSeal tools

The plugin adds SocialSeal's workflow skills. To let Claude use live workspace data and tools, also open Customize → Connectors, add https://mcp.socialseal.co/mcp as a custom connector, then connect and sign in.

Prefer Claude Cowork's upload flow? Download the skills as a ZIP file, then upload it from Plugins → Upload a skill.

Download skills ZIP

Claude Code

Add the repository as a plugin marketplace, then install the SocialSeal skills plugin:

/plugin marketplace add OpenSealAI/agent-skills
/plugin install socialseal-agent-skills@socialseal-skills

For live tools, add the remote MCP server:

claude mcp add --transport http socialseal https://mcp.socialseal.co/mcp

CLI & other agents

For live MCP tools, configure your agent with the SocialSeal remote server URL:

https://mcp.socialseal.co/mcp

Then install the skills via skills.sh for Codex and other agents:

npx skills add OpenSealAI/agent-skills

Or drive the same function surface from the public CLI:

npm install -g @socialseal/cli
socialseal login
socialseal tools list

How an agent calls SocialSeal

MCP mode exposes a small set of stable meta-tools. Agents discover the live registry, read a schema before any mutating call, then invoke backend functions through socialseal_call_tool.

  • 1.socialseal_list_workspaces — confirm scope
  • 2.socialseal_list_available_tools — browse the registry
  • 3.socialseal_get_tool_schema — read fields before mutating
  • 4.socialseal_call_tool — invoke a backend function
  • 5.socialseal_get_tool_status — poll async runs
// MCP
socialseal_call_tool {
  toolName: "vnext-blueprints-generate",
  body: { opportunityKey: "<opportunity-key>" },
  workspaceId: "<workspace-id>"
}

// CLI equivalent
npx -y @socialseal/cli tools call \
  --function vnext-blueprints-generate \
  --workspace-id <workspace-id> \
  --body @blueprint.json

What agents can do with SocialSeal

The skills cover the full workflow, joined by a single opportunity from analysis through to a rough cut.

Strategy

  • Workspace setup
  • Tracking group design
  • Opportunity analysis
  • Competitor & content analysis
  • Social plan builder

Production

  • Video concepting
  • Reference video analysis (Video DNA)
  • Blueprint builder
  • Creator briefing
  • Asset planning & generation prompts
  • Asset Studio rough cut & CapCut export prep

Measurement

  • Performance readout
  • Discoverability tracking
  • Content adjustment recommendations
  • Management reporting
  • Follow-up planning

Scope note: these skills do not automate posting, scheduling, inbox/DM management, paid media buying, or day-to-day account operations.

Start building with agents

The skills, references, and integration guide are open source. Read them, install them, or point your agent straight at the repo.

Prefer the dashboard? Explore features. Want a walkthrough? Book a demo.