Möbius OS

← All apps

Skills

Browse and search your agent's skills — the SKILL.md guides that shape what it can do. Tap any skill to read it. Create or edit through the agent.

v1.0.10 by mobius-os MIT Source ↗ ★ 0 updated 2026-07-13

Install

Open the App Store mini-app in your Möbius shell and paste:

https://raw.githubusercontent.com/mobius-os/app-skills/main/mobius.json

Möbius shows the requested permissions, then installs.

Runtime libraries

This app loads the following ES modules from esm.sh on first open:

Manifest

Show mobius.json
{
  "id": "skills",
  "name": "Skills",
  "version": "1.0.10",
  "description": "Browse and search your agent's skills — the SKILL.md guides that shape what it can do. Tap any skill to read it. Create or edit through the agent.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-skills",
  "entry": "index.jsx",
  "icon": "icon.png",
  "source_files": [
    "domain.js"
  ],
  "offline_capable": false,
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none"
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom"
    ],
    "esm_deps": [
      "marked",
      "dompurify"
    ]
  },
  "offline": {
    "reads": false,
    "writes": "none",
    "execution": "none"
  }
}

Feedback

Something feel off, or want to suggest an iteration? Open an issue at app-skills/issues — the app's maintainer reads them.