byteowlzbyteowlzOfficialยท12 Agent Skills Included

oqto

Self-hosted multi-user workspace for running coding agents

Hosts isolated coding agent workspaces with per-project sandboxing, skills, and permission profiles. Provides a web UI for chat, file browsing, terminal access, memory, and task tracking without juggling separate tools. Removes the risk of unrestricted agents by isolating each project with fine-grained sandbox profiles. Supports multi-user servers with per-user workspaces, authentication, and one-command setup.
npx skills add byteowlz/oqto --all -g -y
Available:

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 Indicators
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

doc-coauthoring

Guide structured co-authoring of technical specifications, proposals, and decision documents.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

xlsx

Create and edit Excel spreadsheets with formulas and data analysis.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

pdf

Extract text and structured data from PDF documents using pypdf and pdfplumber.

Official
Intermediate
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

skill-creator

Guide creation of AI skills with YAML frontmatter and markdown instructions.

Official
Intermediate
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

canvas-design

Generate design philosophy manifestos and visual art as .md, .pdf, and .png files.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

pptx

Create and edit PowerPoint presentations from HTML or templates using Python.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

slack-gif-creator

Generate Slack-optimized animated GIFs with PIL and easing functions.

Official
Intermediate
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

webapp-testing

Test local web applications with Python Playwright scripts.

Official
Intermediate
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

frontend-design

Generate production-grade frontend interfaces with HTML, CSS, and JavaScript.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

docx

Create, edit, and analyze .docx files with Python and JavaScript libraries.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

web-artifacts-builder

Initialize React, TypeScript, Vite, Tailwind CSS, and shadcn/ui projects and bundle them into single HTML files.

Official
Advanced
๐Ÿ“ฆ In Repo
byteowlzbyteowlz

oqto-setup

Guide installation, configuration, and troubleshooting of the Oqto AI agent platform.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’