Skip to content

Commit 6e15b4b

Browse files
committed
docs: add TweetClaw source note workflow
1 parent bce4990 commit 6e15b4b

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,39 @@ Rolling JWT middleware to all API routes.
231231

232232
Set `status: done` to mark complete. Done tasks are filtered out of active task results.
233233

234+
## Source notes from other plugins
235+
236+
Basic Memory works well as the durable note layer for research gathered by other OpenClaw plugins. For X/Twitter research, install [TweetClaw](https://github.com/Xquik-dev/tweetclaw) from [ClawHub](https://clawhub.ai/plugins/@xquik/tweetclaw) or [npm](https://www.npmjs.com/package/@xquik/tweetclaw):
237+
238+
```bash
239+
openclaw plugins install @xquik/tweetclaw
240+
```
241+
242+
Then use TweetClaw to search tweets, search tweet replies, export followers, or look up users, and save the useful results as Basic Memory notes:
243+
244+
```markdown
245+
---
246+
title: x-twitter-feedback-openclaw-memory
247+
type: Research
248+
source: x-twitter
249+
captured_with: tweetclaw
250+
captured_at: 2026-05-14
251+
---
252+
253+
## Query
254+
"openclaw memory plugin"
255+
256+
## Findings
257+
- Users ask for durable task state after context compaction.
258+
- Source each finding with the tweet URL, tweet ID, author, and capture date.
259+
260+
## Next Steps
261+
- [ ] Link related findings to the active project note.
262+
- [ ] Revisit the search before release notes ship.
263+
```
264+
265+
Keep raw exports, secrets, cookies, direct messages, and private account material out of notes. Save the query, source links, IDs, summary, and next action so future `memory_search` calls can recover the context without replaying the scrape.
266+
234267
## Basic Memory Cloud
235268

236269
Everything works locally. Cloud adds cross-device sync, team workspaces, and persistent memory for hosted agents.

0 commit comments

Comments
 (0)