contentful

Manage structured content and assets in Contentful via Delivery and Preview APIs.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill contentful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contentful
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/contentful
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill contentful

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires contentful, @contentful/rich-text-react-renderer, @contentful/rich-text-types, contentful-management, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management and retrieval of content for applications built with the Contentful headless CMS, enabling efficient content-driven development.

Core Features & Use Cases

  • Content Modeling: Define and manage structured content.
  • API Integration: Fetch published or draft content via Content Delivery and Preview APIs.
  • Asset Management: Handle images and files with Contentful's asset CDN.
  • Use Case: Integrate Contentful to power a blog, e-commerce product catalog, or any dynamic website where content needs to be managed separately from the presentation layer.

Quick Start

Install the Contentful SDK by running npm install contentful.

Frequently Asked Questions about contentful

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

FAQPage Schema
How do I fetch content from Contentful headless CMS using JavaScript?

Fetch content from Contentful headless CMS using the official JavaScript SDK to retrieve published or draft content via the Delivery and Preview APIs. Install the SDK with `npm install contentful` to integrate content-driven applications.

What is the best way to manage structured content for a dynamic website with Contentful?

Managing structured content for a dynamic website with Contentful involves defining content models and fetching data via API. This Skill facilitates structured content creation and retrieval, separating content management from your presentation layer.

Does Contentful work with TypeScript applications?

Yes, Contentful works with TypeScript applications. This Skill integrates with JavaScript and TypeScript environments using the official Contentful SDK, supporting enterprise-grade content management for dynamic websites and mobile apps.

How do I handle assets and images stored in Contentful?

Handle assets and images stored in Contentful using the platform's asset CDN. This Skill facilitates asset handling alongside structured content management, allowing you to retrieve and manage files for content-driven applications.

Can I retrieve draft content from Contentful before publishing?

Yes, you can retrieve draft content from Contentful before publishing using the Preview API. This Skill supports fetching both published content via the Delivery API and draft content via the Preview API for your content-driven applications.

How do I manage content models and entries in Contentful programmatically?

Manage content models and entries in Contentful programmatically using the contentful-management SDK. This Skill includes the management API dependency to facilitate structured content creation and enterprise-grade content management.