fishxcode

skill
Security Audit
Fail
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in .github/workflows/db-sync.yml
  • network request — Outbound network request in deno/maintenance.deno.ts
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

AI Coding 中转站 — 支持 Claude、Codex、Gemini 模型在多种平台使用

README.md

FishXCode Logo

FishXCode

AI Coding 中转站 — 支持 Claude、Codex 模型在多种平台使用

文档 · English · 注册 · FAQ


简介

FishXCode 是一个 AI Coding 中转站,支持 Claude、Codex 模型在多种平台使用。

支持的工具:

工具 类型 文档
Claude Code Anthropic 官方 CLI 查看
OpenAI Codex OpenAI 官方编程助手 查看
RooCode VS Code AI 编程插件 查看
Qwen Code 阿里通义千问编程工具 查看
Droid CLI 轻量级 AI 编程 CLI 查看

本地开发

pnpm install
pnpm dev

构建:

pnpm build
pnpm preview

项目结构

├── .github/workflows/  # GitHub Actions 部署
├── .vitepress/
│   ├── config.mts      # 站点配置(i18n / SEO / Feed)
│   └── theme/          # 自定义主题(404 页面)
├── public/
│   ├── img/            # Logo 及 OG 图片
│   └── robots.txt
├── en/                 # English
├── fr/                 # Français
├── es/                 # Español
├── pt/                 # Português
├── *.md                # 中文(默认语言)
├── vercel.json         # Vercel 部署配置
└── package.json

多语言

文档支持 5 种语言:简体中文(默认)、English、Français、Español、Português。

部署

推送到 main 分支后,GitHub Actions 自动构建并部署到 GitHub Pages。

构建产物包含:

  • sitemap.xml — 站点地图
  • feed.xml — RSS 2.0
  • feed.atom — Atom 1.0
  • robots.txt — 爬虫规则

License

MIT

Reviews (0)

No results found