← Back to Skills Marketplace
235
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install kaomoji
Description
Light kaomoji selector based on context tags.
README (SKILL.md)
Kaomoji
A fast and simple tool to select or store kaomojis.
Pick a kaomoji
python pick_kaomoji.py \x3Ctag1> \x3Ctag2> ...
Example:
python pick_kaomoji.py encouragement positive
Example output: (๑•̀ㅂ•́)و✧
List all kaomojis
python list_kaomojis.py
Save a new kaomoji
Save a new kaomoji
Add a new kaomoji with metadata.
python save_kaomoji.py "\x3Ckaomoji>" "\x3Cmeaning>" "\x3Cusage_tags>" "\x3Ctone_tags>"
Example:
python save_kaomoji.py "(๑•̀ㅂ•́)و✧" "cheering, encouragement, energetic" "encouragement,celebrating progress,casual chat,greeting" "positive,playful,cute"
Usage Guidance
This skill appears safe and does what it says: choose, list, and save kaomojis in a local JSON file. Before installing, consider: (1) the Python scripts will overwrite kaomojis.json in the same folder—back up any existing file you care about; (2) running third-party scripts always carries risk, so inspect the files (already provided here) or run them in a restricted environment if you have concerns; (3) if you plan to integrate this into other tooling, confirm the working directory and file permissions to avoid accidental writes to unexpected locations.
Capability Analysis
Type: OpenClaw Skill
Name: kaomoji
Version: 1.0.0
The kaomoji skill bundle is a straightforward utility for managing and selecting kaomojis based on tags. The Python scripts (list_kaomojis.py, pick_kaomoji.py, and save_kaomoji.py) perform basic file I/O on a local JSON database (kaomojis.json) and do not exhibit any high-risk behaviors such as network access, shell execution, or sensitive data retrieval.
Capability Assessment
Purpose & Capability
Name/description (kaomoji selector/storage) matches required files and code: scripts implement listing, picking by tags, and saving. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md simply instructs running the provided Python scripts. The scripts only read/write the local kaomojis.json in the same directory and do not access other system files, environment variables, or external endpoints.
Install Mechanism
No install spec; this is instruction-only with accompanying Python scripts. No downloads, package installs, or archive extraction are performed by the skill.
Credentials
The skill requires no environment variables, credentials, or config paths. The code operates on a single local JSON file, which is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It only modifies its own kaomojis.json file in its directory and does not alter other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kaomoji - After installation, invoke the skill by name or use
/kaomoji - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the kaomoji skill.
- Quickly select kaomojis using context tags via the command line.
- List all available kaomojis.
- Add new kaomojis with detailed tags and descriptions.
Metadata
Frequently Asked Questions
What is Kaomoji Manager?
Light kaomoji selector based on context tags. It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Kaomoji Manager?
Run "/install kaomoji" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kaomoji Manager free?
Yes, Kaomoji Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kaomoji Manager support?
Kaomoji Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kaomoji Manager?
It is built and maintained by WxuanYuan (@wxuanyuan); the current version is v1.0.0.
More Skills