Loading...
Loading...
Mowen Notes. Triggered when viewing someone's homepage note list, my note list, or searching for notes.
npx skill4agent add mowenxd/cli mo-noteShared Rulesmoclimocli note searchmocli note homepagemocli note minemo-remarkmocli user searchreply.note_idsreply.notes[note_id]reply.notes[note_id].uidreply.users--keyword--focus--keyword string--count int1-10020--focus stringmocli note search --keyword "AI Agent"mocli note search --keyword "产品思考" --count 10mocli note search --keyword "Prompt" --focus xxxxxxxx --count 20{
"code": 0,
"status": "OK",
"reply": {
"note_ids": [
"3jv1AiAjXJ4aBC83LqdMC",
"ZVDGaChlin5voLpIp_9TM"
],
"notes": {
"3jv1AiAjXJ4aBC83LqdMC": {
"note_id": "3jv1AiAjXJ4aBC83LqdMC",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "最近心情",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/3jv1AiAjXJ4aBC83LqdMC?from=mocli"
},
"ZVDGaChlin5voLpIp_9TM": {
"note_id": "ZVDGaChlin5voLpIp_9TM",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "大家好呀,我是小白",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/ZVDGaChlin5voLpIp_9TM?from=mocli"
}
},
"users": {
"Qiz5hxiY5wr5L76fyd8Kv": {
"uid": "xxxxxxxxxxxxxx",
"name": "精卫鸟.",
"intro": "一只小小鸟,订阅我的没几个人,所以你们都是特殊的。。"
}
}
}
}| Field | Type | Description | Reference Field |
|---|---|---|---|
| array | Ordered list of note IDs. Prioritize traversing this field when displaying the list. | - |
| map[string]NoteInfo | Note information Map, with note IDs as keys and note information as values. | |
| map[string]UserInfo | User information Map, with user UIDs as keys and user information as values. Use | |
mocli note mine--uid--uid string--filter stringall(all notes)album(collections)fee(premium notes)popular(popular notes, i.e., most read)all--count int1-10020--recent string2h1d1h-15d--filter=popularmocli note homepage --recent 3dmocli note homepage --uid xxxxxxxx --filter fee --count 10mocli note homepage --uid xxxxxxxx --filter album --count 10 --recent 3dmocli note homepage --uid xxxxxx --filter popular --count 30{
"code": 0,
"status": "OK",
"reply": {
"note_ids": [
"3jv1AiAjXJ4aBC83LqdMC",
"ZVDGaChlin5voLpIp_9TM"
],
"notes": {
"3jv1AiAjXJ4aBC83LqdMC": {
"note_id": "3jv1AiAjXJ4aBC83LqdMC",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "最近心情",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/3jv1AiAjXJ4aBC83LqdMC?from=mocli"
},
"ZVDGaChlin5voLpIp_9TM": {
"note_id": "ZVDGaChlin5voLpIp_9TM",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "大家好呀,我是小白",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/ZVDGaChlin5voLpIp_9TM?from=mocli"
}
},
"users": {
"Qiz5hxiY5wr5L76fyd8Kv": {
"uid": "xxxxxxxxxxxxxx",
"name": "精卫鸟.",
"intro": "一只小小鸟,订阅我的没几个人,所以你们都是特殊的。。"
}
}
}
}| Field | Type | Description | Reference Field |
|---|---|---|---|
| array | Ordered list of note IDs. Prioritize traversing this field when displaying the list. | - |
| map[string]NoteInfo | Note information Map, with note IDs as keys and note information as values. | |
| map[string]UserInfo | User information Map, with user UIDs as keys and user information as values. Use | |
mocli note homepageminehomepagehomepage--filter stringall(all notes)fee(premium notes)pub(fully public)cond-pub(partially public)priv(private)all--count int1-10020--recent string2h1d1h-15dmocli note mine --recent 3dmocli note mine --filter fee --count 10mocli note mine --filter priv --count 20 --recent 3d{
"code": 0,
"status": "OK",
"reply": {
"note_ids": [
"3jv1AiAjXJ4aBC83LqdMC",
"ZVDGaChlin5voLpIp_9TM"
],
"notes": {
"3jv1AiAjXJ4aBC83LqdMC": {
"note_id": "3jv1AiAjXJ4aBC83LqdMC",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "最近心情",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/3jv1AiAjXJ4aBC83LqdMC?from=mocli"
},
"ZVDGaChlin5voLpIp_9TM": {
"note_id": "ZVDGaChlin5voLpIp_9TM",
"uid": "Qiz5hxiY5wr5L76fyd8Kv",
"title": "大家好呀,我是小白",
"brief": "笔记摘要",
"url": "https://note.mowen.cn/detail/ZVDGaChlin5voLpIp_9TM?from=mocli"
}
},
"users": {
"Qiz5hxiY5wr5L76fyd8Kv": {
"uid": "xxxxxxxxxxxxxx",
"name": "精卫鸟.",
"intro": "一只小小鸟,订阅我的没几个人,所以你们都是特殊的。。"
}
}
}
}| Field | Type | Description | Reference Field |
|---|---|---|---|
| array | Ordered list of note IDs. Prioritize traversing this field when displaying the list. | - |
| map[string]NoteInfo | Note information Map, with note IDs as keys and note information as values. | |
| map[string]UserInfo | User information Map, with user UIDs as keys and user information as values. Use | |
Public Display Rules