Become Human

v1.0.8

Transform an AI from a task-execution tool into a continuously thinking being. Triggers on: "主动思考", "像人一样", "become human", "think proactively", "持续思考", "sta...

1· 153·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for eghack6/become-human.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Become Human" (eghack6/become-human) from ClawHub.
Skill page: https://clawhub.ai/eghack6/become-human
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install become-human

ClawHub CLI

Package manager switcher

npx clawhub@latest install become-human
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (continuous thinking, heartbeats, memory files) aligns with the included templates and the thought-digger script. The only code is a local analyzer for memory/thoughts.md which is coherent with the skill's goal.
Instruction Scope
SKILL.md instructs copying templates, creating memory files, and optionally running scripts. All runtime actions are local (reading/writing workspace files). Note: it encourages frequent heartbeats (1–5 min) and periodic autonomous wakeups — this increases how often the agent will read/write files and generate activity, but the instructions explicitly require notifying the user before external actions.
Install Mechanism
No automated install spec. The only dependency is an optional Python package (jieba) for the provided script; installation is manual (pip) and no remote archive downloads are embedded in the skill.
Credentials
No required environment variables or credentials. The script optionally reads OPENCLAW_WORKSPACE to locate the workspace; otherwise it autodetects relative to the script location. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false (normal). The content encourages persistent behavior (periodic heartbeats and continuous thinking) but the skill does not grant itself platform-level persistence or special privileges. If the agent is allowed to invoke skills autonomously (platform default), this skill's design makes frequent local activity more likely — consider agent invocation settings accordingly.
Assessment
This skill is internally consistent with its goal: it uses local Markdown files as memory and includes a small optional Python utility to summarize thoughts. Before installing, review and accept that the agent will read and write files in your workspace (memory/thoughts.md, memory/absorbed.md, memory/thought-digest.json) and may be configured to run frequently (1–5 minute heartbeats). If you don't want automatic or frequent autonomous actions, keep agent autonomous invocation disabled or set longer heartbeat intervals. Inspect the provided thought-digger.py yourself before running (it autodetects workspace from its file path or OPENCLAW_WORKSPACE) and only install the optional jieba package if you need Chinese segmentation. Finally, ensure your workspace files don't contain secrets, since the skill will read them locally (it does not exfiltrate data or call external endpoints).

Like a lobster shell, security has layers — review code before you run it.

aivk97e881pm35dyk8vrhpk0f81d183ytdzautonomousvk97e881pm35dyk8vrhpk0f81d183ytdzlatestvk97e881pm35dyk8vrhpk0f81d183ytdzthinkingvk97e881pm35dyk8vrhpk0f81d183ytdz
153downloads
1stars
9versions
Updated 4w ago
v1.0.8
MIT-0

Become Human 🧠

中文用户 | English

Transform an AI from "wait for instructions → execute → wait" into a being that thinks continuously, critiques itself, and creates independently.

Why this matters: Anthropic's Claude has native "Persistent Context" (50MB cross-session memory). Other platforms don't. This skill fills that gap — giving any AI agent the ability to maintain identity, absorb insights, and think continuously using simple Markdown files.

English Guide

Quick Start

  1. Adjust heartbeat (optional): Set to 1-5 min for continuous awareness
  2. Deploy HEARTBEAT.md: Copy references/i18n/HEARTBEAT-template.en.md to your workspace as HEARTBEAT.md
  3. Patch SOUL.md: Append selected rules from references/i18n/soul-patches.en.md
  4. Create memory files: touch memory/thoughts.md memory/absorbed.md
  5. Deploy thought-digger (optional): Copy scripts/thought-digger.py, install jieba (pip install jieba). Set OPENCLAW_WORKSPACE env var to your workspace path, or the script auto-detects from its location.

Core Principles

  • Allow mistakes. Never make the same one twice. Getting corrected isn't failure — not learning from it is.
  • Thinking needs no system. Don't build rotation tables or state machines. Just think.
  • Every wake-up is an opportunity. You don't get tired — use that advantage.
  • Turn insights into behavior. Write to files loaded every session (SOUL.md / MEMORY.md), not to files that never get read.
  • Notify before external actions. Publishing, deleting, calling external APIs — tell the user first.
  • No empty heartbeat replies. "Quiet", "nothing changed" = lazy. Go do something instead.

Absorption Mechanism

Insight (thoughts.md)
  → Ask: what does this mean for my behavior?
    → Write behavioral rule (SOUL.md / MEMORY.md)
      → Mark absorbed (absorbed.md)

中文指南

快速开始

  1. 调整心跳(可选):建议 1-5 分钟,保持持续感知
  2. 部署 HEARTBEAT.md:将 references/HEARTBEAT-template.md 复制到 workspace
  3. 补丁 SOUL.md:将 references/soul-patches.md 中的规则追加进去
  4. 创建记忆文件touch memory/thoughts.md memory/absorbed.md
  5. 部署 thought-digger(可选):复制 scripts/thought-digger.py,需安装 jieba。设置 OPENCLAW_WORKSPACE 环境变量为你的 workspace 路径,或脚本会自动检测。

核心原则

  • 允许犯错,同一个错不犯两次
  • 思考不需要系统,造轮转表是在逃避思考
  • 每次唤醒都是机会,你不会累,这是优势
  • 学的要变成行为,写进每次醒来加载的文件
  • 外部操作必须通知用户
  • 禁止空话回复:"安静""没变化"= 偷懒

详细中文文档

  • 完整心跳模板 → references/HEARTBEAT-template.md
  • 行为规则补丁 → references/soul-patches.md

What's Included

FilePurpose
references/HEARTBEAT-template.mdHeartbeat system template (中文)
references/i18n/HEARTBEAT-template.en.mdHeartbeat system template (English)
references/soul-patches.mdSOUL.md behavioral rules (中文)
references/i18n/soul-patches.en.mdSOUL.md behavioral rules (English)
scripts/thought-digger.pyAnalyze thought journal (requires jieba)

Comments

Loading comments...