← Back to Skills Marketplace
bytesagain-lab

Profit

by bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
210
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install profit
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Profit concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install profit
  3. After installation, invoke the skill by name or use /profit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Slug profit
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Profit?

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

How do I install Profit?

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

Is Profit free?

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

Which platforms does Profit support?

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

Who created Profit?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.1.

💬 Comments