{"id":51138041,"url":"https://github.com/joshuaswarren/openclaw-skylight","last_synced_at":"2026-06-25T20:01:20.281Z","repository":{"id":364785868,"uuid":"1268694132","full_name":"joshuaswarren/openclaw-skylight","owner":"joshuaswarren","description":"OpenClaw skill to read \u0026 manage a Skylight Calendar household (calendar, chores, lists, Meals) via the skylight CLI","archived":false,"fork":false,"pushed_at":"2026-06-14T13:18:17.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T15:14:06.967Z","etag":null,"topics":["agent-skill","ai-agents","cli","home-automation","meal-planning","openclaw","skylight","skylight-calendar"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/joshuaswarren.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-13T20:38:18.000Z","updated_at":"2026-06-14T13:18:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/joshuaswarren/openclaw-skylight","commit_stats":null,"previous_names":["joshuaswarren/openclaw-skylight"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/joshuaswarren/openclaw-skylight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaswarren%2Fopenclaw-skylight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaswarren%2Fopenclaw-skylight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaswarren%2Fopenclaw-skylight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaswarren%2Fopenclaw-skylight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuaswarren","download_url":"https://codeload.github.com/joshuaswarren/openclaw-skylight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuaswarren%2Fopenclaw-skylight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34790215,"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-25T02:00:05.521Z","response_time":101,"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-skill","ai-agents","cli","home-automation","meal-planning","openclaw","skylight","skylight-calendar"],"created_at":"2026-06-25T20:01:19.326Z","updated_at":"2026-06-25T20:01:20.274Z","avatar_url":"https://github.com/joshuaswarren.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openclaw-skylight\n\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n![OpenClaw skill](https://img.shields.io/badge/OpenClaw-skill-7c3aed)\n\n\u003e Part of a three-repo set: [`pyskylight`](https://github.com/joshuaswarren/pyskylight)\n\u003e (client + CLI) · **openclaw-skylight** (this) ·\n\u003e [`plantoeat-skylight-sync`](https://github.com/joshuaswarren/plantoeat-skylight-sync) (meal-plan sync).\n\nAn [OpenClaw](https://openclaw.ai/) **skill** that lets your OpenClaw agents read and\nmanage a [Skylight Calendar](https://www.skylightframe.com/) / Buddy household —\ncalendar events, family chores/lists, and especially **Meals** (recipes + the meal\nplan) — by driving the open-source [`pyskylight`](https://github.com/joshuaswarren/pyskylight)\nCLI.\n\nSkylight has no official API; this builds on the community-reverse-engineered private\napp API. **Personal use, your own account only.**\n\n## What it is\n\nA single `SKILL.md` (plus this README and an installer). OpenClaw reads `SKILL.md` and\nlearns how to call the `skylight` CLI. No long-running process, no gateway restart —\nit's a drop-in skill.\n\n## Install\n\n```bash\ngit clone https://github.com/joshuaswarren/openclaw-skylight\ncd openclaw-skylight\n./install.sh\n```\n\n`install.sh` will:\n\n1. Install the `skylight` CLI (`pipx install pyskylight`, falling back to `pip --user`).\n2. Copy `SKILL.md` into `~/.openclaw/skills/skylight/` (override with `OPENCLAW_SKILLS_DIR`).\n\nThen make credentials available to the OpenClaw environment (1Password references\nrecommended):\n\n```bash\nexport SKYLIGHT_EMAIL=\"op://Shared/Skylight/username\"\nexport SKYLIGHT_PASSWORD=\"op://Shared/Skylight/password\"\nexport SKYLIGHT_FRAME_ID=\"…\"        # optional\nexport SKYLIGHT_TIMEZONE=\"America/Chicago\"\n```\n\n## Usage\n\nAsk your agent things like *\"what meals are planned this week on the Skylight?\"* or\n*\"add tacos to the Skylight meal plan for Friday dinner.\"* The agent runs the\n`skylight` CLI and parses the JSON output. See [`SKILL.md`](SKILL.md) for the full\ncommand surface.\n\n## Related\n\n- [`pyskylight`](https://github.com/joshuaswarren/pyskylight) — the client + CLI this skill wraps.\n- [`plantoeat-skylight-sync`](https://github.com/joshuaswarren/plantoeat-skylight-sync) — scheduled Plan to Eat → Skylight meal-plan sync.\n\n## License\n\n[MIT](LICENSE). Unofficial; not affiliated with or endorsed by Skylight or OpenClaw.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuaswarren%2Fopenclaw-skylight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshuaswarren%2Fopenclaw-skylight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuaswarren%2Fopenclaw-skylight/lists"}