Legacy — Qoris Memory (use qoris-memory-mcp)
⚠️ LEGACY LISTING. The canonical home for this skill is now qoris-memory-mcp under the @qoris-ai org publisher. Please run: clawhub install qoris-memory-mcp.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/apps-debug/qoris-memoryLegacy — Qoris Memory
⚠️ This skill has moved
Install
qoris-memory-mcpinstead.clawhub install qoris-memory-mcpThis
qoris-memoryslug under@apps-debugis kept only for backward compatibility with users who installed earlier versions. All future updates, new features, and new versions will be published exclusively toqoris-memory-mcpunder the@qoris-aiorg publisher.
Why did it move?
We set up a dedicated @qoris-ai organization publisher on ClawHub and migrated the canonical listing to it. This @apps-debug listing is the original pre-migration home and will no longer receive feature updates.
What to do
If you're already using qoris-memory, switch to qoris-memory-mcp:
clawhub uninstall qoris-memory
clawhub install qoris-memory-mcp
Your existing QORIS_API_KEY and QORIS_WORKSPACE_ID work identically with the new slug — same underlying MCP server at https://mcp.qoris.ai/mcp, same tools, same behavior.
Data Handling & Privacy
This skill connects to the Qoris MCP server (https://mcp.qoris.ai/mcp) and exposes explicit memory tools (save_memory, search_knowledge, etc.). The skill does not capture or persist conversation content automatically — only data you explicitly pass to a tool call is transmitted.
- What gets sent: only content you pass to explicit tool calls
- Where it's stored:
https://mcp.qoris.ai/mcpscoped to yourQORIS_WORKSPACE_ID - Credential ownership:
QORIS_API_KEYis your own per-user secret, not bundled - Retention: per
https://qoris.ai/privacy - Revocation: rotate
QORIS_API_KEYin your dashboard
Available Memory Tools (inherited from canonical)
save_memory, get_memories, search_knowledge, update_memory, delete_memory, list_knowledge_documents, get_document_full_content.
See the full documentation at the canonical listing: qoris-memory-mcp.
Support
- Canonical listing:
https://clawhub.ai/qoris-memory-mcp - Documentation:
https://docs.qoris.ai/memory - Source:
https://github.com/QORIS-AI/qoris-memory-openclaw-skill - Support:
[email protected]
About Qoris AI
Qoris AI builds the trust and governance layer for enterprise AI agents. NVIDIA Inception Program member. Claude Partner Network member. Patent pending U.S. 63/907,730. Based in Stamford, CT.
qoris.ai
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-apps-debug-qoris-memory": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
mcp-builder
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
memory-stack
AI 记忆栈架构 - 符合 2026 前沿的 AI 记忆系统。微调+RAG+ 上下文三层设计,mirrors 人类记忆工作方式。