community-manager

Summarize top threads and identify open questions from community channels.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill community-manager-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: community-manager
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skill-templates/community-manager
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill community-manager-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires discord.py, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The community-manager Skill solves the problem of manually sifting through community discussions on platforms like Discord, Telegram, or Slack to create a digest of the most relevant threads and open questions.

Core Features & Use Cases

  • Thread Summarization: Provides a summary of the top threads from the last 24 hours in a specified community channel.
  • Open Question Identification: Detects and highlights open questions that have not received answers within a certain timeframe.
  • Automated Reporting: Generates a report that includes a summary of the channel activity, top threads, and open questions.
  • Use Case: For community managers who need a quick overview of their community's activity without spending hours reading through messages.

Quick Start

Use the community-manager skill to generate a summary of the activity in the #general channel on Discord.

Frequently Asked Questions about community-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize Discord channel discussions and identify open questions automatically?

To summarize Discord channel discussions and identify open questions automatically, you can generate a community digest using message parsing, clustering, and scoring techniques to extract top threads and unanswered questions from the last 24 hours.

Can I use this skill to generate a daily digest of top threads in a Slack or Telegram community?

You can generate a daily digest of top threads in a Slack or Telegram community, provided you supply the required bot tokens and permissions for the selected platform to authorize the message parsing and data aggregation processes.

How does open question detection work for community management channels?

Open question detection for community management channels works by parsing messages, clustering related discussions, scoring them, and identifying questions that have not received answers within a specific timeframe to highlight in the automated report.

Do I need a Discord bot token to parse messages and create a community activity report?

Yes, you need a Discord bot token and the appropriate permissions to parse messages and create a community activity report, utilizing the discord.py dependency to access channel data for thread summarization and open question identification.

What is the best way to get a quick overview of community channel activity without reading every message?

The best way to get a quick overview of community channel activity without reading every message is to generate an automated report that summarizes top threads and highlights open questions from the last 24 hours using message clustering and scoring.