Install
openclaw skills install strapiManage Strapi CMS content through the official @strapi/client SDK. CRUD on collection types, single types, and media files. Upload files to media library. Introspect content type schemas, relations, and components. Manage i18n locales and localized content (translations). Draft/publish workflow. Configure edit form layout (field order, sizes, labels). Manage end users, roles, and authentication. Use when the user asks about Strapi, headless CMS, content management, managing articles, blog posts, pages, entries, media files, upload images, upload from URL, download and upload, translations, localization, publishing, drafts, content types, schemas, form layout, edit view, users, roles, permissions, authentication, login, register, REST API, or creating/updating/deleting CMS content.
openclaw skills install strapiManage content in a Strapi headless CMS instance via the official @strapi/client SDK.
During installation, enter your Strapi API Token in the API Key field.
Then add STRAPI_BASE_URL to the env section:
{
skills: {
entries: {
strapi: {
enabled: true,
apiKey: "your-strapi-api-token", // → STRAPI_API_TOKEN
env: {
STRAPI_BASE_URL: "http://localhost:1337/api"
}
}
}
}
}
See instructions.md for full agent instructions. See examples/usage.md for conversation examples.