← 返回
未分类 中文

TruContext OpenClaw

TruContext persistent memory for OpenClaw agents. Use when you need to remember something significant across sessions, recall prior context, query the knowle...
TruContext 持久记忆:为 OpenClaw 代理提供跨会话记忆重要信息、回忆先前上下文、查询知识库的功能。
alphacollectivellc alphacollectivellc 来源
未分类 clawhub v0.1.9 1 版本 100000 Key: 无需
★ 0
Stars
📥 388
下载
💾 0
安装
1
版本
#latest

概述

trucontext-openclaw

Your persistent memory layer. All TC operations go through this skill.

Never call the trucontext CLI directly — use the tc-memory verbs below.

If tc-memory is not found, run: trucontext-openclaw install

What this skill reads

  • ~/.trucontext/openclaw-state.json — agent config written by trucontext-openclaw install. Contains your root node ID, user root node ID, recipe, and workspace path. No secrets.
  • TruContext CLI auth (~/.trucontext/credentials.json) — the trucontext CLI manages its own auth tokens. This skill calls the CLI; it does not read or store credentials directly. To authenticate, run: npx trucontext login.

Verbs

# Remember something significant (narrative, not summary)
tc-memory ingest "<narrative text>" [--permanent]

# Retrieve relevant context before a decision or conversation
tc-memory recall "<query>" [--limit N]

# Ask the graph a natural language question
tc-memory query "<question>" [--limit N]

# What gaps has TC identified in your graph?
tc-memory gaps

# What is TC's intelligence layer reporting about your recipe alignment?
tc-memory health

# Find an existing node before creating a new one
tc-memory node find "<name>"

# Create a new entity node (only after find returns no match)
tc-memory node create --type <type> --id <slug> --name "<display name>" [--permanent]

# Look up a node by ID
tc-memory node get <id>

# Create an explicit edge between two nodes
tc-memory node link <id> --rel <RELATIONSHIP> --to <id2>

Node integrity rule

Always call node find before node create. If a match is returned with confidence > 0.8, use the existing node ID. Only create if no match found. This prevents duplicate nodes across sessions.

Session startup

At the start of every session, call:

tc-memory recall "active projects and entities relevant to my current work"

This gives you node IDs to anchor ingests during the session.

Ingest protocol — testify, don't summarize

TC's intelligence layer pattern-matches across ingests. Pre-digested conclusions starve it.

Before ingesting, ask: If TC's intelligence layer read only this, could it learn something the entity didn't explicitly say?

If yes — it's signal. Submit it.

If no — rewrite it. Find the friction. Find the turn. Find the moment before you knew the answer.

The three layers:

  1. What happened (facts, outcome)
  2. How it happened (process, friction, pivots) ← most signal lives here
  3. What it revealed (character, pattern, relationship dynamic) ← what TC is hungry for

Write in first person, past tense, with friction.

Examples of good vs. bad ingests:

❌ Bad: tc-memory ingest "Fixed the MCP server issue. Used low-level SDK."

✅ Good: tc-memory ingest "The higher-level SDK was injecting taskSupport:forbidden into tool schemas — Claude Desktop was silently filtering the tools out because of it. No error. Just absence. Three hours of looking in the wrong places before pulling the raw protocol response and finding it. The fix was ten minutes. The three hours were spent not knowing what question to ask."

Temporal vs. permanent

  • --permanent for facts: events that happened, decisions made, entities created
  • Default (temporal) for: behavioral observations, inferences, preferences, patterns

Config (resolved from ~/.trucontext/openclaw-state.json)

Your root node, user root, recipe, and primary_about are pre-configured by trucontext-openclaw install.

You do not need to pass them on every call.

Source

  • Homepage: https://trucontext.ai
  • Source: https://github.com/AlphaCollectiveLLC/trucontext-openclaw
  • npm: https://www.npmjs.com/package/trucontext-openclaw

版本历史

共 1 个版本

  • v0.1.9 当前
    2026-05-03 10:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 859 📥 339,768
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,434 📥 327,490
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,507 📥 566,880