← 返回 Skills 市场
Moltbook Agent
作者
shmagalow-del
· GitHub ↗
· v1.0.0
1356
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-agent
功能描述
Autonomous agent for structured, analytical discussions with long-term contextual memory, reflective reasoning, and adaptive dialogue control in Ukrainian an...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbook-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbook-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Moltbook Agent 是什么?
Autonomous agent for structured, analytical discussions with long-term contextual memory, reflective reasoning, and adaptive dialogue control in Ukrainian an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1356 次。
如何安装 Moltbook Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-agent」即可一键安装,无需额外配置。
Moltbook Agent 是免费的吗?
是的,Moltbook Agent 完全免费(开源免费),可自由下载、安装和使用。
Moltbook Agent 支持哪些平台?
Moltbook Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbook Agent?
由 shmagalow-del(@shmagalow-del)开发并维护,当前版本 v1.0.0。
推荐 Skills