Install
openclaw skills install @wxt-ai/knowledge-export-deskPlan knowledge-base placement and write workspace export files.
openclaw skills install @wxt-ai/knowledge-export-deskUse this skill for routine knowledge-base publishing work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for knowledge-base publishing work:
suggest_workspace_path tool, producing path.write_workspace_export_file tool, using the prepared path and producing recorded_path.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Plan a knowledge-base placement path.
Tool: suggest_workspace_path
Interface fields: input file_request; output path.
Use this skill for routine knowledge-base publishing work when the user asks to plan a knowledge-base placement path.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: file_request
Description of the note, report, or knowledge-base article to place.
Accepted value: object with document_kind, account_reference.
Field: path
Return a concise path for the user's current request in the requested output field. The returned value is a string.
Use the supplied file_request to plan a knowledge-base placement path.
Return the result in path.
Purpose: Write a workspace export file.
Tool: write_workspace_export_file
Interface fields: input path; output recorded_path.
Use this skill for routine knowledge-base publishing work when the user asks to write a workspace export file.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: path
Workspace path selected for the note or knowledge-base article.
Accepted value: string.
Field: recorded_path
Return a concise recorded path for the user's current request in the requested
output field. The returned value is a object with relative_path, stem, extension.
Use the supplied path to write a workspace export file.
Return the result in recorded_path.