memos

Manage memos, attachments, and activities via the Memos REST API.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jtsang4/efficient-coding --skill memos-jtsang4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memos
Source: https://github.com/jtsang4/efficient-coding/tree/main/skills/memos
Command: npx skills add https://github.com/jtsang4/efficient-coding --skill memos-jtsang4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of working with the Memos REST API, allowing users to create, read, update, delete memos, manage comments, reactions, relations, and attachments, as well as inspect activities.

Core Features & Use Cases

  • Memo Management: Create, read, update, and delete memos with ease.
  • Attachment Handling: Attach files to memos, manage comments, reactions, and relations.
  • Activity Inspection: View and analyze activities related to memos.
  • Use Case: When you need to keep track of important information, such as meeting notes or project updates, this Skill can help you manage and organize your memos efficiently.

Quick Start

Use the memos skill to create a new memo with tags. For example: memo create "My new memo" --tags #important #projectA

Frequently Asked Questions about memos

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

FAQPage Schema
How do I automate memo creation and management via the Memos REST API?

To automate memo creation via the Memos REST API, use this Skill to create, update, and delete memos. It interfaces with the API to manage memos, attachments, and activities efficiently.

Do I need Bun to manage memos and attachments through the REST API?

Yes, you need Bun installed to use this Skill for managing memos and attachments. You must also configure a .env file with your Memos REST API credentials before executing any memo operations.

What's the best way to filter memos and inspect activities using a REST API?

The best way to filter memos and inspect activities is using this Skill, which supports pagination, filtering, and complex queries against the Memos REST API to analyze memo-related activities.

Can I manage comments and reactions on memos using this approach?

Yes, you can manage comments and reactions on memos. Beyond basic memo creation, the Skill provides tools to handle comments, reactions, and relations, as well as attach files to existing memos.

How do I create a new memo with specific tags using the Memos API?

You create a new memo with tags by executing a command like `memo create "Your text" --tags #tag1 #tag2`. This Skill parses the input and sends the structured request to the Memos REST API.