Plugin Catalog¶
What's available to use right now, organized by division.
At a Glance¶
| Division | Plugin | Status | Commands |
|---|---|---|---|
| Core | core-dependencies |
Production | 8 |
| SEO | seo |
Production | 5 |
| Paid Media | pdm |
Production | 2 |
| Analytics | analytics |
Production | 4 |
| Operations | operations |
Production | 1 |
| Innovation | innovation |
Production | 2 |
See individual plugin sections below for available commands.
For upcoming agents and timeline, see Roadmap.
Core¶
core-dependencies¶
The foundation layer. Installed automatically with any division plugin.
OpenCode manifests: Each division also ships a .plugin/manifest.json for OpenCode installs.
What it provides:
- Seer writing standards (professional tone, client-safe language)
- Quality gates (data validation, evidence requirements)
- Prompt optimization patterns
Commands:
| Command | What it does |
|---|---|
/chain-of-thought |
Step-by-step reasoning for complex problems |
/95-confidence |
High-confidence mode - only answers when certain |
/token-optimizer |
Analyze and reduce context bloat |
/core-doctor |
Check plugin health and diagnose issues |
/dev-docs |
Save session context for handoff |
/dev-docs-update |
Update saved context before ending |
/qa-check |
Run deliverable quality checks on demand |
/slide-deck |
Generate structured slide deck outlines |
SEO¶
seo¶
Production-ready SEO workflows built on Seer methodology.
Commands:
| Command | What it does | Time saved |
|---|---|---|
/content-audit |
Optimize existing pages with data-driven recommendations | 1.5-2.5 hrs |
/content-outline |
Create strategic blueprint for new pages | 1-1.5 hrs |
/search-landscape |
Comprehensive 12-question SERP analysis | 3-4 hrs |
/content-gap-analysis |
Identify content opportunities vs competitors | 15-20 hrs |
/traffic-decline-analysis |
Diagnose organic traffic drops | 4-8 hrs |
Example:
You: /content-audit
Agent: I'll help optimize this page. A few questions:
1. What's the URL?
2. Target keywords?
3. Primary goal (traffic, conversions, rankings)?
[Pulls data from BigQuery + DataForSEO]
[Generates recommendations with color-coded priorities]
Data sources: BigQuery (rankings, traffic), DataForSEO (SERP, keywords)
Paid Media¶
pdm¶
Paid search analysis and reporting.
Commands:
| Command | What it does | Time saved |
|---|---|---|
/keyword-analysis |
Analyze keyword performance, find negative keyword candidates | 1-1.5 hrs |
/pdm-report |
Generate performance reports with executive summary | 1-1.5 hrs |
Example:
You: /keyword-analysis
Agent: I'll analyze keyword performance. What details?
1. Client name?
2. Date range (30/60/90 days)?
3. Focus (negative keywords, expansion, match types)?
[Queries BigQuery for search term data]
[Identifies wasteful spend patterns]
[Recommends negative keywords]
Data sources: BigQuery (Signals paid media data)
Specialized agent: N-gram Cost Analysis (Saving Ben) - identifies sustained cost trends
Analytics¶
analytics¶
Web analytics reporting and funnel analysis.
Commands:
| Command | What it does | Time saved |
|---|---|---|
/reporting-buddy |
Comprehensive analytics reports with narrative | 7-11 hrs |
/funnel-analysis |
Conversion funnel analysis with bottleneck detection | 7-9 hrs |
/event-tracker |
GA4 event health monitoring | 2-4 hrs |
/first-party-data-audit |
Internal 1P data audit for team review | 8-12 hrs |
Example:
You: /funnel-analysis
Agent: I'll analyze your conversion funnel. Details needed:
1. Client name?
2. Funnel type (e-commerce, lead gen)?
3. Date range?
[Queries GA4 BigQuery export]
[Maps stage-by-stage drop-offs]
[Identifies biggest bottleneck]
[Recommends optimization priorities]
Data sources: BigQuery (GA4 export, GSC)
Operations¶
operations¶
Internal workflows for Seer teams.
Commands:
| Command | What it does |
|---|---|
/time-tracking |
Automate Wrike time entries from calendar |
Data sources: Wrike API
Innovation¶
innovation¶
Tools for building new agents and skills.
Commands:
| Command | What it does |
|---|---|
/agent-architect |
Design Claude agents with quality scoring |
/agent-creator |
Transform specs into production configs |
Specialized agent: test-runner - runs tests in isolated context (prevents output pollution)
Coming Soon¶
The following plugins are in development:
| Plugin | Division | Planned Commands |
|---|---|---|
creative |
Creative | 10 commands (UX audits, content strategy, audience analysis) |
cs |
Client Services | 7 commands (QBR prep, client health, burn reports) |
bd |
Business Dev | 3 commands (proposals, pitch decks, competitive intel) |
marketing |
Marketing | 3 commands (case studies, blog drafts, social content) |
For full details on priorities and timeline, see Roadmap.
Installation¶
# Install core (required)
/plugin install core-dependencies@seer-agent-core
# Install division plugins
/plugin install seo@seer-agent-core
/plugin install pdm@seer-agent-core
/plugin install analytics@seer-agent-core
See Also¶
- Capabilities Index - Auto-generated list of all skills, commands, agents
- Command Reference - Detailed command documentation
- Skill Reference - How skills work and when they activate
- MCP Servers - Data source configuration
Last updated: 2026-01-26