Skip to content

Commit 2e39892

Browse files
authored
Merge pull request #118 from FinMind/docs/agent-skill-codex-example
docs(agent-skill): 補上 Codex 安裝範例
2 parents 401bc0b + d2ab8a0 commit 2e39892

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/tutor/AgentSkill.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FinMind 提供 AI Agent Skill,讓你可以在 [Gemini](https://gemini.google.com/)[Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)[Cursor](https://www.cursor.com/)[Windsurf](https://windsurf.com/) 等 AI 工具中,透過自然語言查詢 FinMind 75+ 種資料集,不需要自己組 API 參數。
1+
FinMind 提供 AI Agent Skill,讓你可以在 [Gemini](https://gemini.google.com/)[Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)[Codex](https://github.com/openai/codex)[Cursor](https://www.cursor.com/)[Windsurf](https://windsurf.com/) 等 AI 工具中,透過自然語言查詢 FinMind 75+ 種資料集,不需要自己組 API 參數。
22

33
## 安裝
44

@@ -10,6 +10,10 @@ FinMind 提供 AI Agent Skill,讓你可以在 [Gemini](https://gemini.google.c
1010
mkdir -p ~/.claude/commands
1111
curl -o ~/.claude/commands/finmind.md https://raw.githubusercontent.com/FinMind/FinMind/master/.claude/commands/finmind.md
1212
```
13+
=== "Codex"
14+
```bash
15+
curl -o AGENTS.md https://raw.githubusercontent.com/FinMind/FinMind/master/.claude/commands/finmind.md
16+
```
1317
=== "Cursor"
1418
```bash
1519
mkdir -p .cursor/rules

0 commit comments

Comments
 (0)