← 返回 Skills 市场
noblegasesgoo

Anime Meme Collector

作者 Limin Zhao · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
402
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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:

  1. Check references/anime_memes_db.json for recent trends
  2. Reference references/anime_memes_manual.md for classics
  3. 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

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
安全使用建议
This skill is coherent and local: it fetches public data and updates a local JSON of memes. Before installing or enabling scheduled runs, review the included script and consider: (1) the script disables SSL certificate verification (in create_ssl_context) which weakens TLS checks — consider enabling verification; (2) the code performs outbound requests to public APIs (Bilibili, Zhihu) so your host's IP will contact those services and may be rate-limited or subject to terms of service — run it responsibly; (3) the script appears to have some brittle regex/logic (harmless but may miss/extract wrong text) — test manually by running the script once; (4) only enable the cron job if you want automatic network access on a schedule. If you want extra safety, run the script in an isolated environment or container and inspect logs/outputs before granting persistent scheduling.
功能分析
Type: OpenClaw Skill Name: anime-meme-collector Version: 0.1.0 The skill is classified as suspicious due to a critical security vulnerability in `scripts/collect_memes.py`. The script disables SSL certificate verification (`ssl.CERT_NONE`) for all `urllib.request` calls to external APIs (Bilibili, Zhihu). This makes the data collection process vulnerable to Man-in-the-Middle (MITM) attacks, allowing an attacker to intercept or alter the data fetched by the skill. While there is no direct evidence of intentional malicious behavior like data exfiltration or backdoor installation, this vulnerability significantly weakens the security posture of the skill.
能力评估
Purpose & Capability
Name/description match the actual components: a collection script, local reference files, and instructions to run or cron it. There are no unrelated resource requests (no cloud creds, no unrelated binaries).
Instruction Scope
SKILL.md only instructs running the included Python script and referencing local files when answering; it does request outbound web fetches from Bilibili and Zhihu which is consistent with its purpose. Note: the instructions propose adding a cron job (either system cron or OpenClaw cron) — that is expected for scheduled collection but the user should confirm before enabling automated scheduling.
Install Mechanism
No install spec (instruction-only with one bundled script). Nothing is downloaded or installed during runtime beyond the script running with standard Python libraries.
Credentials
The skill requires no environment variables, credentials, or config paths. All network access uses public endpoints and the script stores results under the skill's references directory — credential requests would be disproportionate and none are present.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide config changes beyond advising a cron job. Autonomous model invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anime-meme-collector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anime-meme-collector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of anime-meme-collector. - Automates daily collection of anime/ACG memes and trending phrases from Chinese platforms like Bilibili. - Builds and maintains a JSON database of 300+ memes, hot keywords, and classic references. - Provides scripts for manual and automated (cron) meme collection. - Curates galgame terminology and streamer/gaming culture memes. - Includes guidance for integrating the meme database into responses to enhance anime/meme context.
元数据
Slug anime-meme-collector
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。

如何安装 Anime Meme Collector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install anime-meme-collector」即可一键安装,无需额外配置。

Anime Meme Collector 是免费的吗?

是的,Anime Meme Collector 完全免费(开源免费),可自由下载、安装和使用。

Anime Meme Collector 支持哪些平台?

Anime Meme Collector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Anime Meme Collector?

由 Limin Zhao(@noblegasesgoo)开发并维护,当前版本 v0.1.0。

💬 留言讨论