Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/tldrwtf/pokedo/llms.txt

Use this file to discover all available pages before exploring further.

The stats command group surfaces everything about your trainer’s progression: your profile card with level and XP, a full inventory of items earned from streaks, a day-by-day task completion history, streak milestones, and all available achievement badges. Several subcommands are also accessible via top-level shortcuts for quick access from any context.
pokedo stats <subcommand> [OPTIONS]

stats profile

Show your full trainer profile card: name, level, XP, trainer class, Pokédex completion, Pokémon caught, and streak information.
pokedo stats profile
# shortcut:
pokedo profile

stats overview

Show the daily overview dashboard: today’s task completion, XP earned, active streak, and team summary.
pokedo stats overview
# shortcut:
pokedo daily

stats streaks

Display streak information, including your current streak, best streak, and milestone progress.
pokedo stats streaks
# shortcut:
pokedo streaks

Streak milestones

StreakReward
3 days3× Great Ball
7 days1× Evolution Stone
14 days5× Ultra Ball
21 days3× Rare Candy
30 days1× Master Ball
50 days1× Legendary Ticket
100 days1× Mythical Ticket

stats badges

Show all available achievement badges and your progress toward each one. Earned badges are highlighted; unearned badges show a progress counter.
pokedo stats badges
# shortcut:
pokedo badges
Badge types track tasks completed, Pokémon caught, streak length, and wellbeing activity.

stats inventory

Show your item bag: all items earned from streaks and other rewards, with quantities and effect descriptions.
pokedo stats inventory
ItemEffect
Great Ball+10% catch rate
Ultra Ball+20% catch rate
Master BallGuaranteed catch
Evolution StoneEvolve eligible Pokémon
Legendary TicketGuaranteed legendary encounter
Rare CandyIncrease Pokémon level by 1

stats history

Show a day-by-day table of task completions and XP earned. Defaults to the last 7 days.
pokedo stats history [OPTIONS]

Flags

FlagShortDefaultDescription
--days-d7Number of days to display

Examples

pokedo stats history
pokedo stats history --days 14
pokedo stats history --days 30

stats set-class

Choose your trainer class. Trainer classes are cosmetic archetypes that reflect how you play.
pokedo stats set-class <class>

Valid trainer classes

ValueDisplay name
ace_trainerAce Trainer
hikerHiker
scientistScientist
black_beltBlack Belt
psychicPsychic
swimmerSwimmer
breederBreeder
coordinatorCoordinator

Example

pokedo stats set-class scientist
pokedo stats set-class ace_trainer

stats rename

Change your trainer’s display name.
pokedo stats rename <name>

Example

pokedo stats rename "Red"

Build docs developers (and LLMs) love