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-qagit 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-qa)<a href="https://agentmods.dev/skills/oppo-mente-lab/x-omniclaw/gallery-qa"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/gallery-qa/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-qa"><img src="https://agentmods.dev/badge/skills/oppo-mente-lab/x-omniclaw/gallery-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00029 | $0.00813 |
| Opus 5 | $0.00015 | $0.00407 |
| Sonnet 5 | $0.00006 | $0.00163 |
| Haiku 4.5 | $0.00003 | $0.00081 |
Grade A, and why
gallery-qa 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gallery QA
Use this skill for all gallery-image consumption tasks, including:
今天我拍了什么照片我最近拍过什么我拍过和猫有关的照片吗帮我把所有截图整理出来把猫主题图片复制到某个文件夹
This skill is the primary consumer of memory/IMAGE-MEMORY.md.
It does not maintain or rebuild image memories. If the user explicitly asks to scan, sync, refresh, or rebuild image memories, use gallery-memory instead.
Source Of Truth
The source of truth is:
memory/IMAGE-MEMORY.md
Each entry is compact and should be read as one whole item:
- title line: the image filename
time: capture or creation timealbum: where the image lives in the gallery (MediaStore bucket / album display name)summary: short semantic description
Core Workflow
When this skill applies, follow this workflow strictly:
- Load the full
memory/IMAGE-MEMORY.mdfile into context withmemory_get. - Treat the entire file as the candidate set.
- Read the entries directly from top to bottom and find the entries relevant to the user request.
- For question answering, summarize the matched entries in natural language.
- For operations such as copy / move / add to folder / add to album, use the filename in each matched entry for later execution. Use
albumwhen the user asks which album or folder the image came from.
Hard Rules
- Do not start with retrieval or search when the full compact
IMAGE-MEMORY.mdfile can be loaded directly. - Do not treat
image_memory_search_entriesas the primary path. It is legacy. - Do not use
findas the primary topic filter whenIMAGE-MEMORY.mdalready exists. - Do not guess a wildcard filename prefix from the first few entries.
- Do not call
gallery_memoryunless the user explicitly asks to sync, scan, refresh, or rebuild image memories.
Answering Rules
- Do not answer with only file paths, line numbers, or entry ids.
- Use the
summaryfield as the main semantic evidence. - Use
timewhen the user asks about today / yesterday / recent / date-scoped photos. - If multiple images match, group or summarize them clearly.
- If the user asks for
所有/全部/都, inspect the whole file before finalizing.
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 · 94 lines · 29 tokens per session scan A 55d0f4651f61
gallery-qa 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 29 tokens to every session and 813 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
browserwing-executor
Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.
memory-poisoning-detection
Detect persistent instruction injection or long-term memory poisoning. Focus on writing/retaining hostile instructions for future tasks, not data leakage.
dev-browser
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…
ask-user-question
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
harness-creator
Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…
memos-memory-guide
Use the MemOS Local memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query…