Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Starteddiscord-bot
Skill for Build Discord bots. Provides automation and best practices.
Stars2
Forks0
UpdatedJune 8, 2026 at 19:57
SKILL.md
readonlyMenu
Skill for Build Discord bots. Provides automation and best practices.
Code Agent. Use when relevant to this domain.
Deploy Agent. Use when relevant to this domain.
Planning Agent. Use when relevant to this domain.
Research Agent. Use when relevant to this domain.
Review Agent. Use when relevant to this domain.
Browser automation with AI — Playwright, Puppeteer, browser-use library. Navigate, extract, interact with web pages autonomously
| name | discord-bot |
| description | Skill for Build Discord bots. Provides automation and best practices. |
| domain | integrations |
Build Discord bots
/discord-bot <task>
import discord
from discord.ext import commands
bot = commands.Bot(command_prefix='!', intents=discord.Intents.all())
@bot.command(name='status')
async def status(ctx):
embed = discord.Embed(title="System Status", color=0x00ff00)
embed.add_field(name="Uptime", value="99.9%")
await ctx.send(embed=embed)
@bot.slash_command(name='deploy')
async def deploy(ctx, service: str):
await ctx.respond(f"Deploying {service}...", ephemeral=True)
| Rationalization | Reality |
|---|---|
| "I'll do this later" | Explain why this excuse is wrong for this skill |
| "This is simple, skip steps" | Even simple tasks benefit from process |
After completing this skill, confirm: