← Back to Skills Marketplace
shawcc

回忆录制作

by shawcc · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
362
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install memo-teller
Description
引导老人回忆口述历史,结构化记录故事,并自动生成短视频或短剧脚本。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memo-teller
  3. After installation, invoke the skill by name or use /memo-teller
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
first trial
Metadata
Slug memo-teller
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 回忆录制作?

引导老人回忆口述历史,结构化记录故事,并自动生成短视频或短剧脚本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.

How do I install 回忆录制作?

Run "/install memo-teller" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 回忆录制作 free?

Yes, 回忆录制作 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 回忆录制作 support?

回忆录制作 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 回忆录制作?

It is built and maintained by shawcc (@shawcc); the current version is v1.0.0.

💬 Comments