← 返回 Skills 市场
bytesagain3

Profile

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
194
总下载
0
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install profile
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Profile concepts, best practices, and implementation patterns.
安全使用建议
This skill appears to be a harmless, self-contained CLI that prints documentation. Before installing, you may want to: (1) review the included scripts/script.sh (already done here) and confirm you are comfortable with it, (2) run the script in a sandbox or with a non-privileged account if you plan to execute it, and (3) note the small metadata/version mismatch (2.0.1 vs 2.0.0) which is benign but indicates a minor packaging inconsistency. There are no credential requests or network calls in the code.
功能分析
Type: OpenClaw Skill Name: profile Version: 2.0.1 The 'profile' skill is a static reference tool providing documentation for development concepts and best practices. The implementation in scripts/script.sh consists entirely of bash heredocs that output plain text to the console, with no network access, sensitive file system interaction, or credential handling.
能力评估
Purpose & Capability
The name/description match the provided files: a doc-style CLI that prints reference text. Minor inconsistencies: SKILL.md/version metadata is 2.0.1 while scripts/script.sh sets VERSION="2.0.0" and the help heredoc is quoted so the $VERSION variable is not expanded. The presence of a script file is consistent with a CLI-style reference, but SKILL.md wording calls this 'instruction-only' (no install spec) — there's no install step, so the script being included is reasonable but worth noting.
Instruction Scope
SKILL.md explicitly states commands output static heredocs with no external calls; scripts/script.sh implements only local text output for the documented commands and does not read files, environment variables, or perform networking. The runtime instructions stay within the declared purpose.
Install Mechanism
There is no install spec and no downloads or package installs. The code is distributed as a small script file; nothing is written to disk by an installer, which is consistent with a low-risk instruction/utility skill.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not access secrets or external services — the requested permissions are proportionate to the claimed functionality.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It does not modify other skills or agent settings; autonomous invocation is allowed (platform default) but not combined with any broad privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install profile
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /profile 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug profile
版本 2.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 3
常见问题

Profile 是什么?

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

如何安装 Profile?

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

Profile 是免费的吗?

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

Profile 支持哪些平台?

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

谁开发了 Profile?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论