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 Cowork & non-technical users

The default path. No Node.js, terminal, or local server required. Use the remote MCP server for live tools, then add the skills plugin.

  1. Open Customize → Connectors.
  2. Add the SocialSeal remote MCP server URL, https://mcp.socialseal.co/mcp, click Connect, and sign in.
  3. In the Cowork tab, open Customize → Plugins → Personal plugins.
  4. Choose + → Add marketplace → Add from a repository and enter OpenSealAI/agent-skills.
  5. Click Install on SocialSeal Agent Skills.

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

Install the skills plugin from the marketplace:

/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.