用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill chats-share命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | chats-share |
| description | Use when user wants to share OpenClaw channel conversations externally |
| metadata | {"openclaw":{"emoji":"💬","homepage":"https://github.com/imyelo/openclaw-chats-share"}} |
Share OpenClaw conversations as public web pages.
Project dir: Where create-openclaw-chats-share was run
~/.openclaw/workspace/TOOLS.mdsite: Read site URL from {projectDir}/chats-share.toml
outputDir: {projectDir}/chats/ (convention, not config)
chats-share project dir is configured in TOOLS.md
~/.openclaw/workspace/TOOLS.mdsite URL from {projectDir}/chats-share.toml (use as base for output URL)ls -t ~/.openclaw/agents/main/sessions/*.jsonlsessionId=xxx → grep exact IDtopic=xxx → grep topic keyword in contentcurrent → use most recent (first line after ls -t)openclaw-chats-share parse {session} -o {projectDir}/chats/.tmp/{timestamp}.mdparticipants frontmatter from the temp file.
Show the current entries and ask the user if they want to customize the display names
(e.g. rename user to their real name, or assistant to the agent's display name).
Update the frontmatter in-place if the user provides new names — keep all other fields (role, model) unchanged.mv {temp} {projectDir}/chats/{YYYYMMDD}-{topic}.mdgit add {projectDir}/chats/{topic}.md && git commit -m "docs: add {topic}"git pushRun once to initialize project:
create-openclaw-chats-share
This sets up the project structure.
After setup, register project in TOOLS.md:
# Append to ~/.openclaw/workspace/TOOLS.md
echo -e "\n## chats-share\n\n- Project: {projectDir}\n" >> ~/.openclaw/workspace/TOOLS.md
When sharing publicly, review and redact:
/Users/xxx → ~){projectDir}/chats/{YYYYMMDD}-{topic}.md{site}/share/{slug}Run local dev server:
openclaw-chats-share-web dev