Skip to content

Commit 2ddf242

Browse files
committed
docs: update install guide with natural language triggers
- Guide users to say 'remember this' and similar phrases - Keep keyword triggers in skill files for agent detection - Revert skill and test file changes
1 parent 447535c commit 2ddf242

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

INSTALL.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -133,29 +133,29 @@ curl -o ~/.openclaw/skills/searching-context/SKILL.md \
133133

134134
---
135135

136-
## Using Skills
136+
## Using OpenViking Memory
137137

138-
Once installed, agents can use these keywords during chat:
138+
Once skills are installed, you can use natural language to trigger OpenViking actions:
139139

140-
| Keyword | Skill | What It Does |
141-
|---------|-------|--------------|
142-
| `ovm` | adding-memory | Extracts and stores insights from conversation |
143-
| `ovr` | adding-resource | Imports files/URLs into OpenViking |
144-
| `ovs` | searching-context | Searches stored memories and resources |
140+
### Storing Memories
141+
Say things like:
142+
- "**Remember this**" — after sharing something worth remembering
143+
- "**Save this to memory**" — to persist an insight or decision
144+
- "**Keep this in mind**" — to store context for future reference
145145

146-
**Example chat flow:**
147-
```
148-
User: I prefer using vim for coding
149-
User: ovm
150-
→ Agent extracts and stores: "User prefers vim for coding"
146+
### Adding Resources
147+
Say things like:
148+
- "**Add this to OpenViking**" — when sharing a URL or file
149+
- "**Import https://example.com/docs**" — to add external knowledge
150+
- "**Save this resource**" — to store documents for later retrieval
151151

152-
User: Please add https://example.com/docs
153-
User: ovr
154-
→ Agent imports and processes the URL
152+
### Searching Context
153+
Say things like:
154+
- "**Search my memory for...**" — to find previously stored information
155+
- "**What do I know about...**" — to query your OpenViking context
156+
- "**Find in OpenViking...**" — to search across memories and resources
155157

156-
User: ovs What's my editor preference?
157-
→ Agent searches and returns: "User prefers vim for coding"
158-
```
158+
The agent will automatically detect these intents and use the appropriate OpenViking skills.
159159

160160
---
161161

0 commit comments

Comments
 (0)