{"id":50882836,"url":"https://github.com/whykusanagi/celeste-ops","last_synced_at":"2026-06-15T14:30:29.724Z","repository":{"id":363071198,"uuid":"1257598981","full_name":"whykusanagi/celeste-ops","owner":"whykusanagi","description":"CelesteOps — local-first creator control panel: signed macOS app + MCP agent kit","archived":false,"fork":false,"pushed_at":"2026-06-07T09:01:16.000Z","size":11495,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T10:24:06.952Z","etag":null,"topics":["agent-skills","ai-agents","anthropic","bun","claude","claude-code","claude-skill","claude-skills","creator-tools","desktop-app","developer-experience","electrobun","local-first","macos","mcp","model-context-protocol","skills-marketplace","sqlite","task-management"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whykusanagi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-02T20:43:29.000Z","updated_at":"2026-06-07T08:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/whykusanagi/celeste-ops","commit_stats":null,"previous_names":["whykusanagi/celeste-ops"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/whykusanagi/celeste-ops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whykusanagi%2Fceleste-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whykusanagi%2Fceleste-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whykusanagi%2Fceleste-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whykusanagi%2Fceleste-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whykusanagi","download_url":"https://codeload.github.com/whykusanagi/celeste-ops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whykusanagi%2Fceleste-ops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34367692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","anthropic","bun","claude","claude-code","claude-skill","claude-skills","creator-tools","desktop-app","developer-experience","electrobun","local-first","macos","mcp","model-context-protocol","skills-marketplace","sqlite","task-management"],"created_at":"2026-06-15T14:30:28.932Z","updated_at":"2026-06-15T14:30:29.718Z","avatar_url":"https://github.com/whykusanagi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CelesteOps\n\nCelesteOps is a local-first creator control panel for macOS. It tracks tasks, a\ncontent pipeline, a stream calendar, milestones, and documents — which now carry\ncollaborative decisions/comments and embeddable sandboxed HTML prototypes. AI\nagents (Claude Code, Claude Desktop, Cursor, Codex, Celeste CLI) drive it over MCP.\n\nThis repository is the public distribution and agent kit. The app source stays\nprivate; here you get the built app plus what a client needs to connect to it.\n\n## Contents\n\n- `server/`: the MCP shim, a pure-Node stdio server that forwards all 67 tools to\n  the running app's HTTP API. Run `npm install` inside it to vendor its deps.\n- `scripts/install-mcp.ts`: detects your installed clients and wires them up.\n- `skills/`: a drop-in skill that teaches an agent how to read and write CelesteOps tasks.\n- `MCP.md`: the 67-tool reference for agents.\n- `INSTALL.md`: how to connect your clients.\n- `VERIFY.md`: how to verify a signed release download.\n- `celeste-ops.mcpb`: one-click Claude Desktop extension — install it and paste a\n  pairing code; no clone needed.\n- Releases host the signed macOS app, `checksums.txt`, and its signature.\n\n## Quick start\n\n1. Download the macOS app from the latest\n   [Release](https://github.com/whykusanagi/celeste-ops/releases/latest):\n   `CelesteOps-\u003cversion\u003e-macos-arm64.zip` for Apple Silicon. Verify it\n   ([VERIFY.md](./VERIFY.md)), unzip it, move `CelesteOps.app` to `/Applications`,\n   and launch it. The build is ad-hoc signed, so on first launch right-click the\n   app and choose Open.\n2. Clone this repo, then connect your clients ([INSTALL.md](./INSTALL.md) has the detail):\n   ```bash\n   cd server \u0026\u0026 npm install \u0026\u0026 cd ..\n   # In the app: Settings → Connections → pick a product → Add Client, copy the code.\n   # One client per run — pass the matching --client slug:\n   bun run install:mcp --pair \u003ccode\u003e --client claude-code\n   ```\n\n   **Claude Desktop is simpler** — no clone needed: install `celeste-ops.mcpb`\n   (Settings → Extensions) and paste a pairing code. See [INSTALL.md](./INSTALL.md).\n\n## License\n\nProprietary. Free to download and run to connect your own clients to your own\nCelesteOps app; redistribution and resale are reserved. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhykusanagi%2Fceleste-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhykusanagi%2Fceleste-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhykusanagi%2Fceleste-ops/lists"}