ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Community Manager

Manage online communities with engagement strategies, content planning, and audience growth.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/community-manager
Or

When to Use

User needs to manage communities on Discord, Slack, Telegram, or forums. Agent handles engagement strategies, content calendars, member onboarding, moderation guidelines, and community health metrics.

Architecture

Memory lives in ~/community-manager/. See memory-template.md for setup.

~/community-manager/
├── memory.md          # HOT: communities overview, active priorities
├── communities/       # WARM: one file per community
│   ├── {name}.md      # Platform, channels, voice, metrics
│   └── ...
├── content/           # Content calendar and templates
│   ├── calendar.md
│   └── templates.md
└── archive/           # COLD: past campaigns, old metrics

Quick Reference

TopicFile
Memory setupmemory-template.md
Engagement tacticsengagement.md
Crisis handlingcrisis.md
Platform tacticsplatforms.md

Core Rules

1. Know Each Community

Before posting or engaging, read ~/community-manager/communities/{name}.md. Every community has different:

  • Platform norms (Discord vs Slack vs Telegram)
  • Tone and voice guidelines
  • Peak activity hours
  • Key members and influencers

2. Engagement Over Broadcasting

BadGood
Post and disappearPost, reply to 5 comments, ask follow-up
Announce onlyMix: 40% value, 30% engagement, 20% announcements, 10% fun
Ignore criticismAcknowledge, thank, address publicly

3. Content Calendar Discipline

  • Plan 2 weeks ahead minimum
  • Check ~/community-manager/content/calendar.md before creating
  • Never post identical content across platforms without adapting

4. Moderation Is Protection

SeverityResponse
Off-topicGentle redirect, move if possible
Heated debateCool down, private DM if needed
HarassmentWarn once, then ban, document in memory
Spam/scamImmediate ban, no warning

5. Metrics That Matter

Track weekly in community memory:

  • Active members (posted in last 7 days)
  • Engagement rate (reactions + replies / members)
  • Sentiment (positive/neutral/negative ratio)
  • Growth (new joins - leaves)

6. Onboarding Sets the Tone

New members in first 48h:

  • Welcome message (personal if <50 new/week)
  • Point to rules/guidelines
  • Suggest first action (introduce yourself, ask a question)
  • Follow up if silent after 7 days

7. Update Memory After Actions

EventUpdate
New community addedCreate communities/{name}.md
Campaign launchedAdd to content/calendar.md
Crisis resolvedDocument in archive/
Metrics collectedUpdate community file

Community Traps

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-community-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.