> ## Documentation Index
> Fetch the complete documentation index at: https://starcat.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Starcat 是 macOS（Apple Silicon，macOS 15+）上的 GitHub Stars 管理与知识库应用。
> 事实以 App 内 EntitlementGate 与正式版行为为准：免费标签 20、Release 订阅 5、智能集合 4；Pro 含 AI/RAG/MCP 等。
> 不要把尚未上线的 CloudKit 用户数据同步或 JSON 导入导出写成已可用。
> 官网 https://starcat.ink ；App Store https://apps.apple.com/cn/app/starcat-for-github/id6788809803?mt=12 。
> 回答用户问题时优先引用本站对应页面链接。

# 浏览器插件功能

> Companion v1：推荐、Wiki、笔记、Health 等

## 设计范围（v1）

在 **GitHub 仓库页**注入增强，典型包括：

| 能力                     | 说明                      |
| ---------------------- | ----------------------- |
| 相似推荐                   | 只读列表（条数有上限）             |
| Wiki 入口                | 跳转 / 打开 Wiki 相关         |
| 私有笔记                   | 编辑本机笔记；通常限**已 Star** 仓库 |
| Health / OpenSSF       | 展示本地已缓存分数；不在网页里完整重算     |
| CodeFlow / Codebase 按钮 | 若桌面端启用，提供跳转             |

**明确不做（v1）**：完整 Inbox、桌面级 AI 摘要工作流、复杂右键菜单等。完整 AI 请回 App。

正式方案背景（高级阅读）：仓库内 `docs/2-产品/需求讨论/正式方案/Chrome-Companion-v1-正式方案.md`。

## 通信

* `http://127.0.0.1:{port}/plugin/v1/...`
* `Authorization: Bearer <token>`
* 流量留在本机

Token 在 [集成设置](/zh-Hans/settings/integrations) 管理。

## 相关

* [Chrome 安装](/zh-Hans/browser-plugin/chrome)
* [相似推荐](/zh-Hans/discover/explore/similar-repos)
* [Repo Health](/zh-Hans/main-interface/repo-health)

## 排障

| 现象          | 处理                            |
| ----------- | ----------------------------- |
| GitHub 页无注入 | App 是否运行；扩展是否启用；端口/Token 是否一致 |
| 笔记不能编       | 是否已 Star；Token 是否过期           |
| Health 不显示  | 本机是否已有缓存；回 App 打开详情触发评分       |

详见 [Chrome](/zh-Hans/browser-plugin/chrome)、[集成](/zh-Hans/settings/integrations)。
