@agentseo/openclaw-plugin
v0.1.4
Published
Official OpenClaw plugin for AgentSEO tools
Downloads
487
Maintainers
Readme
@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 --pinThen 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_searchagentseo_extractagentseo_analyze_serpagentseo_local_auditagentseo_content_gapagentseo_ai_overview_extractagentseo_local_visibility_trackagentseo_rank_trackagentseo_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_IDAGENTSEO_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.
