← 返回 Skills 市场
xueyetianya

Amortize

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

Amortize

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Amortize 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 appears safe and coherent for use as a local reference: it requires no credentials and the included script only prints static documentation. Before installing, you may want to (1) inspect the script if you plan to execute it in an automated agent context (the script is benign here), (2) be aware that agent-autonomous invocation is allowed by platform default (not a problem for this simple skill), and (3) run any untrusted script in a sandbox if you have strict security requirements. Note: there are minor non-security issues (e.g., some help text uses a quoted heredoc so $VERSION won't expand), but these are functional/formatting bugs rather than security concerns.
功能分析
Type: OpenClaw Skill Name: amortize Version: 2.0.2 The 'amortize' skill bundle is a static documentation and reference tool for development patterns. The core logic in `scripts/script.sh` consists entirely of shell functions that output plain-text documentation via heredocs, with no network access, file system modifications, or credential handling. The `SKILL.md` instructions are consistent with the script's behavior and contain no prompt injection or malicious directives.
能力评估
Purpose & Capability
Name/description match the contents: this is a local reference tool for 'Amortize'. The files (SKILL.md and a shell script that prints docs) are appropriate for a reference skill; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text via heredoc with no external API calls or network access. scripts/script.sh only prints static documentation and does not read files, access environment variables, open network connections, or transmit data elsewhere.
Install Mechanism
No install spec is present (instruction-only), so nothing is downloaded or written to disk by an installer. A bundled script is included but it is benign and self-contained; risk from install mechanism is low.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not read env vars or secrets; requested privileges are minimal and proportional to a documentation/reference tool.
Persistence & Privilege
always:false and no special persistence is requested. The skill does not attempt to modify other skills or system-wide configuration. Autonomous invocation is allowed (platform default) but combined with the other facts this does not raise concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amortize
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amortize 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix description
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug amortize
版本 2.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Amortize 是什么?

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

如何安装 Amortize?

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

Amortize 是免费的吗?

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

Amortize 支持哪些平台?

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

谁开发了 Amortize?

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

💬 留言讨论