felo-ai 0.2.34 → 0.2.35

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,7 @@ $env:FELO_API_KEY="..." # Windows (PowerShell)
54
54
  | `felo youtube-subtitling -v <url-or-id>` | Fetch YouTube video subtitles |
55
55
  | `felo x "<query>"` | Search X (Twitter) tweets, users, and replies |
56
56
  | `felo livedoc <subcommand>` | Manage LiveDocs (knowledge bases) and resources |
57
+ | `felo apple-buy-advisor "<query>"` | Research and compare Apple products before you buy |
57
58
  | `felo config <set\|get\|list\|path>` | Manage API key and config |
58
59
 
59
60
  ---
@@ -110,6 +111,15 @@ felo livedoc upload SHORT_ID --file ./doc.pdf
110
111
  felo livedoc retrieve SHORT_ID --query "search query"
111
112
  ```
112
113
 
114
+ **Apple Buy Advisor** — [full options →](./apple-buy-advisor/SKILL.md)
115
+
116
+ ```bash
117
+ # Use as Claude Code skill
118
+ /apple-buy-advisor Should I buy MacBook Pro M4?
119
+ /apple-buy-advisor Compare iPhone 17 vs iPhone 17e
120
+ /apple-buy-advisor Is it worth upgrading to iPad Air 13?
121
+ ```
122
+
113
123
  **[See 40+ more examples →](./docs/EXAMPLES.md)**
114
124
 
115
125
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "felo-ai",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "Felo AI CLI - real-time search, PPT generation, SuperAgent conversation, LiveDoc management, web fetch, YouTube subtitles, LiveDoc knowledge base, and X (Twitter) search from the terminal",
5
5
  "type": "module",
6
6
  "main": "src/cli.js",