skylight-mcp CLAUDE.md

skylight-mcp CLAUDE.md is an instructions file for Claude Code from TheEagleByte/skylight-mcp. It costs 1,203 tokens per session, scanned A, original, MIT.

Repository instructions for Skylight MCP, a server that lets AI assistants use the Skylight family calendar and related features such as chores, tasks, rewards, meals, and photos.

In plain words
What is it for?
Use them when developing, testing, linting, type-checking, or adding API and MCP tools for Skylight.
Why use it?
They describe the project’s commands, structure, authentication, subscription limits, and how its tools connect to the Skylight API.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/theeaglebyte/skylight-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/TheEagleByte/skylight-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skylight-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/theeaglebyte/skylight-mcp/claude-md.svg)](https://agentmods.dev/instructions/theeaglebyte/skylight-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/theeaglebyte/skylight-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/theeaglebyte/skylight-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,203 This file is loaded in full into every session.
When invoked 1,203 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01203 $0.01203
Opus 5 $0.00602 $0.00602
Sonnet 5 $0.00241 $0.00241
Haiku 4.5 $0.00120 $0.00120

Measured 6d ago against content hash 2a5043e0c643, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

skylight-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

CLAUDE.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

MCP server enabling AI assistants to interact with the Skylight family calendar API (calendar, chores, lists, tasks, rewards, meals, photos).

Base API URL: https://app.ourskylight.com

Commands

npm install
npm run build          # Compile TypeScript
npm run dev            # Development with hot reload (tsx watch)
npm test               # Run vitest tests
npm test -- dates      # Run single test file (matches filename)
npm run test:coverage  # Tests with coverage
npm run lint           # ESLint
npm run typecheck      # tsc --noEmit
npm run generate:types # Generate TypeScript types from OpenAPI spec

Architecture

Two-tier tool system:

  1. api/endpoints/*.ts (11 modules) - Low-level HTTP wrappers for each API resource
  2. tools/*.ts (9 modules) - MCP tool definitions with Zod parameter validation

Tool Registration: Each domain exports registerXxxTools(server) called from server.ts. Plus-only tools are conditionally registered based on subscription status.

Key files:

  • config.ts - Zod-validated env config supporting two auth methods
  • api/client.ts - HTTP client with Bearer/Basic auth, auto-login, subscription status tracking
  • api/auth.ts - Login endpoint for email/password authentication
  • api/generated-types.ts - Auto-generated types from OpenAPI spec
  • utils/dates.ts - Parses "today", "tomorrow", day names, YYYY-MM-DD

Authentication

Two methods supported (validated via Zod refinement in config.ts):

  1. Email/Password (recommended): Set SKYLIGHT_EMAIL and SKYLIGHT_PASSWORD. Server auto-logs in via POST /api/sessions and uses Basic base64(userId:token) format for subsequent requests.
  2. Manual Token: Set SKYLIGHT_TOKEN and optionally SKYLIGHT_AUTH_TYPE (bearer/basic).

Both require SKYLIGHT_FRAME_ID (household identifier from API URLs like /api/frames/{frameId}/chores).

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 107 lines · 1,203 tokens per session scan A 2a5043e0c643

Subscribe to this mod's changes

skylight-mcp CLAUDE.md is an instructions file published in the GitHub repository TheEagleByte/skylight-mcp (36 stars, last pushed 8mo ago), licensed MIT. It adds 1,203 tokens to every session, about $0.0060 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.