keyword-research

31 stars 7 forks
28
C

Use when expanding seed topics into intent-based clusters and prioritizing opportunities.

Marketplace
Also in: github networking

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/keyword-research
skilz install gtmagents/gtm-agents/keyword-research --agent opencode
skilz install gtmagents/gtm-agents/keyword-research --agent codex
skilz install gtmagents/gtm-agents/keyword-research --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/seo/skills/keyword-research ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
productivity
Primary Domain
word
Market Score
28

Agent Skill Grade

C
Score: 77/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
20/30
Ease of Use
20/25
Writing Style
9/10
Utility
15/20
Modifiers: +1

Areas to Improve

  • Missing Reference Files for Templates
  • No Validation or Feedback Loops
  • Missing Tool Integration Guidance

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been exploring how different tools approach keyword research, and I noticed your skill takes a pretty pragmatic angle on it—curious what drove some of your design choices, especially around the balance between comprehensiveness and keeping things lightweight for developers.

Links:

The TL;DR

You're at 77/100, which puts you solidly in C territory—the skill works and has real value, but there are some gaps keeping you from the 80+ range. The framework is tight and the writing is clean (9/10 on style), but you're missing some structural pieces that would level up the utility and discoverability.

What's Working Well

  • Writing is sharp. No marketing fluff, every sentence earns its place. The tone is consistently instructional and the voice stays authoritative throughout the 5-step framework.
  • Clear workflow structure. Those five steps (Kicking off, Validating, Refreshing, and the rest) give developers a concrete path forward rather than abstract concepts.
  • Efficient use of space. You're not bloated—the skill respects token budgets while still covering the essentials of keyword research strategy.
  • Consistent terminology. Terms like "cluster," "intent," "SERP," and "pillar page" are used consistently, which makes it easier to follow the mental model.

The Big One: Missing Reference Files

This is what's costing you the most points—you mention templates (cluster worksheet, SERP teardown table, opportunity calculator) but don't actually provide them as separate files. This hurts you in two ways:

  1. Progressive Disclosure Architecture (20/30): You're maxing out a single-file skill when layered references would be way more efficient. Developers have to interpret template structures from y...

Report Security Issue

Found a security vulnerability in this agent skill?