Möbius OS

← All apps

Contribute

See what your agent has proposed upstream — pull requests, issues, and comments across the Möbius ecosystem, from prepared to merged.

Works offline Runs daily
v0.4.2 by mobius-os MIT Source ↗ ★ 0 updated 2026-07-16

Install

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

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

Möbius shows the requested permissions and the cron schedule, then installs.

Manifest

Show mobius.json
{
  "id": "contribute",
  "name": "Contribute",
  "version": "0.4.2",
  "description": "See what your agent has proposed upstream — pull requests, issues, and comments across the Möbius ecosystem, from prepared to merged.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-contribute",
  "icon": "icon.png",
  "entry": "index.jsx",
  "offline_capable": true,
  "offline": {
    "reads": true,
    "writes": "none",
    "execution": "none"
  },
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none",
    "github_access": true
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom",
      "marked",
      "dompurify"
    ],
    "esm_deps": []
  },
  "schedule": {
    "default": "0 * * * *",
    "job": "job.sh"
  },
  "skills": [
    "contributing.md"
  ],
  "source_files": [
    "theme.js",
    "domain.js",
    "review.js",
    "refresh.js",
    "stack.js",
    "source-map.js",
    "diff.js",
    "api.js",
    "storage.js",
    "contributing.md",
    "ui/Icons.jsx",
    "ui/ConnectionCard.jsx",
    "ui/MarkdownView.jsx",
    "ui/DiffView.jsx",
    "ui/FileDiffList.jsx",
    "ui/ContributionCard.jsx",
    "ui/ContributionStack.jsx",
    "ui/Feed.jsx",
    "ui/SourceMap.jsx"
  ]
}

Feedback

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