@seoagent-official/seoagent 1.47.0 → 1.49.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.
Files changed (3) hide show
  1. package/README.md +101 -15
  2. package/index.js +103 -93
  3. package/package.json +24 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seoagent-official/seoagent",
3
- "version": "1.47.0",
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.",
3
+ "version": "1.49.0",
4
+ "description": "The persistent AI SEO agent for Claude Code. Audits, keyword strategy, briefs, articles, and the autopilot loop (cloud detects CLI executes ack closes) other SEO tools write the prompt, SEOAgent runs it.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "seoagent": "index.js"
@@ -11,6 +11,9 @@
11
11
  "skills",
12
12
  "assets"
13
13
  ],
14
+ "engines": {
15
+ "node": ">=18"
16
+ },
14
17
  "dependencies": {
15
18
  "@anthropic-ai/claude-agent-sdk": "^0.1.0",
16
19
  "@clack/prompts": "^0.9.0",
@@ -21,13 +24,31 @@
21
24
  },
22
25
  "keywords": [
23
26
  "seo",
27
+ "seo-agent",
28
+ "agentic-seo",
24
29
  "claude-code",
30
+ "claude-skill",
31
+ "claude-agent",
25
32
  "ai-agent",
33
+ "ai-seo",
34
+ "aeo",
35
+ "geo",
36
+ "answer-engine-optimization",
37
+ "generative-engine-optimization",
26
38
  "seo-audit",
39
+ "seo-cli",
27
40
  "content-strategy",
28
- "keyword-research"
41
+ "keyword-research",
42
+ "internal-links",
43
+ "schema-markup",
44
+ "autopilot"
29
45
  ],
30
46
  "license": "MIT",
47
+ "homepage": "https://seoagent.com",
48
+ "bugs": {
49
+ "url": "https://github.com/Baxter-Inc/seoagent-npm/issues"
50
+ },
51
+ "funding": "https://seoagent.com/pricing",
31
52
  "repository": {
32
53
  "type": "git",
33
54
  "url": "git+https://github.com/Baxter-Inc/seoagent-npm.git"