← Back to Skills Marketplace
xueyetianya

Lunardate

by bytesagain4 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install lunardate
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Lunardate concepts, best practices, and implementation patterns.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lunardate
  3. After installation, invoke the skill by name or use /lunardate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug lunardate
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Lunardate?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Lunardate concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Lunardate?

Run "/install lunardate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Lunardate free?

Yes, Lunardate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lunardate support?

Lunardate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lunardate?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.2.

💬 Comments