ima-skills

Search, read, create, and organize Tencent IMA notes and knowledge bases via OpenAPI.

2.0k|291|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/Pinvou/pinvou-agent --skill ima-skills-pinvou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ima-skills
Source: https://github.com/Pinvou/pinvou-agent/tree/main/pinvou3-app/src-tauri/resources/common/skill-marketplace/ima-skills
Command: npx skills add https://github.com/Pinvou/pinvou-agent --skill ima-skills-pinvou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets you operate Tencent IMA notes and knowledge bases directly from the agent workspace, so you can search, read, create, append, and import content without switching to the IMA app or handling credentials manually. ## Core Features & Use Cases - Notes Operations: Search notes by title or content, list notebooks and notes, read note content, create new notes, and append to existing notes through the note API. - Knowledge Base Operations: Search and browse knowledge bases, import web page URLs, add existing notes to a knowledge base, and retrieve media source info through the wiki API. - Secure Credential Handling: Credentials stay in the local system credential store and are never exposed to the model, chat, logs, or files; all calls go through the native ima_openapi tool. - Use Case: Ask the agent to find your meeting notes in IMA, summarize them, then save the summary as a new note or import a web article into a chosen knowledge base. ## Quick Start Connect 腾讯 ima in the Pinvou Plugin Center, then ask the agent to search my IMA notes for meeting minutes and create a new note with the summary.

Frequently Asked Questions about ima-skills

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

FAQPage Schema
How do I search my Tencent IMA notes from the agent?

Ask the agent to search IMA notes by title or content. It calls the ima_openapi tool with the search_note API, using search_type 0 for title search and search_type 1 for content search, then returns matching notes.

How do I import a web page into an IMA knowledge base?

Ask the agent to import a URL into a chosen knowledge base. It uses the import_urls API with the target knowledge_base_id and the page URL, and IMA processes the web page into the knowledge base.

Do I need to paste my IMA API key or credentials into the chat?

No. Credentials are stored in the local system credential store after you connect 腾讯 ima in the Pinvou Plugin Center. The ima_openapi tool reads them only when sending requests, and they are never exposed to the model or chat.

Can I upload local files to an IMA knowledge base?

No. Local file upload is not supported by ima_openapi. Only web page import via import_urls and collecting existing IMA notes via add_knowledge are supported, so local files cannot be uploaded directly.

What happens if the ima_openapi tool is not available?

The tool is deferred by default, so the agent first activates it with tool_search. If it still cannot be surfaced, the IMA backend is unavailable for that session and the agent will tell you instead of improvising another path.