notes

Manage user notes via IMA OpenAPI with read and write operations.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill notes-liumeixin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/liumeixin/hermes-skills/tree/main/ima-skill/notes
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill notes-liumeixin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ima-openapi-clientid, ima-openapi-apikey, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, managing, and accessing notes, making it easier to organize and retrieve information.

Core Features & Use Cases

  • Note Creation and Management: Create new notes, append content to existing notes, and manage note organization.
  • Search and Retrieval: Search for notes by title or content, and retrieve notes efficiently.
  • Privacy and Security: Ensures privacy by not displaying note content in group chats and only showing titles and summaries.

Quick Start

Use the notes skill to create a new note with the title 'Meeting Notes' and add the following content: 'Today's meeting was about...'.

Frequently Asked Questions about notes

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

FAQPage Schema
How do I manage and organize notes using IMA OpenAPI?

You can manage notes using IMA OpenAPI by performing read operations like searching, listing, and retrieving content, as well as write operations to create new notes or append content to existing ones.

Do I need an API key to retrieve note content through IMA OpenAPI?

Yes, retrieving note content requires an IMA OpenAPI client ID and API key for authentication to ensure secure access to your notes.

Can I append new information to an existing note without overwriting it?

Yes, you can append new content to existing notes. This allows you to continuously update and organize information without losing previously saved data.

How does note management handle user privacy in shared environments like group chats?

To ensure user privacy, the note management system only displays note titles and summaries in group chats, keeping the full content hidden.

What is the best way to search for a specific note by its title or content?

The best way to find a specific note is to use the built-in search functionality, which allows you to search for notes by their title or content.

Are there limitations on displaying full note content during administrative workflows?

Yes, a key limitation is that full note content is not displayed in group chats to protect user privacy, though administrative workflows can still retrieve the content directly.