Liyou Setting Skill
v1.0.0支持查询、修改、新增璃幽世界观设定及小说内容,自动保存章节并同步人物及设定到界面显示。
⭐ 0· 177·0 current·0 all-time
by@jay0609
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the SKILL.md defines functions to query/add/update world settings and novel chapters and describes exactly those behaviors. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
Instructions keep scope to the worldbuilding/novel system and only reference four internal tool functions (updateSetting, addSettingSubItem, saveNovelChapter, updateNovelChapter). However, the rules mandate automatic actions: modify settings 'directly' without asking and automatically save chapters and add new characters when they are mentioned. Those behaviors are broad (silent writes) and may be surprising; SKILL.md also claims data will be saved to local files across restarts but does not specify paths or consent/confirmation flows.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill package itself.
Credentials
The skill requires no environment variables, credentials, or config paths. Nothing requests unrelated secrets or system credentials.
Persistence & Privilege
always:false and agent invocation/autonomy are default. The notable persistence claim is that edits are 'automatically saved to local files' and survive restarts — the skill does not declare or request explicit filesystem paths or permissions. The combination of autonomous action rules and persistent writes is a behavioral risk (unexpected persistent changes) rather than a mismatched technical requirement.
Assessment
This skill appears coherent for managing a fiction world and saving chapters, but pay attention to its automatic behaviors: it is instructed to create or update settings and novel chapters without asking the user and claims to save changes locally (persist across restarts). Before enabling: (1) confirm the platform-provided functions (updateSetting, addSettingSubItem, saveNovelChapter, updateNovelChapter) are present and trusted; (2) back up your current world/novel data so automatic writes can't overwrite important content; (3) verify where data will be stored and who can read it; (4) if you want manual confirmation before changes, either modify the skill or disable the automatic rules. Finally note the skill source/homepage is unknown — consider the lack of provenance when deciding to enable it.Like a lobster shell, security has layers — review code before you run it.
latestvk97cnprm8pmcwvzxqqnqkeq93d82t94m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
