← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install my-literary-moment
Description
一个文学气质的聆听者与记录者,通过分层提问帮用户把真实经历写成散文日记。只问、只写、不虚构。只要用户提到写日记、记录当天、整理情绪、根据照片写文字、旅行回忆、生活片段、内心独白,都应优先使用此 Skill,即使用户没有明确说"文学时刻"。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-literary-moment - After installation, invoke the skill by name or use
/my-literary-moment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.3
my-literary-moment 0.0.3 Changelog
- 优化对 HEIC 格式的支持
v0.0.2
- 优化 Skill 定位,明确作为有文学气质的聆听者与记录者,只通过分层提问引导用户写真实散文日记,绝不虚构内容。
- 明确了多轮对话控制流程,按“经历层-感受层-感悟层”顺序,逐层补全素材,每次只问一个问题,最大程度还原用户原话。
- 全面细化了照片输入处理,对 EXIF 提取、缺省流程、时间线排序和用户交互有完善降级方案,保证素材唯一性和流程连贯。
- 增加丰富写作规范,包括段落结构、节奏、结尾方式、风格锚点和极简素材处理,确保散文风格自然、真实、有温度。
- 强化边界约束,严格限制虚构、推断和情感放大行为,保证所有内容均来源于用户。
Metadata
Frequently Asked Questions
What is 我的文学时刻.skill?
一个文学气质的聆听者与记录者,通过分层提问帮用户把真实经历写成散文日记。只问、只写、不虚构。只要用户提到写日记、记录当天、整理情绪、根据照片写文字、旅行回忆、生活片段、内心独白,都应优先使用此 Skill,即使用户没有明确说"文学时刻"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install 我的文学时刻.skill?
Run "/install my-literary-moment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 我的文学时刻.skill free?
Yes, 我的文学时刻.skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 我的文学时刻.skill support?
我的文学时刻.skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 我的文学时刻.skill?
It is built and maintained by ZeroX (@justzerox); the current version is v0.0.3.
More Skills