newsjack 0.1.5 → 0.1.9

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 (45) hide show
  1. package/COMMIT +1 -1
  2. package/README.md +60 -39
  3. package/VERSION +1 -1
  4. package/package.json +5 -5
  5. package/skills/angle-generator/SKILL.md +258 -152
  6. package/skills/coverage-tracker/SKILL.md +23 -0
  7. package/skills/coverage-tracker-setup/SKILL.md +38 -27
  8. package/skills/crisis-holding/SKILL.md +327 -202
  9. package/skills/fact-check/SKILL.md +392 -164
  10. package/skills/find-journalists/SKILL.md +345 -0
  11. package/skills/journalist-fit-check/SKILL.md +223 -124
  12. package/skills/meanest-editor/SKILL.md +464 -35
  13. package/skills/news-search/SKILL.md +24 -24
  14. package/skills/newsjack-detector/SKILL.md +292 -7
  15. package/skills/newsjack-monitor-setup/SKILL.md +220 -79
  16. package/skills/newsjack-triage/SKILL.md +56 -35
  17. package/skills/newsworthiness-check/SKILL.md +353 -147
  18. package/skills/pr-strategist/SKILL.md +120 -113
  19. package/skills/reactive-comment/SKILL.md +384 -182
  20. package/skills/relevance-coarse-filter/SKILL.md +37 -27
  21. package/skills/story-origin-check/SKILL.md +101 -79
  22. package/skills/voice-extractor/SKILL.md +278 -119
  23. package/skills-manifest.json +42 -147
  24. package/skills/angle-generator/examples.md +0 -517
  25. package/skills/angle-generator/rubric.md +0 -219
  26. package/skills/crisis-holding/examples.md +0 -302
  27. package/skills/crisis-holding/rubric.md +0 -218
  28. package/skills/fact-check/examples.md +0 -195
  29. package/skills/fact-check/rubric.md +0 -228
  30. package/skills/journalist-fit-check/examples.md +0 -271
  31. package/skills/journalist-fit-check/rubric.md +0 -251
  32. package/skills/meanest-editor/examples.md +0 -331
  33. package/skills/meanest-editor/rubric.md +0 -275
  34. package/skills/media-list-manager/SKILL.md +0 -204
  35. package/skills/media-list-manager/examples.md +0 -88
  36. package/skills/media-list-manager/rubric.md +0 -67
  37. package/skills/newsjack-detector/examples.md +0 -118
  38. package/skills/newsjack-detector/rubric.md +0 -160
  39. package/skills/newsjack-monitor-setup/examples.md +0 -106
  40. package/skills/newsworthiness-check/examples.md +0 -232
  41. package/skills/newsworthiness-check/rubric.md +0 -218
  42. package/skills/reactive-comment/examples.md +0 -284
  43. package/skills/reactive-comment/rubric.md +0 -280
  44. package/skills/voice-extractor/examples.md +0 -227
  45. package/skills/voice-extractor/rubric.md +0 -251
package/COMMIT CHANGED
@@ -1 +1 @@
1
- 1e614b3f5a659c757933e8f4db1f6297df3917c8
1
+ 8c0ba44855450e68b4e8cc382b2e3ad3ecedc404
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # newsjack
1
+ # Newsjack.sh
2
2
 
3
- > **The open-source skills that turn your agent into a PR operator.**
4
- >
5
- > Install once. Your agent — Claude, Codex, Hermes, OpenClaw — becomes a PR team.
3
+ **The open-source skills that turn your agent into a full PR team.**
4
+
5
+ Install once. Your agent — Claude Code, Codex, Hermes, OpenClaw — becomes a PR team.
6
6
 
7
7
  ```bash
8
8
  curl -fsSL newsjack.sh | bash
9
9
  ```
10
10
 
11
- **New here?** Check out **[Getting started](docs/getting-started.md)**
11
+ **Are you an agent?** Check out **[Getting started](docs/getting-started.md)**
12
12
 
13
13
  ---
14
14
 
@@ -16,17 +16,12 @@ curl -fsSL newsjack.sh | bash
16
16
 
17
17
  Three problems, separate lanes.
18
18
 
