Skip to main content

meme-cog

Meme creation powered by CellCog. Create memes, viral content, internet humor, social media humor, reaction images, meme templates. AI-powered meme generator - the comedy frontier.

설치로 이동

소스 정보

저장소
Kernel8901/ai-agent-skills-classification
최근 소스 활동
2026년 4월 4일 15:26
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
meme-cog
description
Meme creation powered by CellCog. Create memes, viral content, internet humor, social media humor, reaction images, meme templates. AI-powered meme generator - the comedy frontier.
metadata
{"openclaw":{"emoji":"😂"}}
# Meme Cog - The Comedy Frontier Creating memes with AI. Let's be honest: **this is hard.** Comedy is perhaps the most challenging creative frontier for AI. Humor requires timing, cultural awareness, subverted expectations, and an understanding of what makes humans laugh. We're not pretending this is solved. **Meme-cog is our attempt at the frontier.** Sometimes brilliant, sometimes miss. But we're learning. --- ## Prerequisites This skill requires the CellCog mothership skill for SDK setup and API calls. ```bash clawhub install cellcog ``` **Read the cellcog skill first** for SDK setup. This skill shows you what's possible. **Quick pattern (v1.0+):** ```python # Fire-and-forget - returns immediately result = client.create_chat( prompt="[your meme request]", notify_session_key="agent:main:main", task_label="meme-creation", chat_mode="agent" ) # Daemon notifies you when complete - do NOT poll ``` --- ## What Memes You Can Create ### Classic Meme Formats Popular templates with your twist: - **Drake Format**: "Create a Drake meme about [topic]" - **Distracted Boyfriend**: "Make a distracted boyfriend meme about programmers" - **Brain Expanding**: "Create an expanding brain meme about coffee addiction" - **Two Buttons**: "Make a two buttons meme about choosing between sleep and Netflix" - **Change My Mind**: "Create a 'change my mind' meme about tabs vs spaces" **Example prompt:** > "Create a Drake meme: > > Top panel (rejecting): Writing documentation > Bottom panel (approving): Hoping the code is self-explanatory > > Target audience: Programmers" ### Custom Meme Images Original visual humor: - **Reaction Images**: "Create a reaction image for when your code works on the first try" - **Relatable Content**: "Make a meme image about Monday morning meetings" - **Situational Humor**: "Create a visual meme about working from home vs office" ### Text-Based Humor When words are enough: - **Twitter-Style Jokes**: "Write a tweet-length joke about startup culture" - **Copypasta Parodies**: "Create a copypasta about a ridiculous topic" - **Caption Suggestions**: "Give me 5 funny captions for this image" ### Niche Community Memes Humor for specific groups: - **Programmer Memes**: "Create a meme about JavaScript developers" - **Finance Memes**: "Make a meme about HODLing crypto" - **Academic Memes**: "Create a meme about writing a thesis" - **Gamer Memes**: "Make a meme about game updates" --- ## The Honesty Section Let's be real about what's hard: | Challenge | Why It's Hard | What We Do | |-----------|---------------|------------| | **Timing** | Comedy relies on rhythm and surprise | We study meme structures | | **Cultural Context** | Memes are deeply referential | We track internet culture | | **Freshness** | Old jokes aren't funny | We avoid overused formats | | **Subjectivity** | Humor is personal | We offer variations | **Our success rate:** Maybe 60-70% land. That's honest. Great memes are hard for humans too. **What helps us:** - Clear target audience - Specific cultural references - Well-defined format - Your feedback --- ## Meme Categories ### By Format | Type | Description | Example | |------|-------------|---------| | **Image Macro** | Text over image | "One does not simply..." | | **Reaction** | Image expressing emotion | Surprised Pikachu | | **Comparison** | Side-by-side contrast | Expectation vs Reality | | **Multi-Panel** | Story in panels | Expanding brain | | **Text Post** | Pure text humor | Twitter screenshots | ### By Humor Type | Type | Characteristics | |------|-----------------| | **Observational** | "Why is it that..." relatable moments | | **Absurdist** | Surreal, random, unexpected | | **Referential** | Relies on knowing source material | | **Self-Deprecating** | Making fun of oneself or one's group | | **Ironic** | Saying opposite of meaning | --- ## Chat Mode for Memes **Use `chat_mode="agent"`** for meme creation. Memes are quick creative bursts, not deep deliberation. Agent mode's faster iteration matches meme culture's rapid pace. --- ## Example Prompts **Classic format:** > "Create an 'Expanding Brain' meme about making coffee: > > Level 1: Making instant coffee > Level 2: Using a drip machine > Level 3: Pour-over with precise measurements > Level 4: Growing your own beans on a mountain > > Target: Coffee enthusiasts who've gone too deep" **Programmer humor:** > "Create a meme about git merge conflicts: > > Format: Any format that fits > Audience: Developers > Tone: The shared pain of merge conflict resolution > > Make it relatable to anyone who's had to resolve a 500-line conflict" **Original concept:** > "Create a reaction image for: > > Situation: When your 'quick fix' actually works > Expression: Suspicious disbelief mixed with relief > > Should work as a standalone reaction image people would share" **Community-specific:** > "Create a meme for the indie game dev community: > > Topic: Scope creep > The journey from 'simple puzzle game' to 'MMO with procedural narrative' > > Make it hit close to home for anyone who's been there" --- ## Tips for Better Memes 1. **Know your audience**: A meme that kills in r/ProgrammerHumor might flop on Instagram. Specify who it's for. 2. **Reference correctly**: If you want a specific meme format, name it. "Drake format" is clearer than "that two-panel thing." 3. **Embrace specificity**: "Programmer meme" is vague. "Meme about debugging production at 2 AM" has hooks. 4. **Current events help**: Timely memes hit harder. Reference what's happening now. 5. **Iterate**: First meme attempt not funny? Tell us why and we'll adjust. Comedy is iterative. 6. **The rule of threes**: Many memes follow escalating patterns. Sets of three often work well. --- ## A Note on Expectations We're not going to pretend AI comedy is solved. It isn't. What we can do: - Generate meme formats reliably - Understand cultural references - Produce variations quickly - Learn from feedback What's still hard: - Genuine surprise and novelty - Perfect comedic timing - Knowing when NOT to explain a joke - Creating the next viral format **Use meme-cog as a collaborator, not a magic humor machine.** Your sense of what's funny + our generation capabilities = better results than either alone. We're working on it. Comedy is hard. Thanks for exploring the frontier with us.
GitHub에서 보기