SkillAgentSearch skills...

Geniusbot

The Ever-learning and ever-improving tool! Click the arrows on the left of each of the items below to see more information about them.

Install / Use

/learn @Knuckles-Team/Geniusbot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Geniusbot

PyPI - Version PyPI - Downloads GitHub Repo stars GitHub forks GitHub contributors PyPI - License GitHub

GitHub last commit (by committer) GitHub pull requests GitHub closed pull requests GitHub issues

GitHub top language GitHub language count GitHub repo size GitHub repo file count (file type) PyPI - Wheel PyPI - Implementation

Version: 3.29.6

Geniusbot

The Ever-learning and ever-improving tool!

Click the arrows on the left of each of the items below to see more information about them.

<hr> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Geniusbot Chat </b></summary> <br> Chat with your friendly and extremely intelligent Geniusbot.

Powered by Artificial Intelligence scaled to your PC's performance!

Geniusbot Chat

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Media Downloader </b></summary> <br> Download videos from various websites!

Supports:

  • YouTube
  • DailyMotion
  • Rumble
  • Twitter
  • BitChute
  • And More!

Examples for how to find user & channel.

User Entry Image

Channel Entry Image

Open File allows you to browse for a text file that has a list of YouTube links. Examples contents:

https://www.youtube.com/watch?v=75-siCngYCc
https://www.youtube.com/watch?v=7RSpZkIjK4w
https://www.youtube.com/watch?v=7qRSAUb96wg

Media Downloader

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Media Manager </b></summary> <br> Manage your media library by: - Cleaning up names of files and folders based off pre-built filters. - Apply subtitles located in "Sub" folder within each media directory - Move files to final destination after processing

Download as MP3 or MP4

Media Manager

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Website Archiving </b></summary> <br> Archive any website by taking screenshots of any website entered or scraping that site for specific file types.

Choose from a variety of options like file type, quality, and image size.

Web Archiver

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Subtitle Shift </b></summary> <br> Shift a subtitle forward or backward a few seconds so it aligns with your video!

Subtitle Shift

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Report Manager </b></summary> <br> Generate report analysis using: - Visualization plots - Pandas Profiling - Report Analysis Text file

Merge reports with the following methods:

  • Inner
  • Outer
  • Left
  • Right
  • Append

Multiple column selection optional for Inner, Outer, Left, and Right joining

Report Manager

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Repository Manager </b></summary> <br> Manage your repositories by cloning, pulling, or running your own set of git commands on a given directory

Repository Manager

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Rom Manager </b></summary> <br> Convert Game ROMs to Compressed Hunks of Data (CHD) file format or RVZ file format

Automatically generate missing .cue files for your .bin files! Rom Manager

</details> <details > <summary style="text-align:left; font-size:111%; color:black;"><b> Systems Manager </b></summary> <br> Manage your Linux/Windows System!
  • Install Applications
  • Clean
  • Update
  • Upgrade Geniusbot
  • Enable Windows Features
</details> <hr> <details > <summary style="text-align:left; font-size:130%; color:black;"><b> Install </b></summary>

Install core

pip install geniusbot

Install with all plugins

pip install geniusbot[all]

Install with desired plugins

pip install geniusbot[rom-manager,media-downloader,media-manager]
</details> <details > <summary style="text-align:left; font-size:130%; color:black;"><b> Build Executable </b></summary>
python -m pip install --upgrade pyinstaller
git clone https://github.com/Knuckles-Team/geniusbot.git
cd geniusbot
python -m venv .venv
./.venv/Scripts/activate
python -m pip install -r ./requirements.txt
python -m pip install -r ./build-requirements.txt
python -m pip install --upgrade pandas scipy numpy pydantic
pyinstaller --name geniusbot `
  --log-level DEBUG `
  --onefile --windowed `
  --paths "./geniusbot" `
  --icon='./geniusbot/img/geniusbot.ico' `
  --recursive-copy-metadata=opentelemetry_api `
  --recursive-copy-metadata=opentelemetry_sdk `
  --recursive-copy-metadata=opentelemetry_exporter_otlp_proto_grpc `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllmodel.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libatomic-1.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libbert-avxonly.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libbert-default.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libfmt.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libgcc_s_seh-1.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libgfortran-5.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libgomp-1.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libgptj-avxonly.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libgptj-default.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllamamodel-mainline-avxonly.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllamamodel-mainline-default.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libquadmath-0.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libwinpthread-1.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --add-binary "./.venv/Lib/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libstdc++-6.dll;gpt4all/llmodel_DO_NOT_MODIFY/build/" `
  --exclude-module pygame `
  --exclude-module tkinter `
   ./geniusbot/geniusbot.py
</details> <details > <summary style="text-align:left; font-size:130%; color:black;"><b> Build Setup Executable </b></summary>
iscc "./setup.iss"
</details> <details> <summary style="text-align:left; font-size:130%; color:black;"><b>Repository Owners:</b></summary> <img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />

GitHub followers GitHub User's stars

</details>
View on GitHub
GitHub Stars6
CategoryCustomer
Updated2mo ago
Forks0

Languages

Python

Security Score

90/100

Audited on Jan 13, 2026

No findings