What problem does it solve? Working with the Memos API requires remembering endpoint paths, Bearer token headers, pagination parameters, AIP-160 filter syntax, and updateMask semantics. This Skill provides ready-to-run request templates and a condensed endpoint reference so you can call, debug, or script against a Memos instance without reading the full API documentation. ## Core Features & Use Cases - Request Generation: Produces curl and Python requests examples with Authorization Bearer headers for memo CRUD, attachments, activities, auth, and identity providers. - Pagination & Filtering Guidance: Handles pageSize/pageToken pagination, AIP-160 filter expressions, and updateMask partial updates correctly. - Endpoint Reference: Bundles a condensed API reference covering memos, attachments, resources, tags, auth, and identity provider endpoints. - Use Case: You want to batch download all public memos from your instance. Ask for a script, and get a paginated curl or Python loop using $MEMOS_BASE and $MEMOS_TOKEN environment variables without exposing your token. ## Quick Start Ask the assistant to generate a curl command that lists the 20 most recent memos from your Memos instance using a bearer token stored in an environment variable.