@seoagent-official/seoagent 1.16.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,17 @@ After init runs, you can remove `@seoagent-official/seoagent` from `package.json
|
|
|
59
59
|
|
|
60
60
|
Then open Claude Code in this repo and say *"audit my site."* The skill takes it from there.
|
|
61
61
|
|
|
62
|
+
### Or add it via the Claude Code marketplace
|
|
63
|
+
|
|
64
|
+
Prefer a one-liner inside Claude Code? Add the marketplace, then install the bootstrap plugin — it walks Claude through running `init` for you:
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
/plugin marketplace add https://github.com/Baxter-Inc/seoagent-npm
|
|
68
|
+
/plugin install seoagent-cli-bootstrap
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
The plugin is a thin bootstrap — the full persistent SEO workflow still lands in `.seoagent/` + `.claude/skills/seoagent/` after `init` runs.
|
|
72
|
+
|
|
62
73
|
### Headless / non-interactive
|
|
63
74
|
|
|
64
75
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seoagent-official/seoagent",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "Scaffolder for Claude Code's SEOAgent skill. Run once: `npx -y @seoagent-official/seoagent init`. Sets up .seoagent/ for persistent audits, keyword strategy, content planning, and optimized writing. Not a runtime dependency.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|