← Back to Skills Marketplace
Sticker Manager
by
zhuwenzhuang
· GitHub ↗
· v0.3.0
· MIT-0
141
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install sticker-manager
Description
Sticker library management for OpenClaw. Use this skill to save, search, tag, rename, clean up, collect, import, and recommend stickers or reaction images. I...
Usage Guidance
This skill appears to be what it claims: a local sticker manager implemented as Python scripts. Before installing or running it, consider: 1) It will read from and write to your local sticker library and inbound media directories (defaults under ~/.openclaw); set STICKER_MANAGER_DIR and STICKER_MANAGER_INBOUND_DIR to an isolated folder if you want to limit impact. 2) The collector/discovery commands will make HTTP requests to URLs you provide — only supply trusted sources. 3) Vision/auto-tag features produce plans referencing external models (e.g., openai/gpt-5-mini) but do not include or ask for API keys; enabling automated vision/model execution requires separate model/tool credentials and integration. 4) If you want extra safety, review the scripts (they are included) and run them in a sandbox or dedicated user account; run the provided tests and the included check_sensitive.py before publishing changes.
Capability Analysis
Type: OpenClaw Skill
Name: sticker-manager
Version: 0.3.0
The sticker-manager skill is a comprehensive tool for managing local sticker libraries, supporting operations like saving, searching, semantic tagging, and batch importing. It includes a developer-focused security script (check_sensitive.py) designed to prevent the accidental commitment of secrets like API keys or private paths. Network functionality in scripts like collect_stickers.py and discover_sources.py is strictly aligned with the stated purpose of fetching and discovering image assets, and the code follows standard OpenClaw patterns for multi-step reasoning and vision-model integration without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The repository contents (save, search, rename, batch import/collect, semantic/vision plan scripts) match the declared purpose of local sticker library management. Required artifacts (local library, inbound media) and supported formats are coherent with the features. There are no unexpected credentials or unrelated system dependencies in the manifest.
Instruction Scope
SKILL.md and scripts instruct the agent to read/write the default library (~/.openclaw/workspace/stickers/library/) and inbound media (~/.openclaw/media/inbound/) and to run included Python scripts. Several commands optionally perform network fetches (collect/discover) to user-provided URLs and prepare vision-model payloads for external model execution. These actions are consistent with the stated functionality but do require filesystem access and (for collection) outgoing HTTP requests — which is expected but worth noting.
Install Mechanism
There is no install spec and the repo is instruction-plus-scripts (Python). No downloads from arbitrary URLs or packaged executables are requested. The requirements.txt lists common packages (requests, Pillow, pytest) appropriate for the code. No high-risk install steps (URL downloads/extracts) are present in the provided files.
Credentials
The skill uses environment variables documented in SKILL.md (STICKER_MANAGER_DIR, STICKER_MANAGER_INBOUND_DIR, STICKER_MANAGER_LANG, STICKER_MANAGER_VISION_MODELS). It does not request API keys or other secrets. It references model identifiers (e.g., openai/gpt-5-mini) for vision fallback plans but does not include or require credentials — executing those model steps requires external model/tool credentials which are intentionally left to the outer agent/tooling, consistent with the README.
Persistence & Privilege
The skill is not marked always:true and does not request persistent platform privileges. It reads/writes only within defined local paths (or paths supplied by the user) and does not modify other skills' configurations. Autonomous invocation is the platform default and is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sticker-manager - After installation, invoke the skill by name or use
/sticker-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.0
Animation preservation: generic rule, GIPHY support, reject static fallbacks for animated sources
v0.2.2
Add GitHub repository link as fallback download source when ClawHub is unavailable.
v0.2.1
Release polish: add requests dependency, Makefile, stronger hooks/CI parity, better SKILL/README alignment, and safer CLI help behavior.
v0.1.0
Initial release: save, search, tag, recommend stickers
Metadata
Frequently Asked Questions
What is Sticker Manager?
Sticker library management for OpenClaw. Use this skill to save, search, tag, rename, clean up, collect, import, and recommend stickers or reaction images. I... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Sticker Manager?
Run "/install sticker-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sticker Manager free?
Yes, Sticker Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sticker Manager support?
Sticker Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sticker Manager?
It is built and maintained by zhuwenzhuang (@zhuwenzhuang); the current version is v0.3.0.
More Skills