← 返回 Skills 市场
riyadchowdhury

Skylight

作者 Riyad Chowdhury · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1811
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylight-skill
功能描述
Interact with Skylight Calendar frame - manage calendar events, chores, lists, task box items, and rewards. Use when the user wants to view/create calendar events, manage family chores, work with shopping or to-do lists, check reward points, or interact with their Skylight smart display.
安全使用建议
This skill appears to do what it claims (talk to the Skylight API), but there are a few red flags you should consider before installing or using it: - Metadata mismatch: The registry only lists SKYLIGHT_FRAME_ID and SKYLIGHT_EMAIL, but the runtime instructions require SKYLIGHT_PASSWORD or SKYLIGHT_TOKEN (and optionally SKYLIGHT_URL). Treat that as sloppy or incomplete metadata — verify expected env vars before supplying credentials. - Credentials exposure: The recommended flow logs in with your email and password to obtain a token. Only use this with accounts you control. Prefer using a pre-captured token or a scoped credential if possible, and rotate your password/token after testing. - Proxy token-capture guidance: The skill suggests using an HTTPS proxy and trusting a root certificate to capture tokens. Installing/trusting a root cert is risky and can expose all HTTPS traffic on your machine — avoid this unless you fully understand the risks and trust the environment. - Undeclared tools: Examples call jq and base64 but the skill metadata only required curl. If you run these commands locally, ensure you understand what each command does and that you have the expected tooling. - Source verification: The skill source is 'unknown' in the registry. Check the skill author/publisher identity and prefer an official or well-audited implementation. If you must use it, limit usage to a test account, monitor network traffic, and rotate credentials after use. If you want to proceed: prefer supplying only a pre-captured token with minimal scope, avoid following the MITM proxy instructions unless necessary, and verify the skill's metadata and source first.
功能分析
Type: OpenClaw Skill Name: skylight-skill Version: 1.0.0 The skill is designed to interact with the unofficial Skylight Calendar API. It requires environment variables like `SKYLIGHT_EMAIL`, `SKYLIGHT_PASSWORD`, and `SKYLIGHT_FRAME_ID` to authenticate and make API calls to `https://app.ourskylight.com`. The `SKILL.md` file details the authentication process, which involves sending credentials to the legitimate Skylight API endpoint via `curl` to obtain an authorization token. All network requests are directed to the stated `ourskylight.com` domain. There is no evidence of data exfiltration to unauthorized third parties, malicious code execution, persistence mechanisms, or prompt injection attempts to subvert the agent's instructions. The use of `curl` and `jq` is standard for API interaction and aligns with the skill's stated purpose.
能力评估
Purpose & Capability
The SKILL.md describes calendar, chores, lists, task-box, and rewards operations and the curl-based API calls match that purpose. However, the declared registry metadata only lists SKYLIGHT_FRAME_ID and SKYLIGHT_EMAIL while the runtime instructions clearly require SKYLIGHT_PASSWORD or SKYLIGHT_TOKEN (and optionally SKYLIGHT_URL). The capability is coherent, but the metadata is incomplete/inaccurate.
Instruction Scope
The instructions tell the agent/user to perform email/password login to generate a token and also provide a manual option that instructs installing/trusting a proxy root certificate (Proxyman/Charles/mitmproxy) to capture Authorization headers. Those are sensitive operations: they involve handling plaintext credentials and advising the user to intercept HTTPS traffic. The SKILL.md also uses utilities (jq, base64) in examples but the metadata only declared curl—so the runtime instructions reference files/commands not declared in the registry.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That lowers install-time risk.
Credentials
Requesting account credentials (email+password) or an auth token is expected for a calendar/household device integration. But the declared required env vars are incomplete: SKILL registry lists only SKYLIGHT_FRAME_ID and SKYLIGHT_EMAIL (primary), while SKILL.md clearly needs SKYLIGHT_PASSWORD or SKYLIGHT_TOKEN and optionally SKYLIGHT_URL. The omission of sensitive env vars from the metadata is an inconsistency worth noting.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. It runs via curl calls and therefore does not demand elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylight-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylight-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
## [0.1.0] - 2026-01-27 ### Added - Initial release of Skylight Calendar skill - Two authentication methods: email/password login or pre-captured token - Calendar events: list events by date range, list source calendars - Chores: list and create chores with recurrence support - Lists: access shopping and to-do lists with items - Task box: create quick task box items - Categories: list family member profiles for chore assignment - Rewards: view rewards and reward points - Frame info: get frame details and list devices
元数据
Slug skylight-skill
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skylight 是什么?

Interact with Skylight Calendar frame - manage calendar events, chores, lists, task box items, and rewards. Use when the user wants to view/create calendar events, manage family chores, work with shopping or to-do lists, check reward points, or interact with their Skylight smart display. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1811 次。

如何安装 Skylight?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylight-skill」即可一键安装,无需额外配置。

Skylight 是免费的吗?

是的,Skylight 完全免费(开源免费),可自由下载、安装和使用。

Skylight 支持哪些平台?

Skylight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylight?

由 Riyad Chowdhury(@riyadchowdhury)开发并维护,当前版本 v1.0.0。

💬 留言讨论