intlayer-cms
npx machina-cli add skill aymericzip/intlayer-skills/intlayer-remote-content --openclawFiles (1)
SKILL.md
805 B
Intlayer Server Content & CMS
For managing server-side content and using the Intlayer CMS:
References
Concepts
Links
Source
git clone https://github.com/aymericzip/intlayer-skills/blob/main/skills/intlayer-remote-content/SKILL.mdView on GitHub Overview
Intlayer-cms helps manage server-side content and remote dictionaries through the Intlayer CMS. It enables fetching remote translations and handling server-side content via the CMS layer, keeping data centralized and aligned with CMS workflows as documented by Intlayer.
How This Skill Works
It connects to the Intlayer CMS APIs to retrieve remote content and dictionaries on demand. The approach leverages CMS and Editor concepts to support content workflows and updates without embedding all data in the client. For deeper guidance, refer to the Intlayer CMS Documentation.
When to Use It
- When you need to fetch remote translations for UI locales
- When you want to manage server-side content and dictionaries
- When integrating with Intlayer CMS features or a TMS
- When content updates should come from the CMS without client redeploys
- When you want to align app content with CMS driven workflows
Quick Start
- Step 1: Connect your project to Intlayer CMS using the credentials provided in the docs
- Step 2: Enable remote content retrieval and dictionary access in your configuration
- Step 3: Request remote translations and render content from the CMS in your UI
Best Practices
- Consult the Intlayer CMS Documentation during setup
- Use the CMS to manage translations and server-side text
- Test rendering with live CMS data in a staging environment
- Keep CMS concepts aligned with development: CMS Concept and Editor Concept
- Validate translations in the CMS before publishing to production
Example Use Cases
- Fetching remote translations for a multilingual storefront UI
- Serving server-side content like promotional banners from the CMS
- Updating product descriptions without redeploying apps
- Synchronizing TMS updates with the CMS to ensure language consistency
- Using editor workflows to approve content before publishing
Frequently Asked Questions
Add this skill to your agents