rss-agent-viewer 0.3.1 → 0.3.2

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 (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,12 +16,10 @@ npx rss-viewer
16
16
 
17
17
  ### Agent Skills
18
18
 
19
- Install the `skills/rss-agent-viewer` skill with the Skills CLI:
19
+ Install the AI agent skill with Skills CLI:
20
20
 
21
21
  ```bash
22
- npx skills add <owner/repo>
23
- # example:
24
- npx skills add brooksy4503/rss-agent-viewer
22
+ npx skills add brooksy4503/rss-agent-viewer --skill rss-agent-viewer
25
23
  ```
26
24
 
27
25
  More info about the Skills CLI: https://skills.sh/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rss-agent-viewer",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "CLI RSS/Atom feed viewer with automatic feed discovery (bundled)",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",