memos-api

Craft and validate Memos API requests with curl and Python samples.

361|58|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/OpenMinis/MinisSkills --skill memos-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memos-api
Source: https://github.com/OpenMinis/MinisSkills/tree/main/memos-api
Command: npx skills add https://github.com/OpenMinis/MinisSkills --skill memos-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps developers quickly craft, validate, and troubleshoot requests to the Memos API, including authentication, pagination, and common endpoints, without leaking secrets.

Core Features & Use Cases

  • Generate ready-to-run curl and Python samples for memo CRUD, attachments, activities, and authentication endpoints.
  • Support pagination via pageSize/pageToken and filtering via AIP-160 syntax; support updateMask for partial updates.
  • Provide batch download workflows and a reference file with full endpoint details for in-depth exploration.

Quick Start

Ask for a base URL and token, then specify the endpoint you want (e.g., list memos) to receive ready curl and Python samples.

Frequently Asked Questions about memos-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate Memos API requests using a token?

To authenticate Memos API requests, you provide an explicit base URL and a valid access token. This skill enforces token usage best practices and environment variable handling to prevent leaking secrets in your generated curl or Python samples.

Can I use AIP-160 filter syntax and pagination with the Memos API?

Yes, you can filter and paginate Memos API requests. The skill generates ready-to-run samples that support AIP-160 filter syntax alongside pageSize and pageToken parameters for listing memos and activities.

What's the best way to generate curl and Python samples for memo CRUD operations?

The best way to generate curl and Python samples for memo CRUD operations is to supply this tool with your base URL, token, and target endpoint. It outputs safe, ready-to-run code snippets for creating, updating, listing, and deleting memos.

How do I perform partial updates on a memo using updateMask?

To perform partial updates on a memo, you use the updateMask parameter in your Memos API request. This skill helps you craft and validate the specific curl or Python request to patch only the intended fields.

Does the Memos API support batch downloads and attachment management?

Yes, the Memos API supports batch downloads and attachment management. This skill provides dedicated workflows and a reference file detailing the endpoints needed to handle attachments and execute batch downloads effectively.