← 返回 Skills 市场
xueyetianya

License

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

License

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for License 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. Before installing/using: (1) note minor non-security issues — the script's VERSION value (2.0.2) doesn't match the registry metadata (2.0.3) and the help heredoc is quoted such that $VERSION won't expand; (2) the quickstart text mentions "access credentials" but the skill otherwise needs no credentials — treat that as leftover template wording; (3) the script performs only read-only output (no network, no writes) but you can review/run it in a sandbox if you want extra assurance. Overall the package is coherent with its stated purpose and presents low risk.
功能分析
Type: OpenClaw Skill Name: license Version: 2.0.3 The skill bundle is a static documentation reference tool for development license concepts. The primary component, `scripts/script.sh`, only outputs plain-text information using heredocs and contains no network requests, file system modifications, or credential access. The `SKILL.md` instructions are transparent and align perfectly with the script's functionality without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description promise a devtools reference; the included script simply prints static reference text for the listed commands. No network calls, no external binaries or credentials are required, which is proportionate to a reference tool.
Instruction Scope
SKILL.md claims all outputs are plain-text heredocs with no external API calls or credentials; the bundled script follows that (it only uses cat/echo/case). Minor inconsistencies in the documentation: the quickstart text mentions "Required tools and access credentials" which contradicts the 'no credentials required' claim, and the help heredoc is single-quoted so the $VERSION variable will not be expanded (small implementation bug, not a security issue).
Install Mechanism
There is no install spec (instruction-only plus a simple shell script). Nothing is downloaded or extracted; no installer or remote fetch is defined.
Credentials
The skill declares no required environment variables, no credentials, and the script does not read environment variables or configuration paths. Requested access is minimal and matches the skill's function.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent presence or modify agent/system configurations. Autonomous invocation is allowed by platform default but combined with the minimal footprint this is not concerning.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install license
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /license 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
Slug license
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

License 是什么?

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

如何安装 License?

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

License 是免费的吗?

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

License 支持哪些平台?

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

谁开发了 License?

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

💬 留言讨论