بنقرة واحدة
gallery-memory
// Sync gallery images into long-term memory files and rebuild the user profile from photo-derived memories.
// Sync gallery images into long-term memory files and rebuild the user profile from photo-derived memories.
主流APP搜索。当用户想要在拼多多、美团、高德地图、抖音、快手、小红书、哔哩哔哩、知乎、百度、OPPO音乐、OPPO软件商店等APP中搜索时激活。覆盖电商购物、生活服务、短视频内容、知识搜索、音乐搜索、应用商店搜索等场景。
CapCut (剪映) one-tap video creation on Android. Always clear A_latest first (copy_images_to_album clear-only), then retrieve by time (list_gallery_images) or content (image-memories). Copy to A_latest (clear_album_first), CapCut 照片视频 → A_latest → 全部, multi_tap, N=K.
Configure messaging channels in X-OmniClaw, including Feishu and Discord. Use when the user asks to configure, enable, disable, inspect, or fix channel settings such as tokens, appId/appSecret, dmPolicy, groupPolicy, requireMention, or connection status. For X-OmniClaw, these settings live in /sdcard/.xomniclaw/xomniclaw.json under channels.*.
将剪切板中的 App 跳转链接制作成一个可复用的快捷指令 Skill,下次用户说出 Skill 名称即可一键直达对应 App 页面。 当用户说"把剪切板的链接做成skill"、"帮我保存这个链接为快捷方式"、"用剪切板内容创建一个skill XX"、"把这个链接制作成skill"、"帮我把复制的链接做成一键跳转"等意图时激活。 支持淘宝、拼多多、抖音、快手、知乎、小红书、美团、哔哩哔哩、高德、QQ音乐、支付宝、百度等主流 App 的分享链接。
Consume the full memory/IMAGE-MEMORY.md file for all gallery-image questions and operations instead of using retrieval-first search.
Process pending X-OmniClaw task memories, update MEMORY.md, and rebuild the compact USER-PROFILE.md.
| name | gallery-memory |
| description | Sync gallery images into long-term memory files and rebuild the user profile from photo-derived memories. |
| metadata | {"xomniclaw":{"always":false,"emoji":"🖼️","skillKey":"gallery-memory","version":"1.0.0","category":"memory"}} |
Use this skill when the user wants to:
Do not use this skill as the first choice for questions like 今天我拍了什么照片 or 我最近拍过什么截图.
For image-question answering or gallery-image operations based on existing memory/IMAGE-MEMORY.md, prefer gallery-qa.
This skill is responsible for producing and maintaining image memories.
It is not the primary consumer for gallery-image questions or operations once memory/IMAGE-MEMORY.md already exists.
When image memories are already available:
gallery-qa should consume themmemory/IMAGE-MEMORY.md file should be loaded into contextgallery_memoryUse gallery_memory as the direct tool for this workflow.
Supported actions:
sync: scan new gallery images, summarize them, and rewrite memory/IMAGE-MEMORY.md in compact format (filename, time, album, summary)build_profile: rebuild memory/USER-PROFILE.md from existing memoriesstatus: inspect cursor and output file availabilityreset_cursor: clear the incremental scan cursorclear_image_memories: reset memory/IMAGE-MEMORY.md to the initial templateclear_user_profile: reset memory/USER-PROFILE.md to the initial templatereset_all: clear both files and reset the scan cursor{
"action": "sync",
"max_images": 10,
"update_profile": true
}
{
"action": "build_profile"
}
{
"action": "status"
}
To run this periodically, combine it with schedule_task.
Example idea:
instruction to a natural-language request that clearly tells the agent to use gallery_memoryExample instruction:
使用 gallery_memory 工具同步相册中的新增图片记忆,并更新用户画像。
max_images value for the first real-device verification.IMAGE-MEMORY.md format should stay compact: filename, time, album (image source bucket), summary, and a clear separator between entries.gallery-qa can load the entire file into context.sync before build_profile, so the profile reflects the newest image memories.scheduled-automation.