Provider support
Providers
One install CLI, five supported environments. Choose your provider and copy the install command below.
Available Via npm
npx agentkit-seo install --provider <provider>
or
Maintainers From a local checkout
npx . install --provider <provider>
See the installation guide for clone instructions, project-local install,
and all available flags.
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/
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/
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/
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/
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