Plug & Play skill framework — connect any LLM to your PC in 3 lines
Project description
🌳 UST Smart Installer
Dépose les fichiers dans ton projet → double-click → c'est fait.
Utilisation
| OS | Double-click sur... |
|---|---|
| Windows | UST_INSTALLER.bat |
| macOS | UST_INSTALLER.command |
| Linux | UST_INSTALLER.sh |
Ce qui se passe automatiquement
- Détecte ton projet (Mark XXXIX-OR, AutoGPT, CrewAI…)
- Scanne tes fichiers pour trouver les clés API existantes
- Crée un environnement isolé (
.ust_venv/) - Installe UST avec les bons modules
- Crée
ust_bridge.py— le pont prêt à l'emploi - Patche ton fichier principal (backup créé avant)
- Configure
.env.ustavec tes clés
Après l'installation
from ust_bridge import run_ust, get_ust_tools
reply = run_ust("Ouvre Chrome et va sur github.com")
tools = get_ust_tools() # compatible OpenAI/OpenRouter
Si une clé API manque
Ouvre .env.ust et remplace METS-TA-CLE-ICI par ta clé.
Clé OpenRouter gratuite : https://openrouter.ai
🔥 Le Catalogue des Skills (NOUVEAU)
Tu as accès à skills_catalog.py avec 200+ skills plug-and-play :
- IA : OpenAI, Gemini, Ollama, Whisper, DALL-E...
- Productivité : Notion, Mails, Trello, Google Calendar, Discord...
- Média : Spotify, YouTube MP3, Synthèse vocale...
- Smart Home : Home Assistant, lumières...
Comment les injecter ?
Lance simplement ce script, il compilera et injectera tous les skills du catalogue directement dans le framework UST :
python3 import_skills_catalog.py
Et voilà ! Plus qu'à les utiliser avec ton agent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file universal_skill_tree_naneg-0.2.0.tar.gz.
File metadata
- Download URL: universal_skill_tree_naneg-0.2.0.tar.gz
- Upload date:
- Size: 83.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
327078287c3333126c0e43245ab5d83e4a03ec24ed56cf8842efdb55ac1407a4
|
|
| MD5 |
cc8fc6a95ba7c84e39fe4ec7171fb48f
|
|
| BLAKE2b-256 |
d7830b00ac89512a798d0cdf55e427ec83d983659488517c56c03105a3e4c696
|
File details
Details for the file universal_skill_tree_naneg-0.2.0-py3-none-any.whl.
File metadata
- Download URL: universal_skill_tree_naneg-0.2.0-py3-none-any.whl
- Upload date:
- Size: 64.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9f04248160e47d44f0d3cb97621b2c5dbfdf1397a64b9f2d101a30c8e55a929
|
|
| MD5 |
ee3a964fe621a0deae1b23bf454a530c
|
|
| BLAKE2b-256 |
4c18e09caad527d3f4a3537acd1ec3af5e978285e9140db8125bae1fce909cc6
|