Provider support

Providers

One install CLI, six supported environments, plus a Claude Code plugin marketplace. Choose your provider and copy the install command below.

Available

Via npm

npx agentkit-seo install --provider <provider>
Maintainers

From a local checkout

npx . install --provider <provider>

See the installation guide for clone instructions, project-local install, and all available flags.

Claude Code

Plugin marketplace

/plugin marketplace add agentkit-seo/agentkit-seo
/plugin install agentkit-seo@agentkit-seo

Claude Code users can also add and install the skills through the plugin marketplace, as an alternative to the --provider claude-code CLI install.

Install targets

One methodology, six environments.

Direct install

Codex

OpenAI

Installs named skill folders into the Codex skills directory. Each skill becomes selectable by name within Codex environments that support skill loading.

Install from npm

npx agentkit-seo install --provider codex
Invocation example
$agentkit-seo-github
$agentkit-seo-linkedin

Exact activation depends on Codex environment and installed skill support.

Default install path ~/.codex/skills/
Direct install

Claude Code

Anthropic

Copies skill folders into Claude Code's skill location. Claude may auto-select from skill metadata, but explicit naming is the safest invocation path.

Install from npm

npx agentkit-seo install --provider claude-code
Invocation example
Use the agentkit-seo-linkedin skill to audit my LinkedIn profile.

Ask for the installed skill explicitly by its full namespaced name.

Default install path ~/.claude/skills/
Extension install

Gemini CLI

Google Gemini

Installs a named Gemini CLI extension with TOML command files and skill folders. Adds namespaced slash commands for each surface.

Install from npm

npx agentkit-seo install --provider gemini-cli
Invocation example
/agentkit-seo:github
/agentkit-seo:linkedin
/agentkit-seo:cv-ats

Commands are namespaced under /agentkit-seo: for each skill surface.

Default install path ~/.gemini/extensions/agentkit-seo/
Plugin install

Antigravity

Antigravity CLI

Installs a plugin layout based on the Gemini-compatible bundle into the Antigravity CLI plugin staging path. The same skill folders ship with an Antigravity plugin manifest.

Install from npm

npx agentkit-seo install --provider antigravity
Invocation example
Use the installed agentkit-seo-github plugin skill to audit my GitHub profile.

Reference the installed plugin skill by name. The layout is based on the Gemini-compatible bundle.

Default install path ~/.gemini/antigravity-cli/plugins/agentkit-seo/
Direct install

OpenCode

OpenCode

Installs skill folders into the OpenCode skills directory plus Markdown command wrapper files for flat slash-command invocation.

Install from npm

npx agentkit-seo install --provider opencode
Invocation example
/agentkit-seo-github
/agentkit-seo-linkedin
/agentkit-seo-context

Flat command wrappers use a hyphenated prefix for direct slash invocation.

Default install path ~/.config/opencode/skills/
Export target

Shared bundle

Portable export

Exports portable SKILL.md folders to any target directory. For agents without a dedicated adapter or for manual packaging and reuse.

Install from npm

npx agentkit-seo install --provider shared --target-dir ./skills
Invocation example
Copy or reference the relevant SKILL.md folder for your agent.

No default global path - you control where the skill folders land.

Default install path requires --target-dir

Platform names, trademarks, and logos belong to their respective owners. AgentKit SEO is independent and is not affiliated with, sponsored by, or endorsed by those platforms. Repository: https://github.com/agentkit-seo/agentkit-seo