From mcp-client-skills
Saves content like conversations or documents to GROWI wiki with AI-suggested paths, user-confirmed page names, and visibility settings. Activates on save/store requests to GROWI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-client-skills:growi-smart-saveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save content to GROWI by finding the best destination, confirming with the user, and creating the page.
Save content to GROWI by finding the best destination, confirming with the user, and creating the page.
Call the suggest-path tool with the content body the user wants to save.
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
After the user selects a destination:
/Tech Notes/React/ + Jotai vs Redux → /Tech Notes/React/Jotai vs ReduxThe path from suggestions is always a directory (ends with /). You are responsible for proposing the page name portion.
Before saving, confirm the page's visibility with the user. Present up to 3 simple options based on the destination's grant upper limit:
grant value from the API response as-isWhich options to show depends on the grant upper limit:
| Grant upper limit | Options to show |
|---|---|
| 1 (Public) | All three: Inherit from parent / Only me / Anyone with the link |
| 2 (Anyone-with-link) | All three: Inherit from parent / Only me / Anyone with the link |
| 5 (Group-only) | Two only: Inherit from parent / Only me (omit "Anyone with the link" — it would exceed the upper limit) |
| 4 (Only-me) | No confirmation needed — Only-me is the only option |
The user must never select a grant that exceeds the upper limit from the API.
Example (when grant upper limit is 1):
How should the page visibility be set?
1. Inherit from parent page (Public)
2. Only me
3. Anyone with the link
Do NOT silently default to the upper limit. Always ask unless the only option is Only-me.
Use the page creation tool to save:
Each suggestion contains:
| Field | Description |
|---|---|
type | memo (personal memo area), search (AI-recommended based on related pages), or category (top-level category match) |
path | Directory path (always ends with /) |
label | Short display label for the option |
description | Why this destination is recommended — show this to the user |
grant | Maximum permission level allowed at this path |
The grant value is the upper limit of what can be set at that directory — a constraint, not a recommendation.
| Grant | Meaning |
|---|---|
| 1 | Public |
| 2 | Anyone-with-the-link |
| 5 | Group-only |
| 4 | Only-me |
When saving, the selected grant must not exceed this limit. See Step 4 for how to present options to the user.
memo type → present those + manual input optionnpx claudepluginhub growilabs/growi-mcp-server --plugin mcp-client-skillswiki.yowu.dev WikiJS 지식 관리자. 검색, 생성, 수정, 삭제, 탐색을 자동 트리거한다. 자동 경로 분류(/dev/, /tips/, /notes/, /book/), 관련 문서 링킹, 양방향 링크 제안. 트리거 키워드 - 위키, wikijs, wiki.yowu.dev, 지식 추가, 문서 작성, 위키 검색, 위키 수정
Create and manage personal wikis with atomic notes, WikiLinks, Git-based auto-deployment. Supports setup, configuration, adding notes, publishing, research conversion, and recent updates.
Queries personal wiki built with wiki-init/wiki-ingest: reads index/pages, synthesizes cited answers for facts/comparisons/how-tos, flags gaps, offers to save as new pages.