oqto
Self-hosted multi-user workspace for running coding agents
Gives the agent strict operating rules for this repo: track work with the trx issue CLI, consult CONTEXT.md and architecture decision records before changes, respect sandbox and session-identity boundaries, and prove every change with tests and lint gates.
All Skills in This Repository (12)
Pure Emerald Level Indicatorsdoc-coauthoring
Guide structured co-authoring of technical specifications, proposals, and decision documents.
xlsx
Create and edit Excel spreadsheets with formulas and data analysis.
Extract text and structured data from PDF documents using pypdf and pdfplumber.
skill-creator
Guide creation of AI skills with YAML frontmatter and markdown instructions.
canvas-design
Generate design philosophy manifestos and visual art as .md, .pdf, and .png files.
pptx
Create and edit PowerPoint presentations from HTML or templates using Python.
slack-gif-creator
Generate Slack-optimized animated GIFs with PIL and easing functions.
webapp-testing
Test local web applications with Python Playwright scripts.
frontend-design
Generate production-grade frontend interfaces with HTML, CSS, and JavaScript.
docx
Create, edit, and analyze .docx files with Python and JavaScript libraries.
web-artifacts-builder
Initialize React, TypeScript, Vite, Tailwind CSS, and shadcn/ui projects and bundle them into single HTML files.
oqto-setup
Guide installation, configuration, and troubleshooting of the Oqto AI agent platform.
Frequently Asked Questions
FAQPage SchemaHow to install oqto?โผ
Run `npx skills add byteowlz/oqto --all -g -y` in your terminal to install all skills in this suite globally.
What is oqto used for?โผ
Oqto is a self-hosted platform for running coding agents in isolated, per-project workspaces. It gives you a web UI with chat, file browsing, terminal, memory, and task tracking in one place.
How does oqto keep agents safe?โผ
Each workspace gets its own sandbox profile using bubblewrap isolation, so an agent only accesses the files and tools you allow. This limits the damage from prompt injection or runaway commands.
Can multiple users share one oqto server?โผ
Yes. Multi-user mode maps each account to a Linux user with isolated workspaces, per-user agent processes, and JWT authentication with invite codes.
Does oqto work on macOS or Windows?โผ
Setup currently supports Linux servers only, with Ubuntu 24.04 as the tested target. macOS setup is not supported yet, and container mode is still experimental.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core