knowledge-base

Search, browse, and import content into IMA knowledge bases via openapi APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing IMA knowledge-base content requires many distinct API calls with specific routing rules, and mistakes like passing wrong IDs or attempting unsupported local file uploads lead to failed operations. ## Core Features & Use Cases - Knowledge-Base Discovery: Search knowledge bases by name, list addable bases, and retrieve base details through the openapi/wiki/v1 endpoints. - Content Operations: Browse base contents, search within a base, import web URLs, and add existing IMA notes to a knowledge base. - Use Case: A user asks to save a web article into their "Product Research" knowledge base; the agent searches the base by name, then calls import_urls with the article link. ## Quick Start Ask the agent to search your IMA knowledge bases by name or import a web URL into a specific knowledge base.

Frequently Asked Questions about knowledge-base

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

FAQPage Schema
Why does a folder operation fail with an ID error?

Root folder operations must omit folder_id entirely, and knowledge_base_id must never be passed as folder_id. Check the routing rules before constructing the request body.