551★by autogame-17
sticker-analyzer – OpenClaw Skill
sticker-analyzer is an OpenClaw Skills integration for coding workflows. Analyze images in media/stickers using Vision API to identify and filter meme/sticker content vs screenshots or documents.
Skill Snapshot
| name | sticker-analyzer |
| description | Analyze images in media/stickers using Vision API to identify and filter meme/sticker content vs screenshots or documents. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/sticker-analyzer |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/sticker-analyzer |
| last updated | Feb 7, 2026 |
Maintainer

name: sticker-analyzer description: Analyze images in media/stickers using Vision API to identify and filter meme/sticker content vs screenshots or documents. tags: [vision, image-analysis, stickers, memes]
Sticker Analyzer Skill
Analyzes images in media/stickers using Google Gemini Vision API to filter out non-stickers (screenshots, documents).
Tools
analyze_stickers
Runs the analysis script.
- No arguments required. Scans
~/.openclaw/media/stickers.
Setup
- Requires
npm install @google/generative-ai. - Requires a valid Google AI Studio API Key in
.env(GEMINI_API_KEY).
Status
Active. Configured with Gemini 2.5 Flash for high-speed sticker filtering.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install sticker-analyzer?
Run openclaw add @autogame-17/sticker-analyzer in your terminal. This installs sticker-analyzer into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/sticker-analyzer. Review commits and README documentation before installing.
