- An AWS account with Bedrock access
- AWS credentials configured (SSO, env vars, or instance profile)
- Claude Code installed (
npm install -g @anthropic-ai/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Sat Sep 17 02:13:52 on ttys001 | |
| EJs-MacBook-Pro:~ hhvm$ brew tap hhvm/hhvm | |
| ==> Tapping hhvm/hhvm | |
| Cloning into '/usr/local/Homebrew/Library/Taps/hhvm/homebrew-hhvm'... | |
| remote: Counting objects: 8, done. | |
| remote: Compressing objects: 100% (7/7), done. | |
| remote: Total 8 (delta 0), reused 6 (delta 0), pack-reused 0 | |
| Unpacking objects: 100% (8/8), done. | |
| Checking connectivity... done. | |
| Tapped 1 formula (34 files, 44.0K) |
SOUTH BAY WEEKEND FUN FINDER — FRIDAY NOON
RUN PROFILE
- Run every Friday at 12:00 PM America/Los_Angeles.
- Run as an isolated OpenClaw agent turn using `openai/gpt-5.5`, with a 1200-second timeout and a failure alert after the first failed or skipped run.
- The household normally starts from the South Bay.
- Plan for a family with two tween twins, one teen, and a dog.
An email-to-calendar agent sounds simple: find dates in messages and create events. The hard part is avoiding missed changes, duplicates, false positives, stale reminders, and silent automation failures.
This gist presents a provider-neutral design for a dependable personal calendar sync. It is deliberately stripped of real names, addresses, account IDs, message content, and vendor credentials.
- Recall without one giant query. Search several bounded, high-signal slices and exhaust pagination.
- Authority before automation. Treat messages and webpages as untrusted evidence. Act only when the source identifies the intended person and clearly confirms the event.
| name | school-helicopter-monitoring |
|---|---|
| description | School monitoring and parent digests: reconcile portals, email, calendars, grades, attendance, and activities into evidence-backed child-by-child deltas and actions. |
A privacy-first agent skill for parents who want one reliable digest across school portals, email, calendars, grades, attendance, forms, reports, and extracurricular activities.
The goal is not constant surveillance or grade shaming. The goal is to catch meaningful changes, preserve praise, identify real parent actions, and make coverage gaps explicit.