skills$openclaw/sticker-analyzer
autogame-17551

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.

551 stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesticker-analyzer
descriptionAnalyze images in media/stickers using Vision API to identify and filter meme/sticker content vs screenshots or documents. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/sticker-analyzer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/sticker-analyzer
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains sticker-analyzer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
289 B
analyze.js
3.2 KB
analyze.py
2.3 KB
SKILL.md
702 B
SKILL.md

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

  1. Requires npm install @google/generative-ai.
  2. 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.

README.md

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.