felo-ai 0.2.0 → 0.2.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.
package/README.zh-TW.md DELETED
@@ -1,87 +0,0 @@
1
- # Felo AI
2
-
3
- **隨時提問,用 AI 取得當下最新答案。**
4
-
5
- Felo AI 提供終端 CLI 與 Claude Code 技能,支援繁體中文、簡體中文、英文、日文、韓文等多語言。
6
-
7
- [![License](https://img.shields.io/badge/license-MIT-green)]()
8
-
9
- ---
10
-
11
- ## 兩大能力
12
-
13
- Felo AI 提供兩個核心能力:**即時搜尋** 與 **PPT 生成**。可在終端用 CLI 使用,也可在 Claude Code 中透過技能使用(搜尋支援自動觸發)。
14
-
15
- ### 能力一:即時搜尋
16
-
17
- 連網搜尋最新資訊,由 AI 整合成可直接使用的回答。適合查天氣、新聞、價格、文件、技術動態等一切需要「當下」資訊的場景。
18
-
19
- - **支援多語言**:用你習慣的語言提問即可。
20
- - **終端**:`felo search "你的問題"`
21
- - **Claude Code**:安裝技能後自動觸發,或輸入 `/felo-ai 你的問題`
22
- - **範例**:`felo search "台北明天天氣"`、`felo search "React 19 new features" --verbose`
23
-
24
- ### 能力二:生成 PPT
25
-
26
- 根據一句描述或主題,自動生成一份 PPT。任務在雲端執行,完成後回傳**線上文件連結**,可直接在瀏覽器開啟檢視/編輯。
27
-
28
- - **終端**:`felo slides "你的主題或描述"`
29
- - **範例**:`felo slides "Felo 產品介紹,3 頁"`、`felo slides "Introduction to React" --poll-timeout 300`
30
-
31
- ---
32
-
33
- ## 安裝與設定
34
-
35
- ### 安裝 CLI
36
-
37
- ```bash
38
- npm install -g felo-ai
39
- ```
40
-
41
- 不安裝直接執行:`npx felo-ai search "東京天氣"`
42
- 安裝後指令為 `felo`。
43
-
44
- ### 設定 API Key
45
-
46
- 建議(持久保存):
47
-
48
- ```bash
49
- felo config set FELO_API_KEY your-api-key-here
50
- ```
51
-
52
- 或設定環境變數:`export FELO_API_KEY="your-api-key-here"`(Linux/macOS),`$env:FELO_API_KEY="your-api-key-here"`(Windows PowerShell)。
53
-
54
- API Key 請至 [felo.ai](https://felo.ai)(設定 → API Keys)取得。
55
-
56
- ### 指令一覽
57
-
58
- | 指令 | 說明 |
59
- |------|------|
60
- | `felo search "<query>"` | 即時搜尋 |
61
- | `felo slides "<prompt>"` | 生成 PPT |
62
- | `felo config set FELO_API_KEY <key>` | 儲存 API Key |
63
- | `felo config get/list/path/unset` | 檢視/列出/路徑/刪除設定 |
64
-
65
- ---
66
-
67
- ## Claude Code 技能
68
-
69
- 安裝技能:
70
-
71
- ```bash
72
- npx @claude/skills add felo-ai
73
- ```
74
-
75
- 設定 `FELO_API_KEY` 後,在 Claude Code 中詢問「東京今天天氣」「React 19 新特性」等問題會自動觸發搜尋。PPT 生成目前僅支援終端 `felo slides`。
76
-
77
- ---
78
-
79
- ## 連結
80
-
81
- - [Felo 開放平台](https://openapi.felo.ai/docs/) — 取得 API Key
82
- - [API 文件](https://openapi.felo.ai/docs/api-reference/v2/chat.html)
83
- - [更多範例](./docs/EXAMPLES.md) | [FAQ](./docs/FAQ.md) | [GitHub Issues](https://github.com/Felo-Inc/felo-skills/issues)
84
-
85
- ---
86
-
87
- **其他語言 / Other languages:** [简体中文](README.zh-CN.md) | [English](README.en.md) | [日本語](README.ja.md) | [한국어](README.ko.md)