Install
openclaw skills install percept-ambientClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Continuously captures and summarizes ambient conversations to build a local knowledge graph for context-aware assistance without explicit commands.
openclaw skills install percept-ambientAmbient intelligence mode — continuous context awareness without explicit commands.
Runs in the background, building a knowledge graph of conversations, entities, and relationships over time. Your agent passively learns context from ambient speech — who you talk to, what projects are active, what decisions were made — without needing explicit commands.
When your agent needs context, Percept assembles a Context Packet:
{
"recent_conversations": [...],
"resolved_entities": [...],
"relationships": [...],
"relevant_history": [...]
}
This gives the agent rich situational awareness without loading entire conversation histories.
Semantic search over utterances using NVIDIA NIM embeddings (primary) with all-MiniLM-L6-v2 as offline fallback. Stored in LanceDB (local, zero-infra).
# Search via dashboard (port 8960) or API
curl localhost:8960/api/search?q=project+deadline&mode=hybrid
Monitor ambient intelligence at http://localhost:8960: