socialseal-opportunity-analysislisted
Install: claude install-skill OpenSealAI/agent-skills
# SocialSeal Opportunity Analysis
## Overview
SocialSeal opportunity analysis answers: where should the brand create or improve content because people are searching and the current surfaced content leaves a gap?
This skill replaces a vague prompt like “analyze this SocialSeal data.” It tells the agent what to inspect, how to define an opportunity, what metrics are safe to use, and what a good deliverable looks like.
## Inputs
Required:
- SocialSeal export files or SocialSeal MCP/CLI access
- workspace ID and group ID(s), or exported CSV/JSON files
- brand/entity definition and owned handles
- platform, market, language, keyword/topic scope, and date range
Good to have:
- competitor list
- current content pillars
- business priority or target audience
- previous-period export for comparison
If no relevant tracking group or export exists, do not invent an opportunity matrix.
Route through `socialseal-workspace-setup` for either a focused one-off search journey
or reusable group setup, then resume with the returned journey/ranked evidence.
## Data Access
Use enriched ranked search rows for keyword-level analysis:
```bash
npx -y @socialseal/cli data export-search-results \
--group-ids <group-id-1>,<group-id-2> \
--workspace-id <workspace-id> \
--out ./exports/search-results.csv \
--timeout 120000
```
Use group evidence when you need a safer unified export across social and Google AI groups:
```bash
npx -y @socialseal/cli data export-group-evidence \
--grou