growi-smart-save
Save content to GROWI wiki with intelligent path suggestions. Use this skill when the user asks to save, store, or archive content to GROWI. Triggers on: "save to GROWI", "store this in the wiki", "save this page", or any request to persist content in GROWI. Also use when the user uploads a document and wants it stored in GROWI, or after a conversation session the user wants to capture as a wiki page. --- # Smart Save: GROWI Content Save Workflow Save content to GROWI by finding the best destination, confirming with the user, and creating the page. ## Workflow ### Step 1: Get destination candidates Call the **suggest-path** tool with the content body the user wants to save. - **Input**: The full content body (the text to be saved) - **Output**: An array of destination suggestions ### Step 2: Present options to the user Show all suggestions from the response. Always add a **"specify path manually"** option — this is your responsibility, not part of the API response. For each suggestion, show the `label` and `description` to help the user decide. Example presentation: ``` 1. Save as memo — Save to your personal memo area 2. Save near related pages — Related pages like "How to use React Hooks" exist nearby 3. Specify path manually ``` ### Step 3: Decide on a page name
Changelog: Source: GitHub https://github.com/growilabs/growi-mcp-server
No comments yet. Be the first one!