IMPORTANT: THE PROJECT HAS BEEN MIGRATED TO GITHUB

> The project has completely moved to GitHub. Please click on the following link to visit the new repository.

Views1
PublishedJan 14, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

IMPORTANT: THE PROJECT HAS BEEN MIGRATED TO GITHUB

The project has completely moved to GitHub. Please click on the following link to visit the new repository.

https://github.com/mylinuxforwork/chatgpt-cli

myChatGpt

Easy to use script to send request to the openai chatgpt api.

Getting started

To make it easy for you to get started, here's a list of recommended next steps.

# Install the required python packages
./1-install.sh

# Copy the openai.yaml to your home directory and add your openai api key to the file.
vim openai.yaml

# Define the path to openai.yaml
vim mychatgpt.py

# Start the script
python mychatgpt.py

# Tipp: Create an alias in your .bashrc
alias chat="python mychatgpt.py"

# Start the script just by typing
chat

# Example input
Hello, how can I help you? Write 1 paragraph about Berlin.

Share: