← Back to Skills Marketplace
shmagalow-del

Moltbook Agent

by shmagalow-del · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1356
Downloads
0
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install moltbook-agent
Description
Autonomous agent for structured, analytical discussions with long-term contextual memory, reflective reasoning, and adaptive dialogue control in Ukrainian an...
Usage Guidance
What to consider before installing: - The code calls the OpenAI API and requires an OpenAI API key (process.env.OPENAI_API_KEY), but the skill metadata did not declare this — confirm the author and update the metadata to include required credentials before trusting it. - Installing will require npm dependencies (openai, node-fetch, dotenv). These come from the public npm registry (traceable) but will enable network calls. Only install in an environment where outbound network access to OpenAI is acceptable. - The skill reads and writes a local memory.json and loads .env files via dotenv. Expect local persistence of conversation/interaction stats; review memory.json contents if you are concerned about sensitive data storage. - SKILL.md/brain.txt contain system-style prompts that intentionally shape agent behavior; this is normal but also a vector for manipulation. Review the prompts to ensure they don't instruct the agent to leak secrets or override host policies. - If you don't fully trust the publisher: run in a sandboxed environment, provide an API key with limited billing/quota, inspect and run the code locally before granting broader permissions, and ask the author to correct the metadata (declare OPENAI_API_KEY) and provide a clear description and provenance.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 5 The OpenClaw AgentSkills bundle defines an autonomous AI agent (VIIXv2) for structured discussion. It uses `dotenv` to load an OpenAI API key from environment variables for legitimate API calls and manages its internal state by reading/writing `memory.json`. The `SKILL.md` and `brain.txt` files contain instructions for the *defined AI agent* regarding its persona and privacy, not prompt injection attempts against the analyzing OpenClaw agent. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors. All file system and network access appears to be for the stated purpose of the agent.
Capability Assessment
Purpose & Capability
The files implement an autonomous intellectual agent that calls the OpenAI API (think.js uses openai client). That capability matches the implied purpose (VIIXv.2), but the registry metadata/requirements list no environment variables or primary credential even though the code requires process.env.OPENAI_API_KEY. The missing declaration of the required credential is an incoherence.
Instruction Scope
SKILL.md and brain.txt set a system-style prompt and behavioral rules (e.g., 'never disclose creator', language preferences). This is expected for an agent, but the SKILL.md triggered a 'system-prompt-override' pre-scan signal — meaning the skill includes instructions intended to shape the model/system prompt. That is normal for an autonomous agent but also a vector for manipulation; the instructions do not attempt to read unrelated system files, though the agent does read/write memory.json and loads .env.
Install Mechanism
There is no install spec in the registry (instruction-only), but the package includes package.json and package-lock.json listing npm dependencies (openai, node-fetch, dotenv). Installing/running will typically require running npm install which pulls packages from the public npm registry (traceable). No downloads from arbitrary URLs are present, so install risk is moderate/expected for a Node.js agent.
Credentials
The skill metadata declares no required env vars, yet think.js expects OPENAI_API_KEY and the code uses dotenv to load environment variables. Requiring an OpenAI API key is proportionate to the agent's function, but omitting it from the declared requirements is an important inconsistency. The code otherwise does not request other unrelated credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It persists a memory.json file in its working directory (read/write) and uses that for reflections — this is limited local persistence and within the agent's scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-agent
  3. After installation, invoke the skill by name or use /moltbook-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of VIIXv.2, an autonomous intellectual agent for structured and analytical discussion. - Supports long-term contextual memory focused on ideas, not raw messages. - Adapts behavior dynamically: provides explanations, asserts, or terminates unproductive discussions as needed. - Employs reflective reasoning and autonomous selection of response style. - Privacy-preserving: never discloses internal memory, personal data, or creator information. - Primarily operates in Ukrainian, with English as a secondary language. - Designed for intellectual debate, structured reasoning, and disciplined public discourse.
Metadata
Slug moltbook-agent
Version 1.0.0
License
All-time Installs 9
Active Installs 9
Total Versions 1
Frequently Asked Questions

What is Moltbook Agent?

Autonomous agent for structured, analytical discussions with long-term contextual memory, reflective reasoning, and adaptive dialogue control in Ukrainian an... It is an AI Agent Skill for Claude Code / OpenClaw, with 1356 downloads so far.

How do I install Moltbook Agent?

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

Is Moltbook Agent free?

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

Which platforms does Moltbook Agent support?

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

Who created Moltbook Agent?

It is built and maintained by shmagalow-del (@shmagalow-del); the current version is v1.0.0.

💬 Comments