← 返回 Skills 市场
xueyetianya

Lunardate

作者 bytesagain4 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install lunardate
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Lunardate concepts, best practices, and implementation patterns.
使用说明 (SKILL.md)

Lunardate

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Lunardate concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill is a simple, local reference tool that prints static documentation — it does not call external services or require credentials. It's safe from a credential-exfiltration standpoint. Before installing, note trivial inconsistencies (version string mismatch, help text quoting preventing variable expansion, and a mismatch in command names in the cheatsheet) which are quality bugs but not malicious. As with any skill that executes a script, only install from sources you trust; if you need absolute assurance, open the script and verify it contains only benign output (as it does here) or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: lunardate Version: 2.0.2 The 'lunardate' skill is a simple documentation reference tool that provides static text information about development practices. The bash script (scripts/script.sh) contains no network calls, file system modifications, or credential access, and the SKILL.md instructions are purely descriptive without any prompt-injection risks.
能力评估
Purpose & Capability
Name/description (Lunardate reference) align with required files and behavior: SKILL.md and a shell script that emit static reference text. There are no unexpected env vars, binaries, or external services requested.
Instruction Scope
SKILL.md explicitly says outputs are heredoc/plain-text with no external API calls; the included script implements only heredoc outputs and simple argument parsing. Minor documentation inconsistencies exist (script VERSION variable is 2.0.1 while registry metadata says 2.0.2; help heredoc uses a quoted delimiter so $VERSION won't expand, and the cheatsheet references a 'troubleshooting' command name while the script uses 'debugging'). These are quality issues but not security concerns.
Install Mechanism
No install spec is present (instruction-only plus a small shell script). Nothing is downloaded or extracted; the script is self-contained. Low installation risk.
Credentials
The skill declares no required environment variables or credentials and the script does not read env vars or config paths. No evidence of disproportionate secret access.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It only prints documentation and exits.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lunardate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lunardate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
元数据
Slug lunardate
版本 2.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Lunardate 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Lunardate concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Lunardate?

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

Lunardate 是免费的吗?

是的,Lunardate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lunardate 支持哪些平台?

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

谁开发了 Lunardate?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.2。

💬 留言讨论