meme-collector自动搜集最新网络热梗并写入 Dify 知识库。用于定期更新热梗数据库,支持去重。触发词:"收集热梗"、"更新热梗"、"热梗入库"、"meme collector"。当用户要求搜集/更新/补充网络热梗到 Dify 知识库时使用此 skill。
Install via ClawdBot CLI:
clawdbot install c4chuan/meme-collector自动从网上搜集最新网络热梗,与 Dify 知识库去重后写入新梗。
运行前需要以下信息(优先从 TOOLS.md 或用户消息获取):
| 参数 | 说明 | 示例 |
|------|------|------|
| DATASET_ID | Dify 知识库 ID | 57bd8e53-b1bd-4124-8219-fff573733a40 |
| API_KEY | Dify API Key | dataset-xxx |
| PROXY | HTTP 代理(访问 Dify API) | http://127.0.0.1:20171 |
如果用户未提供,询问。
运行脚本获取知识库中已有的梗名称列表:
python3 scripts/dify_ops.py --dataset-id $DATASET_ID --api-key $API_KEY --proxy $PROXY list
记住这个列表,后续搜集时跳过同名梗。
用 web_search 搜索最新热梗。搜索策略:
"2025年最新网络热梗 流行语""最近一周网络热梗 盘点""抖音 B站 最新流行梗""网络流行语 新梗 盘点""小红书 微博 热梗"web_fetch 抓取搜索结果中的盘点文章,提取梗的详细信息对每条搜集到的梗:
references/meme-format.md)将去重后的新梗构造为 JSON 数组,用脚本批量写入:
# JSON 格式:[{"name": "梗名称", "text": "Markdown内容"}, ...]
python3 scripts/dify_ops.py --dataset-id $DATASET_ID --api-key $API_KEY --proxy $PROXY batch --json-file /tmp/new_memes.json
脚本会自动再次检查去重(双重保险)。
向用户汇报:
search_lang: "zh" 和 country: "CN" 确保中文结果Generated Mar 1, 2026
Agencies producing viral social media content use this skill to automatically update their knowledge base with the latest internet memes, ensuring creators stay relevant and generate engaging posts without manual research.
Platforms like TikTok or Weibo integrate this skill to maintain a real-time database of trending memes, helping moderators and recommendation algorithms understand and promote current cultural trends.
Universities teaching digital culture or media studies use this skill to collect and analyze memes for academic research, providing students with up-to-date examples of online communication trends.
Marketing teams in consumer goods companies employ this skill to monitor and incorporate popular memes into advertising campaigns, enhancing brand relatability and engagement with younger audiences.
Offer this skill as part of a subscription service for businesses needing regular meme updates, with tiered pricing based on dataset size and update frequency, generating recurring revenue.
License the meme collection and integration functionality via an API to other software platforms, charging per API call or data volume, enabling scalable monetization.
Provide customized consulting and setup services for organizations integrating this skill into their workflows, including configuration, training, and ongoing support for a fixed project fee.
💬 Integration Tip
Ensure Dify API credentials are securely stored and test the skill in a sandbox environment first to avoid data duplication or API rate limits.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...