What problem does it solve? Querying Contentful CMS content requires knowing which tool handles which resource, since the contentful CLI cannot read entries or assets. This Skill routes each request to the correct interface and enforces strict read-only access so CMS data is never accidentally modified. ## Core Features & Use Cases - Smart Routing: Uses the contentful CLI for spaces, environments, and content types, and the CMA REST API via curl for entries and assets. - Automatic Configuration: Reads the active space and environment from ~/.contentfulrc.json so you do not have to specify them manually. - Read-Only Safety: Restricts all operations to GET requests and read-only CLI subcommands, even though the management token has write scope. - Use Case: Ask which entries exist for a product content type, and the Skill queries the CMA API with filters and returns the fields formatted through jq. ## Quick Start Ask the assistant to list the five most recent entries of a given content type from your Contentful space.