Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Strapi CMS content through the official @strapi/client SDK. CRUD on collection types, single types, and media files. Upload files to media library. In...
Manage Strapi CMS content through the official @strapi/client SDK. CRUD on collection types, single types, and media files. Upload files to media library. In...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Manage 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" } } } } }
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
See instructions.md for full agent instructions. See examples/usage.md for conversation examples.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.