ima

Access IMA OpenAPI to manage notes and knowledge-base content via HTTP POST.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill ima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ima
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/skills/ima
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill ima

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, node, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you manage your IMA notes and knowledge base without manual organization work, so you can save, search, and update information faster and more reliably.

Core Features & Use Cases

  • Unified IMA OpenAPI workflow: create, search, browse, and edit notes, and upload/add content to the knowledge base.
  • Notes coverage: search notes, list notebooks, read note content, create new notes, and append to existing notes (with safeguards).
  • Knowledge base coverage: upload files to the knowledge base, import URLs/web articles, add existing notes, and browse/search knowledge base content with folder support.

Quick Start

Ask: "Search my IMA notes for ‘meeting summary’ and read the most relevant one."

Frequently Asked Questions about ima

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

FAQPage Schema
How do I search my IMA notes and read specific content?

To search IMA notes, the Skill queries the IMA OpenAPI using HTTP POST with JSON bodies to match keywords. It retrieves and reads the specific note content directly from the official ima.qq.com endpoints for immediate access.

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

Yes, you can upload files and import URLs into the IMA knowledge base. The Skill applies IMA OpenAPI operations to ingest web articles and documents, constraining API requests to official ima.qq.com endpoints for reliable content addition.

How do I append content to an existing note in IMA?

You append content to an existing IMA note by utilizing the note CRUD operations provided by the Skill. It applies safeguards during the append process to update your notes securely via the IMA OpenAPI without overwriting data.

Do I need Node and jq to manage IMA notes via API?

Yes, you need Node and jq installed in your environment to manage IMA notes. The Skill relies on these dependencies to execute scripts, handle JSON API bodies, and securely retrieve credentials via get-token.sh for OpenAPI authentication.

How does folder-aware browsing work for IMA knowledge base content?

Folder-aware browsing works by structuring IMA OpenAPI requests to navigate and search knowledge base content hierarchically. It processes JSON responses to list and retrieve items within specific folders on the ima.qq.com platform.

What is the best way to automate IMA note creation and knowledge base updates?

The best way to automate IMA note creation and knowledge base updates is by routing requests through this Skill's unified OpenAPI workflow. It securely handles JSON POST bodies to create notes and import knowledge base files programmatically.