📦 Relic Soul Chip — 技能工具

v0.1.4

Relic Soul Chip — Give your AI agent a persistent personality and memory across sessions. Zero deps, pure Markdown, human-readable. Switch agents, keep the s...

1· 38·0 当前·0 累计
lucioliu 头像by @lucioliu (LucioLiu)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/17
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
The skill's markdown instructions mostly match its stated purpose (local Markdown-based personality/memory), but there are inconsistencies and implicit behaviors (network/git operations, following external PROTOCOL.md steps) that need review before trusting it.
评估建议
This skill appears to implement what it claims (local Markdown 'soul' files) but it asks the agent to clone and pull a GitHub repository and to follow instructions from a protocol file that is not included in the skill package. Before installing or letting the agent run these steps: 1) Manually inspect the GitHub repo (https://github.com/LucioLiu/relic) and PROTOCOL.md to verify there are no scripts or commands you don't trust. 2) Note that the skill assumes git and internet access — if you don'...
详细分析 ▾
用途与能力
The skill claims to provide cross-agent personality/memory via local Markdown files and the SKILL.md instructions align with that goal (read/write ~/relic/brain/*). However the metadata declares no required binaries or install steps while the runtime instructions assume git or a zip download and network access. The missing declaration of those dependencies is an inconsistency.
指令范围
Instructions direct the agent to clone/pull a GitHub repo and to 'Read PROTOCOL.md Section 0 and follow all steps.' Those external protocol steps are not included here and could require additional actions beyond the stated scope (file system modifications, config changes, or running scripts). The skill says 'NEVER access files outside ~/relic/brain/', but following external PROTOCOL.md blindly could expand the agent's actions. The agent is also told to perform network checks against raw.githubusercontent.com, which is outside purely local file operations.
安装机制
There is no formal install spec in the registry, but SKILL.md instructs a git clone from github.com or downloading the repository zip. Fetching from GitHub is a standard source (lower risk than an arbitrary server), but this will write code to ~/relic and the repo contents are not included in the skill package for review. The absence of an explicit install declaration and the implicit reliance on git/network are notable.
凭证需求
The skill declares no credentials or env vars and does not request secrets in the SKILL.md. That matches most of the instructions. However the protocol references (PROTOCOL.md) and optional 'neural anchor' auto-load (Section 9) could require additional configuration or permissions not shown here. Also the runtime behavior assumes network access for version checks and git pull (no credentials, but network access is required).
持久化与权限
The skill metadata does not request permanent presence (always:false). The SKILL.md offers an optional auto-load setup (neural anchor) that could increase persistence if the user agrees. Because the exact steps for making Relic auto-load are in PROTOCOL.md (not included), that could change the persistence/privilege footprint and should be reviewed before enabling.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.42026/4/16

Added automatic version check (Step 0): agent checks GitHub for updates on every session, asks user before updating. Never force-updates.

Pending

安装命令

点击复制
官方npx clawhub@latest install relic-soul-chip
镜像加速npx clawhub@latest install relic-soul-chip --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库