---
slug: "foci"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/alphamoemoe/foci@main/README.md"
repo: "https://github.com/alphamoemoe/foci"
source_file: "README.md"
branch: "main"
---
# FOCI

[Website](https://www.alphamoe.moe/FOCI) | [English](https://github.com/alphamoemoe/foci/blob/HEAD/README-en.md)

FOCI 提供 MCP Server 和 Agent Skills，为你习惯用的 AI Agent 提供实时中文财经 KOL 情绪数据，帮助你快速了解市场观点、追踪博主持仓、分析股票情绪。

兼容 Claude Code、Cursor、Codex、Gemini CLI、Trae 等主流 Agent 工具。

## 安装

### Claude Code 安装

将此市场添加到 Claude Code：

```
/plugin marketplace add AlphaMoeMoe/FOCI
```

安装插件：

```
/plugin install AlphaMoeMoe@AlphaMoeMoe-FOCI
```

### 兼容安装，支持主流 AI Agent 工具

一键安装 Agent Skills：

```
npx skills install AlphaMoeMoe/FOCI
```

安装 MCP：

```json
{
  "moemoe": {
    "type": "http",
    "url": "https://gbmrzpnasfxsewvxclun.supabase.co/functions/v1/mcp/mcp",
    "headers": {
      "Authorization": "Bearer ${MOEMOE_API_KEY}"
    }
  }
}
```

## 可用插件

| 插件 | 描述 |
|------|------|
| [AlphaMoeMoe](https://github.com/alphamoemoe/foci/tree/HEAD/plugins/AlphaMoeMoe) | 来自 60+ 位财经 YouTuber 的市场情绪数据 |

## 贡献

如需向此市场添加插件：

1. 在 `plugins/your-plugin-name/` 下创建目录
2. 添加符合规范的 `plugin.json`
3. 添加 `README.md` 文档
4. 更新 `.claude-plugin/marketplace.json` 以包含你的插件
5. 提交 Pull Request

## 许可证

LGPL-2.1
