NeoGroup 部署指南

Deploy NeoGroup on Cloudflare Workers with D1, KV, and AI agent integration.

3|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/qingfeng/neogroup --skill neogroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: NeoGroup 部署指南
Source: https://github.com/qingfeng/neogroup/tree/main
Command: npx skills add https://github.com/qingfeng/neogroup --skill neogroup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires better-sqlite3, nanoid, and includes scripts (resource) components.

What problem does it solve?

NeoGroup deployment on Cloudflare can be complex; this guide provides prerequisites, step-by-step deployment instructions, and tips to enable AI Agent integration.

Core Features & Use Cases

  • Cloudflare Workers + D1 + KV for state management and migrations
  • AI Agent deployment workflow including skill.md references and CLI tools
  • Step-by-step deployment: local development, staging, and production

Quick Start

Run npm install, login with wrangler, create a D1 database, and deploy using npm run deploy.

Frequently Asked Questions about NeoGroup 部署指南

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a NeoGroup application on Cloudflare Workers?

To deploy NeoGroup on Cloudflare Workers, run npm install, authenticate via wrangler login, initialize a D1 database, and execute npm run deploy to push your local project to remote production.

What are the prerequisites for setting up Cloudflare D1 and KV for state management?

Setting up Cloudflare D1 and KV requires installing npm dependencies like better-sqlite3, configuring wrangler for authentication, and running database migrations to establish state management for your application.

Can I integrate an AI Agent workflow during Cloudflare deployment?

Yes, AI Agent integration is supported during Cloudflare deployment through referenced skill.md guidelines and CLI tools, enabling automated workflows across your local development and production environments.

Does the NeoGroup deployment guide include Nostr and NIP-90 readiness?

Yes, the deployment guide covers optional components for Nostr and NIP-90 readiness, allowing you to configure decentralized protocol integrations alongside core Cloudflare Workers and D1 setups.

What is the step-by-step process for migrating a D1 database to production?

Migrating a D1 database to production involves creating the database locally, applying schema migrations through wrangler, and verifying the deployment state before executing the final production release.

Why do I need better-sqlite3 and nanoid for my Cloudflare Workers deployment?

You need better-sqlite3 for local D1 database emulation and nanoid for generating unique identifiers, ensuring your local development environment accurately mirrors the remote Cloudflare production setup.