Agent skill · Security

SEMrush Automation

Automate SEO analysis with SEMrush -- research keywords, analyze domain organic rankings, audit backlinks, assess keyword difficulty, and discover related terms through the Composio SEMrush integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill semrush-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: composio-skills/semrush-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEMrush Automation Run **SEMrush** SEO analytics directly from Claude Code. Analyze domain keywords, audit backlink profiles, research keyword difficulty, discover related terms, and track organic page performance without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/semrush](https://composio.dev/toolkits/semrush) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your SEMrush account when prompted. The agent will provide an authentication link. 3. All SEMrush tools require a `database` parameter specifying the regional database (e.g., `us`, `uk`, `de`). Choose the correct region for your target audience. --- ## Core Workflows ### 1. Domain Organic Keywords Analysis Retrieve all organic search keywords for a domain, including positions, traffic estimates, CPC, and keyword difficulty. **Tool:** `SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS` Key parameters: - `domain` (required) -- e.g., `example.com` - `database` (required) -- regional database code (e.g., `us`, `uk`, `de`) - `display_limit` (default 10000) and `display_offset` (default 0) -- pagination - `display_sort` -- sort by position, traffic, volume, etc. (

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Domain Organic Keywords Analysis
  4. 2. Keyword Overview and Batch Analysis
  5. 3. Domain Organic Pages Report
  6. 4. Backlink Profile Overview
  7. 5. Keyword Difficulty Assessment
  8. 6. Discover Related Keywords
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the SEMrush Automation skill do?

Automate SEO analysis with SEMrush -- research keywords, analyze domain organic rankings, audit backlinks, assess keyword difficulty, and discover related terms through the Composio SEMrush integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill semrush-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going