Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add OPPO-Mente-Lab/X-OmniClaw --skill gallery-memorygit clone --depth 1 https://github.com/OPPO-Mente-Lab/X-OmniClawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/gallery-memory)<a href="https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/gallery-memory"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/gallery-memory/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/gallery-memory"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/gallery-memory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.00732 |
| Opus 5 | $0.00010 | $0.00366 |
| Sonnet 5 | $0.00004 | $0.00146 |
| Haiku 4.5 | $0.00002 | $0.00073 |
Grade A, and why
gallery-memory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gallery Memory
Use this skill when the user wants to:
- scan new images from the phone gallery
- extract memories from screenshots or photos
- rebuild a user profile from image memories
- schedule periodic gallery memory updates
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-qashould consume them- the full
memory/IMAGE-MEMORY.mdfile should be loaded into context - later execution should rely on the filename stored in each entry, not wildcard filename guesses
Preferred Tool
gallery_memory
Use gallery_memory as the direct tool for this workflow.
Supported actions:
sync: scan new gallery images, summarize them, and rewritememory/IMAGE-MEMORY.mdin compact format (filename, time, album, summary)build_profile: rebuildmemory/USER-PROFILE.mdfrom existing memoriesstatus: inspect cursor and output file availabilityreset_cursor: clear the incremental scan cursorclear_image_memories: resetmemory/IMAGE-MEMORY.mdto the initial templateclear_user_profile: resetmemory/USER-PROFILE.mdto the initial templatereset_all: clear both files and reset the scan cursor
Recommended Calls
Sync and rebuild profile
{
"action": "sync",
"max_images": 10,
"update_profile": true
}
Only rebuild profile
{
"action": "build_profile"
}
Check status
{
"action": "status"
}
Scheduling Pattern
To run this periodically, combine it with schedule_task.
Example idea:
- create a scheduled task
- set
instructionto a natural-language request that clearly tells the agent to usegallery_memory
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 101 lines · 21 tokens per session scan A d0d031a2f9c2
gallery-memory is a skill published in the GitHub repository OPPO-Mente-Lab/X-OmniClaw (261 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 732 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
p5.js
Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems…
AudioCraft
PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.
ASCII Video
Production pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics…
Manim Video
Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations…
Stable Diffusion
State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.
Baoyu Infographic
A workflow for creating infographics, which are visual summaries of information, using different layouts and visual styles.