Anime Meme Collector
/install anime-meme-collector
Anime Meme Collector
Automated daily collection of anime/ACG memes from Chinese internet platforms.
Overview
Maintains an up-to-date database of:
- Bilibili trending video memes
- Bilibili hot search keywords
- Galgame terminology (Yuzusoft, Key, Type-Moon, etc.)
- Streamer/gaming culture (电棍, 山泥若, 炫狗, etc.)
- 346+ curated memes
Quick Start
Manual Collection
python scripts/collect_memes.py
Automated Daily Updates
Set up cron job for midnight (Asia/Shanghai):
0 0 * * * cd /path/to/skill && python scripts/collect_memes.py
Or use OpenClaw cron:
{
"action": "add",
"job": {
"name": "daily-anime-meme-collect",
"schedule": { "kind": "cron", "expr": "0 0 * * *", "tz": "Asia/Shanghai" },
"payload": {
"kind": "systemEvent",
"command": "python scripts/collect_memes.py"
}
}
}
Using the Database
When responding with anime/meme context:
- Check
references/anime_memes_db.jsonfor recent trends - Reference
references/anime_memes_manual.mdfor classics - Incorporate memes naturally into responses
Data Sources
- Bilibili API: Trending videos and hot search
- Manual curation: Classic and timeless memes
- Galgame terms: Yuzusoft, Key, Type-Moon, etc.
- Streamer culture: 电棍, 山泥若, 炫狗, etc.
Reference Files
- anime_memes_db.json - Auto-generated database (300+ entries)
- anime_memes_manual.md - Curated classic memes
Notes
- Script respects rate limits with timeouts
- Failed requests are logged but don't stop collection
- Database limited to 300 entries to prevent bloat
- Each entry includes source tracking
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install anime-meme-collector - After installation, invoke the skill by name or use
/anime-meme-collector - Provide required inputs per the skill's parameter spec and get structured output
What is Anime Meme Collector?
Daily collection and management of anime/ACG memes and trending phrases from Chinese internet. Automatically fetches from Bilibili and other platforms to bui... It is an AI Agent Skill for Claude Code / OpenClaw, with 402 downloads so far.
How do I install Anime Meme Collector?
Run "/install anime-meme-collector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Anime Meme Collector free?
Yes, Anime Meme Collector is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Anime Meme Collector support?
Anime Meme Collector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Anime Meme Collector?
It is built and maintained by Limin Zhao (@noblegasesgoo); the current version is v0.1.0.