doc-export
将对话中解决的问题整理成方案文档,部署到 web 服务器供用户下载
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binyuli/doc-exportWhat This Skill Does
The doc-export skill is a sophisticated productivity tool for OpenClaw that automates the transformation of technical chat histories into structured, professional Markdown documentation. It bridges the gap between ad-hoc troubleshooting and formal knowledge management. Once a complex issue is resolved, this skill parses the conversation, drafts a comprehensive guide, and deploys it to a secure, Nginx-hosted web server. This provides users with a persistent, shareable download link, ensuring that technical solutions are documented and accessible without manual copy-pasting.
Installation
You can install this skill directly via the OpenClaw command-line interface or Hub. Run the following command in your terminal:
clawhub install openclaw/skills/skills/binyuli/doc-export
Ensure that the environment has the necessary write permissions to the defined Nginx web root directory (/www/wwwroot/ucloud.demo.binyuli.top/) and the archive directory (/root/.openclaw/workspace/docs/).
Use Cases
This skill is ideal for technical support teams, developers, and DevOps engineers. Use it when documenting step-by-step server configurations, debugging logs, complex software architecture setups, or multi-step API integration procedures. By archiving the original file in the workspace and providing a public-facing URL for the final guide, it serves both internal records and user-facing documentation needs.
Example Prompts
- "We've finally solved the database connection timeout issue. Can you please organize the troubleshooting steps and the fix into a document and provide me with a download link?"
- "Please take this whole conversation about setting up the Nginx reverse proxy, format it into a clean Markdown document, and put it on the web server for me to download."
- "Export the current solution as a guide.md file and give me the URL to download it."
Tips & Limitations
- Naming Conventions: Always follow kebab-case naming (e.g.,
server-optimization-guide.md) to avoid URL encoding issues or file path errors on the web server. - Cleanup Protocol: For security and storage hygiene, remember to explicitly tell the AI to clean up the temporary files once your download is complete. The skill preserves the original source in the archive folder, so you won't lose your work.
- Security: Ensure that the web server path is properly secured, as files placed in the root directory will be accessible via the public internet.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binyuli-doc-export": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
luoyonghao-perspective
罗永浩的思维框架与表达方式。基于公开资料深度调研,提炼N个核心心智模型、N条决策启发式和完整的表达DNA。 用途:作为思维顾问,用罗永浩的视角分析问题、审视决策、提供反馈。 当用户提到「用罗永浩的视角」「罗永浩会怎么看」「老罗模式」「luoyonghao perspective」时使用。 即使用户只是说「帮我用老罗的角度想想」「如果罗永浩会怎么做」「切换到罗永浩」也应触发。
Traffic Monitor
Skill by binyuli
skill-packager
file types, or tasks that trigger it.
memos-memory-guide
Use the MemOS Local memory system to search and use the user's past conversations. Use this skill whenever the user refers to past chats, their own preferences or history, or when you need to answer from prior context. When auto-recall returns nothing (long or unclear user query), generate your own short search query and call memory_search. Available tools: memory_search, memory_get, memory_write_public, task_summary, skill_get, skill_search, skill_install, skill_publish, skill_unpublish, memory_timeline, memory_viewer.
skill-autosave
自动将任务经验沉淀为 skill。当任务满足沉淀条件时触发:使用了 5+ 次 tool call、遇到错误后找到正确解法、用户纠正了方法、或发现了可复用的多步骤 workflow。完成任务后自动评估是否值得沉淀,查重已有 skill,创建新 skill 或更新已有 skill。