contentful

Installation
SKILL.md

Contentful CMS

Enterprise headless CMS with Content Delivery API, global CDN, and powerful content modeling. Separate content from presentation for any frontend.

Quick Start

npm install contentful
import { createClient } from 'contentful';

const client = createClient({
  space: 'your_space_id',
  accessToken: 'your_access_token',  // Delivery API token
});
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
contentful — mgd34msu/goodvibes-gemini