Next Chat Skills
Description
AI assistant application based on Next.js, supporting Dialog Management and external Skill (script/tool/rule) integration. AI autonomously decides to invoke Skills, executes scripts in a Black box, installs dependencies, and generates files.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Next-Chat-Skills
English | [中文](./README_CN.md)
An AI assistant application built with Next.js, featuring conversation management and external Skill (scripts/tools/rules) integration. The AI autonomously decides when to invoke Skills, executing scripts in a sandboxed environment, installing dependencies, and generating files.
Demo



Tech Stack
- Framework: Next.js 16 (App Router) + React 19 + TypeScript 5
- AI: Vercel AI SDK (@ai-sdk/openai)
- UI: Tailwind CSS 4 + shadcn/ui (Radix UI)
- Database: Drizzle ORM with SQLite and PostgreSQL backends
- Skills: Loaded from local
~/.claude/skillsdirectory, parsed from SKILL.md (YAML frontmatter)
Getting Started
1. Install Dependencies
npm install
2. Configure Environment Variables
Copy `.env.local.example` or create `.env.local` manually:
# AI Model Configuration
OPENAI_API_KEY=your-api-key
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o
SKILLS_DIR=~/.claude/skills
# Storage Configuration: 'sqlite' or 'postgresql'
STORAGE_TYPE=sqlite
# SQLite (used when STORAGE_TYPE=sqlite)
SQLITE_PATH=./data/chat-skills.db
# PostgreSQL (used when STORAGE_TYPE=postgresql)
# DATABASE_URL=postgresql://user:password@localhost:5432/chatskills
3. Start the Development Server
npm run dev
Open [http://localhost:3000](http://localhost:3000) to use the application.
Data Storage
The application supports two database backends through an abstract `StorageProvider` interface, switchable via the `STORAGE_TYPE` environment variable:
SQLite (Default)
- Zero configuration, works out of the box
- Data stored at
./data/chat-skills.db(customizable viaSQLITE_PATH) - Database files are excluded in
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI