Memo Collect Skill
name: memo-collect
by bondli · published 2026-04-01
$ claw add gh:bondli/bondli-memo-collect---
name: memo-collect
description: This is a simple skill for note-taking, used to quickly record user notes, and provide users with query, delete, and other capabilities.
---
# Memo Collect Skill
这是一个简单的备忘技能,用于快速记录用户的备忘信息,同时提供给用户查询,删除等能力
使用方式
运行:
node dist/index.js <action> <content>
action 类型
add_memo
添加备忘
示例:
node dist/index.js add_memo "买牛奶"
---
list_memo
查看所有备忘
示例:
node dist/index.js list_memo
---
delete_memo
删除备忘
示例:
node dist/index.js delete_memo 3
---
Agent 调用规则
如果用户说:
调用:
node dist/index.js add_memo "XXX"
---
如果用户说:
调用:
node dist/index.js list_memo
---
如果用户说:
第3条备忘完成了
调用:
node dist/index.js delete_memo 3
---
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...