
The first self-evolving open-source Agent OS, connecting your team, AI agents, devices, and compute
Install Mobius
Not a bundle: drop the SKILL.md directory into one of the skill roots DSH scans. No `dsh plugin add`, no build step.
This is a skill, not a bundle. Skills are not installed with dsh plugin add — a skill is a directory containing SKILL.md that DSH discovers by scanning its skill roots. Clone it into one of those roots and it is available on the next session.
Clone into your user skill root ($DSH_HOME/skills)
mkdir -p ~/.dsh/skills
git clone https://github.com/nutshellai-tech/mobius.git ~/.dsh/skills/mobius| Rank | Root | Path |
|---|---|---|
| 100 | project-dsh | <project>/.dsh/skills |
| 200 | project-agents | <project>/.agents/skills |
| 300 | custom | customSkillDirs in your config |
| 400 | user-dsh | $DSH_HOME/skills (default ~/.dsh/skills) |
| 500 | user-agents | $DSH_AGENTS_HOME/skills (default ~/.agents/skills) |
Lower rank wins when two roots hold a skill with the same name. Put it in a project root instead of the user root when it should only apply to one repository.
Prerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- TypeScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| entityType | pass | info | skill is not installed via `dsh plugin add` |
- Verdict reason
- skill uses its own install path, so bundle checks do not apply
- package.json read
- mobius/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
· The first self-evolving open-source Agent OS One system to connect your team, AI agents, devices, and compute > **Building a perfect AI system once and for all is like finding the end of a Mobius strip — impossible by design.** > > Mobius is the world's first **self-evolving** open-source Agent OS. Not a fixed toolbox — a growing productivity system that connects projects, teams, models, devices, compute, and apps into one traceable workspace. **2026-08-09** - **Windows one-key install**: a single PowerShell command installs the Mobius TUI on a fresh Windows machine. **2026-08-02** - **Easy Mode**: an optional clutter-free layout (cross-project recent sessions + JSONL + floating input). First-time users choose between Easy and Normal mode and can switch anytime. - **TUI released**:
Topics
GitHub topics on this repository
More in Devices Connecting Adb
Ranked by similarity inside the cluster, not alphabetically
Dsh Plugin Qr Connect
mervyn-teo
DeepSeek Harness dynamic plugin: QR-code sidebar button for connecting mobile devices to the web UI
Dsh Mobile Control
PangYiMing
DSH plugin for controlling mobile devices (ADB/iOS) — DeepSeek Harness 操控手机插件
Adb Dsh Plugin
mang0cola
DeepSeek Harness plugin for controlling Android devices through ADB