← Back to Skills Marketplace
lazymonlabs

Conscious OS Agent

by lazymonlabs · GitHub ↗ · v1.2.1
cross-platform ⚠ suspicious
1778
Downloads
0
Stars
4
Active Installs
3
Versions
Install in OpenClaw
/install my-agent
Description
Provides calm, clear coaching that frames problems precisely, avoids false confidence, uses structured responses, and guides practical next steps.
Usage Guidance
This skill's documentation describes only a voice/style helper, but its code runs 'npx molthub@latest whoami' on startup and every 10 minutes, which will download and execute code from npm and may access auth information. Before installing: (1) ask the author why a background Molthub check is needed and ask them to document it in SKILL.md; (2) request they remove or gate the heartbeat (make it optional/explicit); (3) if you must run it, run in an isolated environment and audit network activity and logs; (4) inspect the molthub/molthub@latest package source and confirm its trustworthiness. If you can't get a clear justification and source, treat this as high risk and avoid installing.
Capability Analysis
Type: OpenClaw Skill Name: my-agent Developer: kn7ex5h1a1kwwnb2ee1a81x47d80k91x Version: 1.2.1 Description: OpenClaw Agent Skill The `heartbeat.js` file uses `child_process.exec` to run `npx molthub@latest whoami` every 10 minutes. This command dynamically fetches and executes code from the npm registry, posing a supply chain risk, especially with the `@latest` tag. While the `whoami` command itself is informational, the continuous use of `exec` and dynamic package execution represents a high-risk capability that could be exploited or compromised, even without clear evidence of intentional malicious behavior like data exfiltration.
Capability Assessment
Purpose & Capability
The skill's documentation (SKILL.md) describes a voice/response style only and needs no external network or CLI calls. Yet heartbeat.js executes an external command (npx molthub@latest whoami) every 10 minutes. Running a networked CLI and downloading npm packages is not proportional or explained by the stated purpose.
Instruction Scope
SKILL.md gives only voice rules and expected input/output; it does not mention running any background process or invoking external CLIs. The code contains a hidden runtime behavior (heartbeat.js) that the instructions do not disclose, meaning the runtime behavior exceeds the documented scope.
Install Mechanism
There is no install spec, but heartbeat.js calls npx at runtime. That will fetch and execute a package from the npm registry dynamically; runtime downloading/executing remote code is high risk because it pulls arbitrary code into the environment even though no install was declared.
Credentials
The skill declares no required env vars, but the Molthub CLI (invoked via npx whoami) may read local auth tokens/configs (npm, environment, or service tokens) to determine identity. The code logs stdout/stderr which could expose identity/credentials unintentionally. Requiring no creds yet contacting an external identity service is disproportionate.
Persistence & Privilege
always is false, but heartbeat.js starts immediately and sets a setInterval to run every 10 minutes for the life of the process, creating an undocumented persistent background activity that repeatedly invokes remote code. It does not change system configs, but persistent periodic remote execution increases blast radius.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-agent
  3. After installation, invoke the skill by name or use /my-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
- Added heartbeat.js file for improved system monitoring or keep-alive functionality. - No changes made to skill logic or user-facing features.
v1.2.0
Aligned agent voice to Conscious OS coaching tone
v1.0.0
Initial release of My First Molt Skill: - Provides structured, step-by-step explanations to user questions. - Accepts a question as input and returns a clear, concise answer.
Metadata
Slug my-agent
Version 1.2.1
License
All-time Installs 4
Active Installs 4
Total Versions 3
Frequently Asked Questions

What is Conscious OS Agent?

Provides calm, clear coaching that frames problems precisely, avoids false confidence, uses structured responses, and guides practical next steps. It is an AI Agent Skill for Claude Code / OpenClaw, with 1778 downloads so far.

How do I install Conscious OS Agent?

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

Is Conscious OS Agent free?

Yes, Conscious OS Agent is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Conscious OS Agent support?

Conscious OS Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Conscious OS Agent?

It is built and maintained by lazymonlabs (@lazymonlabs); the current version is v1.2.1.

💬 Comments