{"id":50847658,"url":"https://github.com/jwmoss/skycli","last_synced_at":"2026-06-14T11:02:20.345Z","repository":{"id":358571653,"uuid":"1241744767","full_name":"jwmoss/skycli","owner":"jwmoss","description":"cli for skylight","archived":false,"fork":false,"pushed_at":"2026-06-08T02:06:35.000Z","size":98,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T03:22:46.035Z","etag":null,"topics":["cli","go","private-api","skylight","skylight-calendar"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwmoss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-17T19:04:40.000Z","updated_at":"2026-06-08T02:05:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jwmoss/skycli","commit_stats":null,"previous_names":["jwmoss/skycli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jwmoss/skycli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwmoss%2Fskycli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwmoss%2Fskycli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwmoss%2Fskycli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwmoss%2Fskycli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwmoss","download_url":"https://codeload.github.com/jwmoss/skycli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwmoss%2Fskycli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34318525,"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-14T02:00:07.365Z","response_time":62,"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":["cli","go","private-api","skylight","skylight-calendar"],"created_at":"2026-06-14T11:02:19.479Z","updated_at":"2026-06-14T11:02:20.340Z","avatar_url":"https://github.com/jwmoss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skycli\n\nCLI for the [Skylight Calendar](https://www.myskylight.com/) private API.\n\nUnofficial. Not affiliated with Skylight. Use with accounts you own.\n\n`skycli` wraps a broad private-API surface: frames, categories, chores,\nrewards, calendar events, lists/grocery, meals, photos, routines, bounties,\nrotations, export/import, status, analytics, and watch.\n\n## Docs\n\n- [Agent instructions](AGENTS.md)\n- [Command index](docs/commands/README.md)\n- Machine-readable command catalog: `skycli commands --json`\n\n## Install\n\n### Homebrew\n\n```bash\nbrew tap jwmoss/tap\nbrew install skycli\n```\n\nOr:\n\n```bash\nbrew install jwmoss/tap/skycli\n```\n\n### Go\n\n```bash\ngo install github.com/jwmoss/skycli@latest\n```\n\n### Source\n\n```bash\ngit clone https://github.com/jwmoss/skycli ~/github/skycli\ncd ~/github/skycli\nmake build\n./skycli version\n```\n\n## Quick start\n\n```bash\nskycli auth login --email you@example.com\nskycli frames list                   # find your frame ID\nskycli frames set-default 5312425\nskycli --doctor                      # verify token + connectivity\nskycli categories                    # find category/person IDs\nskycli chores list --json\n```\n\n## Command docs\n\nThe full command surface is documented under\n[docs/commands](docs/commands/README.md).\n\n- [Auth](docs/commands/auth.md)\n- [Frames](docs/commands/frames.md)\n- [Chores](docs/commands/chores.md)\n- [Rewards](docs/commands/rewards.md)\n- [Calendar](docs/commands/calendar.md)\n- [Lists](docs/commands/lists.md) and [grocery](docs/commands/grocery.md)\n- [Meals](docs/commands/meals.md), [photos](docs/commands/photos.md), and\n  [routines](docs/commands/routines.md)\n- [Reports](docs/commands/status.md), [analytics](docs/commands/analytics.md),\n  [home](docs/commands/home.md), and [watch](docs/commands/watch.md)\n- [Export](docs/commands/export.md), [import](docs/commands/import.md),\n  [config](docs/commands/config.md), and [raw HTTP](docs/commands/raw.md)\n\nFor scripts and agents:\n\n```bash\nskycli commands --json\nskycli --json\n```\n\n## Authentication\n\nUse one of the auth commands, then verify the account with `skycli --doctor`.\n\n```bash\nskycli auth login --email you@example.com\nskycli auth import-mac\nskycli auth set-token\nskycli auth status --json\n```\n\nSee [auth docs](docs/commands/auth.md) for login, macOS import, token storage,\nand non-interactive usage.\n\n## Global flags\n\n| Flag             | Default | Notes |\n|------------------|---------|-------|\n| `--config PATH`  | `$XDG_CONFIG_HOME/skycli/config.json` | Override config path |\n| `--doctor`       | off     | Run readonly token/API connectivity checks and exit |\n| `--json`         | off     | Emit JSON to stdout |\n| `--plain`        | off     | Emit stable TSV/plain output where available |\n| `--timeout DUR`  | 30s     | HTTP timeout |\n| `--trace-http`   | off     | Log every request to stderr |\n| `--dry-run`      | off     | Refuse non-GET HTTP calls |\n| `--readonly`     | off     | Block mutating commands and refuse non-GET HTTP calls |\n| `--allow-commands LIST` | — | Comma-separated command allowlist |\n| `--deny-commands LIST`  | — | Comma-separated command denylist |\n| `--token TOK`    | —       | Token override (also `SKYLIGHT_ACCESS_TOKEN`) |\n| `--frame ID`     | —       | Frame override (also `SKYLIGHT_FRAME_ID`) |\n\n## Output for agents\n\nUse `skycli commands --json` to discover the command surface and docs paths.\nEvery bounded command supports `--json`; table-style commands also support\n`--plain` for stable TSV. Data goes to stdout, logs/errors to stderr. Exit\ncodes: `0` success, `1` runtime error, `2` usage error. `--trace-http` emits\none line per request to stderr without including the bearer token.\n\nGlobal flags such as `--json`, `--readonly`, and `--frame` may appear before or\nafter the command, before a literal `--`:\n\n```bash\nskycli chores list --json\nskycli --json chores list\nskycli chores list --readonly --json\n```\n\nRun real-account read-only integration checks with:\n\n```bash\nmake live-readonly-smoke\n```\n\n## Development\n\n```bash\nmake fmt\nmake test\nmake vet\nmake ci\nmake build\nmake live-readonly-smoke\nmake release-check\nmake release-snapshot\n```\n\nCI intentionally stays small: cross-platform `go test`, `go vet`, and\n`go build`. Release checks are separate so local development stays fast while\ntagged builds still validate the GoReleaser configuration and Homebrew formula\ngeneration path.\n\n## Release\n\nThe GoReleaser version is pinned by `GORELEASER_VERSION` in `Makefile` and must\nmatch `.github/workflows/release.yml`. Before tagging, run:\n\n```bash\nmake ci\nmake release-check\nmake release-snapshot\n```\n\nTagging `vX.Y.Z` triggers GoReleaser to build release archives, publish GitHub\nrelease assets, and update the `jwmoss/homebrew-tap` formula. The release\nworkflow needs a `HOMEBREW_TAP_TOKEN` secret with write access to that tap\nrepository.\n\n## Status\n\nEarly, unofficial, and private-API backed, with `--body` / `--body-file`\navailable on several typed commands for fields that are discovered before\nfirst-class flags are added.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwmoss%2Fskycli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwmoss%2Fskycli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwmoss%2Fskycli/lists"}