From plumai-skills
Browse, search, and explore keyword/topic opportunities in PlumAI. List topics, filter by industry and score, discover new topics, and run keyword research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plumai-skills:keyword-browsingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse and explore topic/keyword opportunities.
Browse and explore topic/keyword opportunities.
GET /v1/topics
Query parameters:
| Param | Type | Default | Description |
|---|---|---|---|
| limit | number | 20 | Results per page (max 100) |
| cursor | string | — | Cursor for next page |
| industry | string | — | Filter by industry |
| minScore | number | — | Minimum topic score |
| maxScore | number | — | Maximum topic score |
| sortBy | string | — | Sort field |
Response:
{
"topics": [...],
"pagination": {
"cursor": "next_cursor_value",
"hasMore": true
}
}
GET /v1/topics/:id
Returns full topic data including keywords, search volume, and scoring.
GET /v1/topics/industries
Returns all unique industries the user has topics in.
GET /v1/topics/stats
Returns topic counts by industry and score distribution.
POST /v1/topics/:id/research-keywords
Triggers AI-powered keyword research for a specific topic. Returns enriched keyword data.
POST /v1/topics/discover
Body:
{
"industry": "SaaS Marketing",
"maxTopics": 5
}
| Field | Type | Required | Description |
|---|---|---|---|
| industry | string | Yes | Industry to discover topics for |
| maxTopics | number | No | Number of topics (1-20, default 5) |
Response (202 Accepted):
{
"jobId": "uuid",
"status": "queued",
"statusUrl": "/api/v1/jobs/{jobId}"
}
Poll GET /v1/jobs/:jobId until completed. See article-generation skill for polling pattern.
GET /v1/topics?industry=SaaS%20Marketing&minScore=70&sortBy=score&limit=20POST /v1/topics/discover with { "industry": "Fintech", "maxTopics": 10 }GET /v1/jobs/:jobId until completedGET /v1/topics?industry=Fintech to browse discovered topicsGET /v1/topics?minScore=60&limit=50npx claudepluginhub andginja/plumai-skills --plugin plumai-skillsDiscovers, scores, and clusters keywords for SEO and GEO planning. Useful for keyword research, search volume analysis, and topic clustering.
Keyword research, clustering, opportunity scoring, and Week 1 topic selection (10 topics)
Researches, expands, and clusters keywords using the 6 Circles Method for content strategy planning. Useful for topic ideation, seed keyword expansion, and funnel mapping.