@agentseo/openclaw-plugin
Official OpenClaw plugin for AgentSEO.
Repository: https://github.com/AgentSEO-dev/agentseo/tree/main/packages/openclaw-plugin
Issues: https://github.com/AgentSEO-dev/agentseo/issues
Install
openclaw plugins install @agentseo/openclaw-plugin --pin
Then restart OpenClaw Gateway.
Configure
In ~/.openclaw/openclaw.json:
{
plugins: {
entries: {
"openclaw-plugin": {
enabled: true,
config: {
apiKey: "sk_live_your_key",
apiUrl: "https://agentseo.dev/api/v1",
projectId: "client-alpha",
workflowId: "nightly-refresh",
},
},
},
},
agents: {
list: [
{
id: "seo",
tools: {
allow: [
"agentseo_local_audit",
"agentseo_content_gap",
"agentseo_ai_overview_extract",
"agentseo_local_visibility_track",
"agentseo_rank_track",
"agentseo_job_status",
],
},
},
],
},
}
Tools
agentseo_search
agentseo_extract
agentseo_analyze_serp
agentseo_local_audit
agentseo_content_gap
agentseo_ai_overview_extract
agentseo_local_visibility_track
agentseo_rank_track
agentseo_job_status
All tools are registered as optional per OpenClaw best practices. Add the tool names you want to each agent allowlist.
Attribution defaults
Set projectId and workflowId once in plugin config when you want usage and budgets grouped by client workflow. You can also set:
AGENTSEO_PROJECT_ID
AGENTSEO_WORKFLOW_ID
as environment defaults for the plugin process.
Skill bundle
This plugin also bundles skills/agentseo/SKILL.md so agents can learn when and how to use AgentSEO tools.