ima-skill

Manage notes and knowledge bases via the IMA OpenAPI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill ima-skill-novolei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ima-skill
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/ima
Command: npx skills add https://github.com/novolei/if2Ai --skill ima-skill-novolei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill unifies the management of personal notes and knowledge bases by providing a single OpenAPI-driven interface to search, create, and organize notes, upload files, and import URLs into knowledge bases.

Core Features & Use Cases

  • Manage notes: search, list notebooks, read content, create new notes, and append to existing ones.
  • Manage knowledge bases: upload files, import URLs, link notes, and browse knowledge bases and folders.
  • Real-world use cases: capture meeting notes into a knowledge base or attach web content for later reference.

Quick Start

Ask the AI to create a new note about the Q2 roadmap and attach it to a knowledge base.

Frequently Asked Questions about ima-skill

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

FAQPage Schema
How do I automate creating and searching notes via the IMA OpenAPI?

You can automate creating and searching notes via the IMA OpenAPI by using this skill to interface with endpoints for search, list, import_doc, and append_doc operations. It handles credential retrieval dynamically via get-token scripts to manage notes and knowledge bases programmatically.

Can I import URLs and upload files into a knowledge base using IMA?

Yes, you can import URLs and upload files into a knowledge base using IMA. This skill implements the create_media and add_knowledge endpoints, allowing you to attach web content and files directly into your knowledge base folders for later reference.

What is the best way to link notes and browse knowledge bases with IMA?

The best way to link notes and browse knowledge bases with IMA is through an OpenAPI-driven interface. This skill applies preflight utilities and specific endpoints to list notebooks, read content, link notes, and browse folders across your knowledge base structure.

Does this IMA notes integration require manual token configuration?

No, this IMA notes integration does not require manual token configuration. It retrieves credentials dynamically via get-token scripts, automating the authentication process for search, list, and document import operations.

Why use an OpenAPI interface for managing notes and knowledge bases?

Using an OpenAPI interface for managing notes and knowledge bases unifies personal documentation workflows. It allows you to programmatically capture meeting notes, append existing documents, and organize web content, replacing manual dashboard interactions with automated API calls.