Skip to content

Commit ecceb26

Browse files
AgriciDanielclaude
andcommitted
fix: correct plugin install commands to use 2-step marketplace flow
Install requires adding marketplace first, and the marketplace ID uses owner-repo format (AgriciDaniel-claude-seo), not the name field from marketplace.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 295111a commit ecceb26

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, on-page
3434
### Plugin Install (Claude Code 1.0.33+)
3535

3636
```bash
37-
claude plugin install claude-seo@agricidaniel-seo
37+
# Add marketplace (one-time)
38+
/plugin marketplace add AgriciDaniel/claude-seo
39+
40+
# Install plugin
41+
/plugin install claude-seo@AgriciDaniel-claude-seo
3842
```
3943

4044
### Manual Install (Unix/macOS/Linux)

0 commit comments

Comments
 (0)