← 返回 Skills 市场
362
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memo-teller
功能描述
引导老人回忆口述历史,结构化记录故事,并自动生成短视频或短剧脚本。
安全使用建议
This skill appears to do what it says: provide interview prompts, save story segments, and generate script drafts. Before installing or running it, consider: 1) Where will files be written? The code uses a relative folder './father_stories' — if the agent runs in a shared or backed-up environment those JSON files could be exposed. Change the data directory to a safe, access-controlled path or review permissions. 2) Data retention and consent: these recordings/stories may contain personal or sensitive information — ensure you have consent and a deletion policy. 3) Code review: the included Python is small and has no network calls, but you may want to inspect or run it in a sandbox first. 4) Fixes: the get_interview_hooks fallback references a missing '通用' key (functionality bug) — you may want to patch that. If you need encryption, automatic upload, or integrations with social media/self-media platforms, expect the skill to require additional deliberate changes and credentials; currently it does not perform any external transmission.
功能分析
Type: OpenClaw Skill
Name: memo-teller
Version: 1.0.0
The skill is designed to assist in recording oral histories, generating interview questions, and drafting short scripts. It creates a local directory (`./father_stories`) and saves user-provided story content into JSON files within that directory. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. All file operations are local and aligned with the skill's stated purpose.
能力评估
Purpose & Capability
The name/description (oral-history interviewing, structuring stories, generating short scripts) match the actual artifacts: helper questions, saving story segments to disk, and drafting scripts. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs the user to invoke the agent for interviews; it does not instruct the agent to read unrelated system files or environment variables or to send data to external endpoints. Note: the Python code saves records locally and exposes a small set of tool APIs (suggest_interview_questions, record_story_segment, transform_to_script). There is a minor code bug: get_interview_hooks falls back to hooks['通用'] but the hooks dict has no '通用' key, which can raise an error for unknown themes—this is a functionality issue, not a security one.
Install Mechanism
No install spec is provided (instruction-only plus a small code file). No external downloads, package installs, or archive extraction occur. This minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access environment secrets. This is proportionate to the skill's stated purpose.
Persistence & Privilege
The skill creates a local directory (default ./father_stories) and writes unencrypted JSON files named memory_YYYYMMDD_HHMMSS.json containing timestamps, content, tags, and status. It does not set 'always: true' and does not modify other skills. Consider privacy and file-permissions: these files may contain sensitive personal information and will persist on disk until removed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memo-teller - 安装完成后,直接呼叫该 Skill 的名称或使用
/memo-teller触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first trial
元数据
常见问题
回忆录制作 是什么?
引导老人回忆口述历史,结构化记录故事,并自动生成短视频或短剧脚本。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 362 次。
如何安装 回忆录制作?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memo-teller」即可一键安装,无需额外配置。
回忆录制作 是免费的吗?
是的,回忆录制作 完全免费(开源免费),可自由下载、安装和使用。
回忆录制作 支持哪些平台?
回忆录制作 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 回忆录制作?
由 shawcc(@shawcc)开发并维护,当前版本 v1.0.0。
推荐 Skills