custom-status

Stores and displays user bios, statuses, and social links in profiles.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/adraalabs/skills --skill custom-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: custom-status
Source: https://github.com/adraalabs/skills/tree/main/custom-status
Command: npx skills add https://github.com/adraalabs/skills --skill custom-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes per-user profile data by storing a profile bio, mood, and social links and rendering them in a /profile view, simplifying user presence in servers.

Core Features & Use Cases

  • Set bio and status with /setbio and /setstatus to persist per-user profile details.
  • Profile rendering via /profile combines bio, status, mood, avatar (via render_image) and optional social links; it also integrates with leveling data when available to show XP/rank information.
  • Extensibility supports linking social profiles and displaying a cohesive profile across Discord and Telegram.

Quick Start

Ask the bot to set your bio or status, then view your profile with /profile.

Frequently Asked Questions about custom-status

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

FAQPage Schema
How do I set a custom Discord status and bio for my bot profile?▼

To set a custom Discord status and bio, use the /setbio and /setstatus commands to persist per-user profile details. The profile is then rendered by invoking the /profile command.

Can I display social links and Telegram profiles using a custom status skill?▼

Yes, custom status skills support linking social profiles and displaying a cohesive profile across Discord and Telegram. You can render bios, statuses, moods, avatars, and optional social links via the /profile command.

How does profile rendering integrate with leveling data and XP?▼

Profile rendering integrates with leveling data when available to show XP and rank information alongside your bio, status, mood, avatar, and social links. This requires per-user storage for the profile details.

What is the best way to centralize per-user profile data like bios and moods?▼

The best way to centralize per-user profile data is to store a profile bio, mood, and social links and render them in a unified /profile view. This simplifies user presence across servers.

Do I need per-user storage to apply custom statuses across multiple servers?▼

Yes, you need per-user storage for bio and status to apply custom statuses to individual users across servers. This storage integrates with existing commands like /setbio, /setstatus, and /profile.