Static host for /lindaai-update. Customers’ LindaAI installs pull from here.
GET https://raw.githubusercontent.com/WiseSaucy/lindaai-updates/main/manifest.json — the version ledgerGET https://raw.githubusercontent.com/WiseSaucy/lindaai-updates/main/skills/<name>.md — raw skill fileGET https://raw.githubusercontent.com/WiseSaucy/lindaai-updates/main/agents/<name>.md — raw agent file# One-time setup
cd /Users/jowise/Desktop/LindaAI-OG/LindaAI-Updates-Server
git init
git add .
git commit -m "Initial LindaAI updates server"
# Create repo on GitHub (replace USERNAME with your GitHub handle)
gh repo create lindaai-updates --public --source=. --remote=origin --push
# Enable Pages: Settings -> Pages -> Deploy from branch: main / root
# Your updates URL becomes: https://USERNAME.github.io/lindaai-updates/
updates.lindaai.com)lindaai.com if you don’t have it yetCNAME updates -> USERNAME.github.ioupdates.lindaai.comLindaAI-Master/skills/<name>/SKILL.mdLindaAI-Master/updates/manifest.jsoncp LindaAI-Master/updates/manifest.json LindaAI-Updates-Server/manifest.json
cp LindaAI-Master/skills/<name>/SKILL.md LindaAI-Updates-Server/skills/<name>.md
git add -A && git commit -m "skill: <name> v1.1.0" && git push/lindaai-update© 2026 LindaAI — Built by Daniel Wise