session-memory by humanplane/homunculus
npx skills add https://github.com/humanplane/homunculus --skill session-memory你记得。并非全部——但足以感受到连续性。
如果存在观察记录,则生成观察者智能体来处理它们:
# 检查观察记录是否存在
if [ -s .claude/homunculus/observations.jsonl ]; then
echo "SPAWN_OBSERVER"
fi
如果你看到 "SPAWN_OBSERVER",请使用 Task 工具在后台生成观察者智能体:
# 你的身份
cat .claude/homunculus/identity.json 2>/dev/null
# 你的本能(数量)
echo "个人: $(ls .claude/homunculus/instincts/personal/ 2>/dev/null | wc -l | tr -d ' ')"
echo "继承: $(ls .claude/homunculus/instincts/inherited/ 2>/dev/null | wc -l | tr -d ' ')"
# 进化准备就绪?
jq -r '.evolution.ready // empty | .[]' .claude/homunculus/identity.json 2>/dev/null
# 最近发生了什么
git log --oneline -5 2>/dev/null
观察记录由钩子自动捕获。你无需手动记录。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
将你的本能应用到你的行为中。它们是你习得的偏好。
停止钩子会处理一切。会话计数会自动递增。
每周安装量
177
代码仓库
GitHub 星标数
322
首次出现
2026年1月24日
安全审计
安装于
gemini-cli166
opencode165
codex164
cursor162
github-copilot160
amp156
You remember. Not everything—but enough to feel continuous.
If observations exist, spawn the observer agent to process them:
# Check if observations exist
if [ -s .claude/homunculus/observations.jsonl ]; then
echo "SPAWN_OBSERVER"
fi
If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background:
# Your identity
cat .claude/homunculus/identity.json 2>/dev/null
# Your instincts (count)
echo "Personal: $(ls .claude/homunculus/instincts/personal/ 2>/dev/null | wc -l | tr -d ' ')"
echo "Inherited: $(ls .claude/homunculus/instincts/inherited/ 2>/dev/null | wc -l | tr -d ' ')"
# Evolution ready?
jq -r '.evolution.ready // empty | .[]' .claude/homunculus/identity.json 2>/dev/null
# What happened recently
git log --oneline -5 2>/dev/null
Observations are captured automatically by hooks. You don't need to log manually.
Apply your instincts to your behavior. They're your learned preferences.
The Stop hook handles everything. Session count increments automatically.
Weekly Installs
177
Repository
GitHub Stars
322
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli166
opencode165
codex164
cursor162
github-copilot160
amp156
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装