generated: '2026-08-06' method: generated source: openapi/allotex-content-openapi.yml api: allotex:allotex-content-api note: >- Allotex publishes no skills, no AGENTS.md and no agent guidance of any kind (probed 2026-08-06). These three are GENERATED by the API Evangelist enrichment pipeline and grounded in operationIds that exist verbatim in openapi/allotex-content-openapi.yml, which was itself derived from the live route index. They cover the only flows this surface actually supports: reading the corporate content, harvesting the media library, and detecting change in the absence of a changelog. There is no write flow to package - every write route on this install is permanently gated. skills: - file: allotex-read-corporate-content.md name: Read Allotex corporate and clinical content description: >- Retrieve the company's own account of its science, device history, procedure, advisory board and the conditions it treats, from the 16 corporate pages with populated content.rendered. api: openapi/allotex-content-openapi.yml operations: [getRouteIndex, listPages, getPage, searchContent, listTypes] - file: allotex-harvest-media-library.md name: Harvest the Allotex media library description: >- Enumerate the 218-item media library with size variants and source URLs, and relate assets back to the pages that use them. api: openapi/allotex-content-openapi.yml operations: [listMedia, getMediaItem, getOEmbed] - file: allotex-detect-site-changes.md name: Detect changes on the Allotex site description: >- Monitor the company for updates without a changelog, status page or article feed, by polling content modification timestamps and watching the route index for namespace churn. api: openapi/allotex-content-openapi.yml operations: [listPages, listPosts, getRouteIndex, listTypes]