ima-notes

Search, read, list, create, and append notes via IMA OpenAPI.

762|97|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/countbot-ai/CountBot --skill ima-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ima-notes
Source: https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/ima-notes
Command: npx skills add https://github.com/countbot-ai/CountBot --skill ima-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

通过 IMA OpenAPI 处理笔记任务,提供笔记的搜索、阅读、列出、创建和追加等能力,帮助用户高效管理个人与团队笔记。

Core Features & Use Cases

  • 支持按标题或内容搜索笔记,列出笔记本与笔记,导入 Markdown 新建笔记,以及向现有笔记追加内容。
  • 适用于日常笔记整理、会议记录、工作备忘和知识管理等场景,方便快速定位和扩展笔记。
  • 示例用法:在一次会议后,搜索相关笔记,读取要点并追加新的行动项。

Quick Start

使用 IMA 笔记工具搜索、读取或创建笔记,例如输入:查找标题含“周报”的笔记。

Frequently Asked Questions about ima-notes

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

FAQPage Schema
How do I automate note management with IMA OpenAPI?

Automate note management with IMA OpenAPI by using operations to search by title or content, list notebooks, import Markdown as new notes, and append content to existing notes. It handles note data structures and REST API responses automatically.

How do I search and read notes using IMA REST API endpoints?

Search and read notes using IMA REST API endpoints by querying notes via title or content keywords. The process lists notebooks and retrieves specific note data structures, returning the requested text for quick access and review.

Do I need client_id and api_key to create notes via IMA OpenAPI?

Yes, you need a valid client_id and api_key to authenticate with the IMA REST API. These credentials are required to authorize operations like listing notebooks, importing Markdown files as notes, and appending data.

Can I import Markdown files as new notes in IMA?

Yes, you can import Markdown files as new notes in IMA. The implementation processes the Markdown content and executes a create operation through the IMA OpenAPI, generating a new note within your personal or team notebooks.

What is the best way to append new action items to existing IMA notes?

The best way to append new action items to existing IMA notes is to search for the target note by title, read its current content, and use the append operation to add the new Markdown text directly via the IMA OpenAPI.