Motivate
:zap: motivate :zap: - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Install / Use
/learn @mubaris/MotivateREADME
Motivate

A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Features
- Colored Output
- Supports
bashandzsh
Requirements
git
python 3x
Installation
Linux/MacOS
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate/motivate
$ sudo ./install.sh
$ source ~/.bashrc
zsh users should replace .bashrc with .zshrc.
If you have no root priviledge, install in this way:
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate
$ ln -s $PWD/motivate/motivate.py moti
$ ln -s $PWD/dummy.sh mmoti
$ export PATH=$PWD:$PATH
$ # echo 'export PATH=$PWD:$PATH' >> ~/.bashrc
Later you can run by calling moti (a single run) or mmoti (keep running until you break it).
After doing so, I found that python 2.x is enough to run this script.
Windows
- Make sure you have Python3 on your path.
- Clone the repository
git clone https://github.com/mubaris/motivate.git. - Add the path to your local clone to your system path.
- Run
py -3 motivate.pyfrom the command prompt.
Update Database
$ git clone https://github.com/mubaris/motivate.git
$ cd motivate
$ ./UPDATE
Usage
$ motivate
"When something is important enough, you do it even if the odds are not in your favor."
--Elon Musk
Contribution
The most popular way to contribute is adding new quotes. You do it by adding next JSON file in motivate/data/ directory. The rule is 20 quotes per file.
Before you submit your new JSON file, it is helpful to validate your file at this website to make sure it is formatly correct.
But any improvements are welcome - just open a pull request with some description.
You're also welcome to discuss the idea on Gitter Chat.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
92.1kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
343.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
