Sign In

@agentseo/openclaw-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentseo/openclaw-plugin

Official OpenClaw plugin for AgentSEO tools

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
26
-36.59%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

Keywords

agentseo

FAQs

Package last updated on 28 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts