← 返回 Skills 市场
bytesagain-lab

Profit

作者 bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
210
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install profit
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Profit concepts, best practices, and implementation patterns.
安全使用建议
This skill appears safe and does what it says: prints static reference text. If you want extra caution, review scripts/script.sh locally (already provided) and run it in a sandbox or container before allowing autonomous agent invocation. Note the small version string mismatch in the script (2.0.0) vs registry (2.0.1) — harmless but worth fixing. If you require strict assurance, ensure the agent cannot run arbitrary shell commands outside this skill or enable the skill only for trusted agents.
功能分析
Type: OpenClaw Skill Name: profit Version: 2.0.1 The 'profit' skill is a purely informational reference tool that outputs static documentation via a shell script. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, file system modifications, credential access, or prompt injection attempts.
能力评估
Purpose & Capability
The name/description (reference docs for Profit/devtools) align with the included files: SKILL.md describes plain-text commands and scripts/script.sh implements those commands. There are no extra binaries, env vars, or unrelated requirements. Minor inconsistency: repository metadata/version is 2.0.1 while the script's VERSION is 2.0.0 and the help heredoc is single-quoted (so $VERSION will not expand) — this is a benign housekeeping mismatch.
Instruction Scope
SKILL.md instructs producing heredoc text only; the runtime script only outputs static documentation via heredocs and uses no network, file reads, or secret access. The script does not collect or transmit user data or reference system credentials.
Install Mechanism
There is no install spec (instruction-only skill). One shell script is bundled; it is not downloaded from an external URL nor does it perform installs. No archives are extracted and nothing writes to unexpected system locations.
Credentials
The skill declares no required environment variables, no credentials, and the implementation does not read environment variables or config paths. Requested privileges are minimal and proportionate to a local reference tool.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration or modify other skills. Autonomous invocation is permitted (platform default) but the skill's scope is limited to printing docs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install profit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /profit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug profit
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Profit 是什么?

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

如何安装 Profit?

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

Profit 是免费的吗?

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

Profit 支持哪些平台?

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

谁开发了 Profit?

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

💬 留言讨论