19
- ### 🧭 Strategize — figure out what your story even is
20
-
21
- - 🗺️ **Get a PR strategy** — opinionated walkthrough if you're not PR-fluent yet: audience first, positioning second, news pegs third, drumbeat over big-bang
22
-
23
19
  ### 🛰️ Detect — surface what matters in your space
24
20
 
25
- - 📡 **Monitor your industry** — set up feeds, get fresh stories worth jumping on
21
+ - 📡 **Monitor your industry** — find newsjacking opportunities: fresh stories you have the standing to jump on before the wave breaks ([see a sample run](docs/example-run.md))
26
22
  - 🗞️ **Track your coverage** — Google Alerts-style keyword tracking with LLM filtering for real features
27
23
  - 🔭 **Track competitors** — when they launch, raise, or stumble, you know
28
24
  - 🔍 **Verify the story is still fresh** — who broke it, who owns it, what oxygen's left
29
- - 📊 **Score newsworthiness** — cold read on whether it clears the bar before you act
30
25
 
31
26
  ### 🚀 Act — turn signal into output
32
27
 
@@ -38,6 +33,11 @@ Three problems, separate lanes.
38
33
  - 🗣️ **Keep drafts in your voice** — fingerprint your real writing, kill the AI tells
39
34
  - 📋 **Build a fit-checked media list** — targeted reporters, not scraped contact dumps
40
35
 
36
+ ### 🧭 Strategize — figure out what your story even is
37
+
38
+ - 🗺️ **Get a PR strategy** — opinionated walkthrough if you're not PR-fluent yet: audience first, positioning second, news pegs third, drumbeat over big-bang
39
+ - 📊 **Score newsworthiness** — cold read on whether it clears the bar before you act
40
+
41
41
  ---
42
42
 
43
43
  ## Who this is for
@@ -51,6 +51,25 @@ Three problems, separate lanes.
51
51
 
52
52
  ## Install
53
53
 
54
+ Pick the path for the harness you're using.
55
+
56
+ ### Supported runtimes
57
+
58
+ | Runtime | Status | Experience | Install path |
59
+ | ------------------- | ------------ | ------------ | ------------ |
60
+ | Claude Code | Recommended | Full Mode | curl, npm, or plugin |
61
+ | Codex | Recommended | Full Mode | curl or npm |
62
+ | OpenClaw | Recommended | Full Mode | curl or npm |
63
+ | Hermes | Recommended | Full Mode | curl or npm |
64
+ | Claude.ai chat | Limited only | Limited Mode | plugin/upload/manual skills |
65
+ | ChatGPT chat | Limited only | Limited Mode | manual skills |
66
+ | Claude Cowork | Limited only | Limited Mode | plugin/upload/manual skills |
67
+
68
+ ### Full Mode: Claude Code, Codex, OpenClaw, Hermes
69
+
70
+ Use the curl installer when your full agent harness can reach GitHub Release
71
+ assets:
72
+
54
73
  ```bash
55
74
  curl -fsSL newsjack.sh | bash
56
75
  ```
@@ -61,19 +80,10 @@ Or review the script before running it:
61
80
  curl -fsSL https://newsjack.sh
