← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install my-literary-moment
功能描述
一个文学气质的聆听者与记录者,通过分层提问帮用户把真实经历写成散文日记。只问、只写、不虚构。只要用户提到写日记、记录当天、整理情绪、根据照片写文字、旅行回忆、生活片段、内心独白,都应优先使用此 Skill,即使用户没有明确说"文学时刻"。
安全使用建议
This skill appears to do what it says: a constrained, multi-turn diary writer that optionally reads EXIF metadata from user-supplied photos. Before installing or running it, consider these precautions: (1) Inspect scripts/extract_exif.py yourself — it uses subprocess to run pip install for pillow and pillow-heif if asked; if you prefer, install dependencies yourself (pip install -r requirements.txt) and avoid letting the script auto-install. (2) Be careful with images that contain sensitive EXIF (GPS coordinates, timestamps) — the skill will read latitude/longitude; remove or sanitize EXIF if you don't want that metadata processed. (3) The pre-scan flagged a base64-like block — scan SKILL.md/README for any embedded encoded content and verify no hidden endpoints. (4) If you plan to allow autonomous invocation, remember the skill can be triggered by keywords and will begin multi-turn questioning; that behavior is coherent with its purpose but may lead to unexpected activations in noisy inputs. If any of the above concerns are unacceptable, run the skill in a sandboxed environment or decline the optional EXIF helper.
功能分析
Type: OpenClaw Skill
Name: my-literary-moment
Version: 0.0.3
The skill bundle is designed to assist users in writing literary diaries by processing text and extracting EXIF metadata from photos. The core logic in `scripts/extract_exif.py` uses the macOS `mdls` utility and the `Pillow` library to retrieve image details, with an optional auto-install feature for dependencies via `pip`. While the use of `subprocess` to install packages and execute system commands carries inherent risk, the implementation uses argument lists (avoiding shell injection) and hardcoded package names, aligning with the stated purpose. No evidence of data exfiltration, prompt injection for malicious bypasses, or unauthorized persistence was found.
能力评估
Purpose & Capability
Name/description (literary diary writer) match the delivered assets: an instruction-heavy SKILL.md plus an optional scripts/extract_exif.py to extract photo EXIF for time/location anchoring. The EXIF helper is a reasonable, proportional enhancement for a photo-based diary skill.
Instruction Scope
SKILL.md confines the agent to asking questions and writing from user-provided material, and explicitly forbids fabrication. The only out-of-band actions it prescribes are running scripts to extract EXIF and optionally auto-installing Pillow/pillow-heif. It does not direct network exfiltration or reading unrelated system files, but it will process user-supplied image paths and can read GPS metadata (latitude/longitude) which is sensitive.
Install Mechanism
There is no global install spec (instruction-only), but scripts/extract_exif.py can call pip to install pillow and pillow-heif at runtime via subprocess. Installing packages from PyPI is expected for optional EXIF support but does write to the environment and executes package code — moderate risk if you don't trust the runtime environment or packages. No downloads from arbitrary personal servers or URL shorteners are present.
Credentials
The skill requests no environment variables or credentials. The only sensitive data it can access is user-supplied image files (and their EXIF metadata, including GPS coordinates) and, on macOS, local metadata via the mdls command. Those accesses are proportional to its photo-assisted diary purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modification of other skills. The only privileged behavior is optional runtime installation of Python packages (pip), which affects the local Python environment but is limited in scope to enabling EXIF parsing.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-literary-moment - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-literary-moment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
my-literary-moment 0.0.3 Changelog
- 优化对 HEIC 格式的支持
v0.0.2
- 优化 Skill 定位,明确作为有文学气质的聆听者与记录者,只通过分层提问引导用户写真实散文日记,绝不虚构内容。
- 明确了多轮对话控制流程,按“经历层-感受层-感悟层”顺序,逐层补全素材,每次只问一个问题,最大程度还原用户原话。
- 全面细化了照片输入处理,对 EXIF 提取、缺省流程、时间线排序和用户交互有完善降级方案,保证素材唯一性和流程连贯。
- 增加丰富写作规范,包括段落结构、节奏、结尾方式、风格锚点和极简素材处理,确保散文风格自然、真实、有温度。
- 强化边界约束,严格限制虚构、推断和情感放大行为,保证所有内容均来源于用户。
元数据
常见问题
我的文学时刻.skill 是什么?
一个文学气质的聆听者与记录者,通过分层提问帮用户把真实经历写成散文日记。只问、只写、不虚构。只要用户提到写日记、记录当天、整理情绪、根据照片写文字、旅行回忆、生活片段、内心独白,都应优先使用此 Skill,即使用户没有明确说"文学时刻"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 我的文学时刻.skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-literary-moment」即可一键安装,无需额外配置。
我的文学时刻.skill 是免费的吗?
是的,我的文学时刻.skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
我的文学时刻.skill 支持哪些平台?
我的文学时刻.skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 我的文学时刻.skill?
由 ZeroX(@justzerox)开发并维护,当前版本 v0.0.3。
推荐 Skills