Install
openclaw skills install memo-collectThis is a simple skill for note-taking, used to quickly record user notes, and provide users with query, delete, and other capabilities.
openclaw skills install memo-collect这是一个简单的备忘技能,用于快速记录用户的备忘信息,同时提供给用户查询,删除等能力
运行:
node dist/index.js
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
如果用户说:
调用:
node dist/index.js add_memo "XXX"
如果用户说:
调用:
node dist/index.js list_memo
如果用户说:
第3条备忘完成了
调用:
node dist/index.js delete_memo 3