62
81
  ```
63
82
 
64
- The installer detects your agent runtime and installs the skills automatically. Supported:
65
-
66
- | Runtime | Auto-detected |
67
- | ----------------------- | --------------------------------- |
68
- | Claude Code | ✅ |
69
- | Codex | ✅ |
70
- | OpenClaw | ✅ |
71
- | Hermes | ✅ |
72
- | ChatGPT / Claude.ai web | manual (load `skills/*/SKILL.md`) |
73
-
74
- ### npm install
83
+ The installer detects your agent runtime and installs the CLI-backed skills
84
+ automatically.
75
85
 
76
- Use npm when shell installers or GitHub Release assets are blocked. This is the required path for Claude Cowork:
86
+ If shell installers or GitHub Release assets are blocked, use npm instead:
77
87
 
78
88
  ```bash
79
89
  npm i -g newsjack
@@ -82,24 +92,39 @@ newsjack install
82
92
 
83
93
  After install, agents and skills should call the CLI as `newsjack`.
84
94
 
85
- ### Claude Code plugin
95
+ ### Limited Mode: Claude.ai, ChatGPT, Claude Cowork
86
96
 
87
- If you're on Claude Code, you can install Newsjack as a plugin instead of running the script:
97
+ Do not try to install the Newsjack CLI inside browser chat or restricted Cowork
98
+ surfaces. Use the marketplace/upload/manual skill path instead.
88
99
 
89
- ```text
90
- /plugin marketplace add elvisun/newsjack
91
- /plugin install newsjack@newsjack
92
- ```
100
+ Limited Mode keeps Newsjack's instruction layer for PR strategy, newsworthiness
101
+ checks, pitch and angle generation, pitch critique, journalist-fit reasoning,
102
+ fact-checking from pasted or searchable evidence, and best-effort manual news
103
+ scans. It does not include saved monitors, scheduled runs, seen-state,
104
+ deterministic freshness gates, full source ingestion, local artifacts, or
105
+ cost-optimized multi-agent passes — set up a Full Mode harness for those.
93
106
 
94
- This registers the repo as a marketplace and installs the `newsjack` plugin — all 16 skills are auto-discovered. The skills run instruction-only out of the box; steps that use the optional `newsjack` CLI ask before installing it.
107
+ For Claude.ai plugin-style setup:
95
108
 
96
- Once Newsjack is approved for the community marketplace, you'll also be able to install it from there:
109
+ 1. Open **Customize**.
110
+ 2. Go to **Personal plugins**.
111
+ 3. Click **Create plugin**.
112
+ 4. Choose **Add marketplace**.
113
+ 5. Choose **Add from a repository**.
114
+ 6. In the repository URL field, enter:
97
115
 
98
116
  ```text
99
- /plugin marketplace add anthropics/claude-plugins-community
100
- /plugin install newsjack@claude-community
117
+ elvisun/newsjack
101
118
  ```
102
119
 
120
+ Then install the Newsjack plugin from that marketplace:
121
+
122
+ - Marketplace: `elvisun/newsjack`
123
+ - Plugin: `newsjack@newsjack`
124
+
125
+ A community marketplace plugin (`newsjack@claude-community`) is pending review
126
+ and will be added soon.
127
+
103
128
  ---
104
129
 
105
130
  ## What gets installed
@@ -110,16 +135,12 @@ Once Newsjack is approved for the community marketplace, you'll also be able to
110
135
  └── newsjack/ # managed bundle
111
136
 
112
137
  skills installed to your detected runtime(s):
113
- coverage-tracker-setup create a keyword coverage tracker
114
- coverage-tracker find real keyword features and suppress repeat alerts
115
138
  newsjack-monitor-setup create a company monitoring profile
116
139
  newsjack-detector find newsworthy moments before the wave breaks
117
- story-origin-check verify a story is fresh, not already saturated
118
140
  newsworthiness-check score whether your news clears the bar
119
- news-search dated, attributed news search (Medialyst or web fallback)
120
- meanest-editor roast your pitch against the editor rubric
121
141
  angle-generator turn one update into ten pitchable hooks
122
- media-list-manager build small, fit-checked media lists
142
+ find-journalists build small, fit-checked media lists
143
+ …and more
123
144
  ```
124
145
 
125
146
  The npm package bundles the same CLI and skills, with the `newsjack` command installed on `PATH`.
package/VERSION CHANGED
@@ -1 +1 @@
1
- v0.1.5
1
+ v0.1.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newsjack",
3
- "version": "0.1.5",
3
+ "version": "0.1.9",
4
4
  "description": "Open-source agent skills and CLI for PR operators.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://newsjack.sh",
@@ -29,9 +29,9 @@
29
29
  "LICENSE"
30
30
  ],
31
31
  "optionalDependencies": {
32
- "newsjack-linux-arm64": "0.1.5",
33
- "newsjack-linux-x64": "0.1.5",
34
- "newsjack-darwin-arm64": "0.1.5",
35
- "newsjack-darwin-x64": "0.1.5"
32
+ "newsjack-linux-arm64": "0.1.9",
33
+ "newsjack-linux-x64": "0.1.9",
34
+ "newsjack-darwin-arm64": "0.1.9",
35
+ "newsjack-darwin-x64": "0.1.9"
36
36
  }
37
37
  }