Thanks to visit codestin.com
Credit goes to github.com

Skip to content

utakamo/oasis-tool-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oasis Tool Box

This repository manages a collection of AI tool packages designed for use with Oasis, an AI assistant tool I’m developing specifically for OpenWrt.

Oasis introduces a framework that allows AI to access tools via UBUS, the core messaging system of the OpenWrt ecosystem. By writing scripts that follow the framework’s defined rules, developers can make tool definitions understandable and usable by AI through Oasis

Detail: https://github.com/utakamo/oasis/tree/main/oasis-mod-tool

🚀Prerequisite: Install oasis (Latest Ver: v3.2.6)

Detail description
OpenWrt Version Support 24.x
Hardware Support All
Install Size 1.44MiB
wget -O - https://raw.githubusercontent.com/utakamo/oasis/refs/heads/main/oasis_installer.sh | sh

Note

If an SSL certificate error occurs when running the above installer script, run the date command to check the current time. If the displayed time is incorrect, run /etc/init.d/sysntpd restart.

root@OpenWrt:~# date
root@OpenWrt:~# /etc/init.d/sysntpd restart

🛠️oasis-tool-template

This tool package serves as a template for defining AI tools used with Oasis

How to build & Upload

develop enviroment ex: Ubuntu / OpenWrt Buildroot

  1. user@user:~/openwrt$ echo "src-git tools https://github.com/utakamo/oasis-tool-box.git" >> feeds.conf
  2. user@user:~/openwrt$ ./scripts/feeds update tools
  3. user@user:~/openwrt$ ./scripts/feeds install -a -p tools
  4. user@user:~/openwrt$ make menuconfig
  5. Check oasis-tool-template [Category: utakamo]
  6. user@user:~/openwrt$ make package/oasis-tool-template/compile
  7. user@user:~/openwrt$ scp ./bin/packages/<target architecture>/tools/oasis-tool-template_1.0.0-r1_all.ipk [email protected]:/root

Install:

root@OpenWrt:~# opkg install oasis-tool-template_1.0.0-r1_all.ipk
root@OpenWrt:~# reboot

Template Tools

image image

Tool Use

image

🛠️oasis-tool-test

AI Tool Test For Oasis

🛠️oasis-tool-analysis

To analyze OpenWrt devices, the AI performs operations on MTD devices, controls GPIOs, and more.
under development ...

🛠️oasis-tool-wireguard

WireGuard Auto Setup Tool under development ...

About

AI Tool Packages For Oasis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published