What problem does it solve? Working with the Memos API requires knowing endpoint paths, Bearer token authentication, AIP-160 filter syntax, pagination tokens, 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 examples for memo CRUD, attachments, activities, auth, identity providers, resources, and tags. - Pagination & Filtering Guidance: Handles pageSize/pageToken pagination, AIP-160 filter syntax, and partial updates via updateMask. - Batch Operations: Supports batch download scripts and troubleshooting of common API errors like 401/403 and 400 responses. - Use Case: You want to export all public memos from your self-hosted Memos instance. The Skill generates a paginated curl loop with a filter like visibility=PUBLIC, using environment variables for the base URL and token. ## Quick Start Ask the AI to generate a curl command that lists memos from your Memos instance with pagination and a visibility filter, using environment variables for the token.