Claude Skill
OtterMind/Nubase
Nubase 是一个开源、AI 原生的后端平台,能将 AI 编写的代码转化为真实应用。集内存、数据库、存储和认证于一体,可自托管,专为 AI 编程和智能代理应用设计。
概览
仓库信息
安装这个 Skill
npx -y nubase_cli@latest install-skillsRegistry 信息
npx -y nubase_cli@latest install-skillsdocker run -d --name nubase \docker run -d --name nubase -p 9999:9999 -p 5432:5432 \
项目简介
Nubase 是一个开源的、AI 原生的后端平台,能将 AI 编写的代码转化为真实应用。它将内存、数据库、存储和认证集成到一个可自托管的服务中,专为 AI 编程、智能代理应用及现代产品团队设计。
🔥🔥🔥 Turn AI-written code into real apps. Nubase is an open-source, AI-native backend platform for AI Coding, agentic applications, and modern product teams: Memory, Database, Storage, and Auth in one self-hostable service.
要点
- AI 原生的后端平台,专为 AI 编程和智能代理应用打造
- 将内存、数据库、存储和认证集成于单一服务
- 可自托管,完全掌控数据
- 内置 pgvector 和 RAG 工作流支持
- 兼容 Claude Code、Deno 和 CLI 工具
- 开源且持续活跃开发
使用场景
- 将 AI 生成的代码部署为生产级后端
- 构建具有持久内存和认证的智能代理应用
- 利用集成向量搜索创建 RAG 驱动的应用
- 快速原型设计并交付全栈 AI 产品
README 摘要
 # Nubase **English** · [简体中文](README.zh-CN.md) [](LICENSE) [](https://www.npmjs.com/package/nubase_cli) [](https://github.com/OtterMind/Nubase) **Turn AI-written code into real apps.** Nubase is an open-source, AI-native backend **and deploy layer** that a coding agent drives directly — so a generated app goes live in minutes. Eight capability modules in one self-hostable service: **Database, Auth, Storage, Assets, Functions, AI Gateway, Memory, and cron**. > An agent can model the data (Database + Auth), deploy backend logic (**Functions**), publish the generated frontend to a public CDN (**Assets**), and schedule recurring work (**cron**) — all through MCP tools, with no separate hosting account. Supabase-style where it makes sense (Postgres, REST, JWTs, RLS, object storage, a Studio dashboard), plus first-class **Memory** and an **MCP** surface built for AI coding agents. --- ## ⚡ Quick Start ### 1. Use Nubase in Claude Code or Codex — one command From your project folder, run: ```bash npx -y nubase_cli@latest install-skills ``` That single command: - 📚 installs the **Nubase skills** for **both Claude Code and Codex**, - 🔌 wires up the **MCP server** config, and - 🔐 opens a browser to **authorize** and pick your project. Then: - **Claude Code** — restart it in this folder, run `/mcp`, and confirm `nubase` is connected. - **Codex** — it's added to `~/.codex/config.toml`; just start Codex. > This connects your agent to a Nubase instance (a h