
A competitor SEO audit is four jobs pretending to be one:
- Keyword research — what are they ranking for?
- SERP position — where do they actually sit for those terms?
- On-page scrape — what's on the pages that rank?
- Backlinks — who's linking to them, and how strong is the profile?
Do it by hand and you're juggling four providers, four API keys, four billing dashboards, and four slightly different response shapes to normalize.
The skill does the wiring
The SEO Audit skill chains those tools in order, passes the output of each into the next, and returns one normalized report. Your agent makes a single call:
curl https://skillrune.com/api/run-skill \
-H "Authorization: Bearer skillrune_sk_..." \
-d '{ "skill": "seo-audit", "input": { "domain": "competitor.com" } }'No keys to manage, one balance, and you only pay for the underlying tool calls the skill makes.
That's the whole pitch: the skill is the know-how, the tools are the commodity underneath.