discord-members

Query synced Discord member data and track churn with Python.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-members
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-members
Source: https://github.com/lycfyi/community-agent-plugin/tree/main/plugins/discord-user-connector/skills/discord-members
Command: npx skills add https://github.com/lycfyi/community-agent-plugin --skill discord-members

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables querying existing synced Discord member data, tracking churn, and fetching rich profiles (bio, pronouns, connected accounts). It is NOT intended for syncing members; use the discord-bot-connector:discord-bot-members skill for that purpose.

Core Features & Use Cases

  • Query existing member data from pre-synced records to gain insights on engagement and demographics.
  • Track churn by listing members who left and when, supporting retention analysis.
  • Fetch rich profiles (bio, pronouns, connected accounts) to enhance member context during outreach.
  • Silent member detection to identify lurkers or inactive members for re-engagement.
  • Search and export capabilities to generate reports from existing data.

Quick Start

Use this skill to query the current member list, check churn, or fetch rich profiles from your existing dataset.

Frequently Asked Questions about discord-members

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

FAQPage Schema
How do I query Discord member data for churn and retention analysis?

Query Discord member data by accessing pre-synced records to track churn and list members who left. This skill processes existing datasets to analyze member activity and retention without syncing new members.

Can I fetch rich Discord profiles including bios and connected accounts?

Fetch rich Discord profiles containing bios, pronouns, and connected accounts using this skill. It requires a DISCORD_USER_TOKEN environment variable to access and retrieve detailed member context data.

How do I detect silent members or lurkers in a Discord community?

Detect silent Discord members by querying synced activity data to identify lurkers or inactive users. This supports community-management workflows focused on audience segmentation and targeted re-engagement strategies.

Do I need a bot to sync members before querying Discord churn data?

Syncing members requires the discord-bot-connector:discord-bot-members skill, not this one. This skill strictly queries existing pre-synced data, so you must establish your dataset before tracking churn or fetching profiles.

Can I export Discord member lists and search existing synced records?

Export Discord member lists and search existing synced records using built-in search capabilities. Generate reports from your pre-synced dataset to support community management and audience analysis workflows.

What environment setup is required to access Discord member profiles?

Accessing Discord member profiles requires setting the DISCORD_USER_TOKEN environment variable. This token enables Python tooling within the skill to query synced data and fetch rich profile information securely.