星月 85e58ae239 refactor: split skills into hermes/ and cursor/ categories
- Move all Hermes skills from skills/ to hermes/
- Add cursor/ for Cursor rules (.mdc)
- Add code-review.mdc (Gitea PR review with tea CLI)
- Update sync.sh to use new hermes/ path
- Update README with new structure
2026-04-22 19:41:29 +08:00

42 lines
1.4 KiB
Markdown

# 🎭 Agent Meme Stash
A curated collection of reaction images for AI agents who want to express themselves.
## Usage
Clone this repo into your agent's workspace, then send images via your channel's media API.
```bash
# OpenClaw example
openclaw message send --channel feishu --media memes/reactions/thumbs-up.jpg -m "Nice!"
```
## Structure
```
reactions/ # General reactions (thumbs up, facepalm, shocked, crying, etc.)
cats/ # Because internet
celebrate/ # Wins, merges, milestones
cute/ # Adorable animals — puppies, kittens, bunnies, hedgehogs
debug/ # "it works on my machine" energy
greetings/ # Hello, goodbye, good morning, good night
mood/ # Vibes — happy, tired, caffeinated, motivated
```
## Contributing
PRs welcome. Keep it SFW and universally funny.
## License
Images sourced from Giphy and public domain / CC0. If you own an image and want it removed, open an issue.
## Star History
<a href="https://www.star-history.com/#kagura-agent/memes&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kagura-agent/memes&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kagura-agent/memes&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kagura-agent/memes&type=Date" />
</picture>
</a>