generated: '2026-08-26' method: generated source: openapi/*.yml + conventions/nusano-conventions.yml + errors/nusano-problem-types.yml note: >- Nusano publishes no skills, no AGENTS.md and no agent documentation of any kind — the site was searched on 2026-08-26 and nothing was found. These two skills were GENERATED by API Evangelist and every operationId referenced in them was grepped out of the specs in openapi/, which were themselves derived from the live WordPress route index at https://nusano.com/wp-json/wp/v2. Both are read-only by construction, because the entire write surface of that API is authentication-gated. skills: - name: nusano-read-newsroom file: nusano-read-newsroom.md api: nusano:posts description: >- Pull Nusano's news releases, event notices and Nu Blog posts as JSON, filter by category, tag or date window, and resolve author and featured image. operations: [getPosts, getPostsById, getCategories, getTags, getUsers, getMediaById] - name: nusano-search-and-media file: nusano-search-and-media.md api: nusano:search description: >- Search everything published on nusano.com, walk the page tree, and pull real asset URLs and MIME types out of the 1,127-item media library. operations: [getSearch, getPages, getPagesById, getMedia, getMediaById, getTypes, getTaxonomies]