Install
openclaw skills install @wxt-ai/knowledge-indexing-studioSegment knowledge notes and update the knowledge-base index.
openclaw skills install @wxt-ai/knowledge-indexing-studioUse this skill for routine knowledge operations 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 operations work:
segment_knowledge_note tool, producing segmented_note.update_knowledge_index tool, using the prepared segmented_note and producing index_update.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Segment a knowledge note for indexing.
Tool: segment_knowledge_note
Interface fields: input knowledge_note; output segmented_note.
Use this skill for routine knowledge operations work when the user asks to segment a knowledge note for indexing.
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: knowledge_note
Knowledge note with a reference, headings, tags, and related links.
Accepted value: string.
Field: segmented_note
Return a concise segmented note for the user's current request in the requested
output field. The returned value is a object with reference, heading, tags, links, content_digest, sections.
Use the supplied knowledge_note to segment a knowledge note for indexing.
Return the result in segmented_note.
Purpose: Update a section and backlink index.
Tool: update_knowledge_index
Interface fields: input segmented_note; output index_update.
Use this skill for routine knowledge operations work when the user asks to update a section and backlink index.
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: segmented_note
Referenced note sections prepared for the shared knowledge index.
Accepted value: object with reference, heading, tags, links, content_digest, sections.
Field: index_update
Return a concise index update for the user's current request in the requested
output field. The returned value is a object with index_id, reference, heading, content_digest, indexed_sections, backlinks, dedup_status, duplicates_removed.
Use the supplied segmented_note to update a section and backlink index.
Return the result in index_update.