✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Strapi

Manage Strapi CMS content through the official @strapi/client SDK.

Rating
4.9 (433 reviews)
Downloads
25,060 downloads
Version
1.0.0

Overview

Manage Strapi CMS content through the official @strapi/client SDK.

Complete Documentation

View Source →

Strapi CMS Skill

Manage content in a Strapi headless CMS instance via the official @strapi/client SDK.

Setup

During installation, enter your Strapi API Token in the API Key field. Then add STRAPI_BASE_URL to the env section:

json5
{
  skills: {
    entries: {
      strapi: {
        enabled: true,
        apiKey: "your-strapi-api-token",     // → STRAPI_API_TOKEN
        env: {
          STRAPI_BASE_URL: "http://localhost:1337/api"
        }
      }
    }
  }
}

Capabilities

  • Collection types: find, findOne, create, update, delete entries
  • Single types: find, update, delete the document
  • Content introspection: discover types, schemas, components, relations, inspect real data
  • Schema management: create/update/delete content types, components, fields (destructive)
  • Form layout: configure edit form field order, sizes, labels, descriptions (local/dev only)
  • Draft & publish: list drafts, publish, unpublish, create as draft or published
  • Files: list, get, upload (local path or URL), update metadata, delete media files
  • Users & Permissions: list, create, update, delete end users; view roles; login, register, password reset
  • Locales (i18n): list, create, delete locales
  • Localized content: CRUD per locale, translation status, fetch all locales at once
  • Raw fetch: direct HTTP to any Strapi endpoint

Usage

See instructions.md for full agent instructions. See examples/usage.md for conversation examples.

Installation

Terminal bash

openclaw install strapi
    
Copied!

💻Code Examples

example.txt
{
  skills: {
    entries: {
      strapi: {
        enabled: true,
        apiKey: "your-strapi-api-token",     // → STRAPI_API_TOKEN
        env: {
          STRAPI_BASE_URL: "http://localhost:1337/api"
        }
      }
    }
  }
}

Tags

#browser_and-automation #api #cli

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author ilya-ryzhov
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install strapi