From yowu-wikijs-plugin
yowu-wikijs-plugin 환경 설정. WikiJS API 토큰 환경변수를 대화형으로 ~/.zshrc에 추가한다. 트리거 - '/yowu-wikijs:plugin-setup', 'wikijs plugin setup', 'WikiJS API 토큰 설정', 'WikiJS MCP 설정'
npx claudepluginhub uyu423/yowu-claude-marketplace --plugin yowu-wikijs-pluginThis skill uses the workspace's default tool permissions.
yowu-wikijs-plugin을 처음 사용할 때 필요한 WikiJS API 토큰 설정 스킬.
Interactive wizard configures credentials for homelab services like Plex, Radarr, Sonarr, Unraid, Tailscale in ~/.claude-homelab/.env. Use for initial setup or adding services.
Documents .claude/plugin-name.local.md pattern for per-project Claude Code plugin configuration using YAML frontmatter and markdown. Guides reading settings from bash hooks and commands.
Guides first-time Honcho setup: checks API key status, instructs environment variable setup (bash/powershell), validates connection, creates config for persistent memory in Claude Code.
Share bugs, ideas, or general feedback.
yowu-wikijs-plugin을 처음 사용할 때 필요한 WikiJS API 토큰 설정 스킬.
basename "$SHELL"
zsh → ~/.zshrcbash → ~/.bashrc아래 변수들의 설정 여부를 점검 (값은 출력하지 않음):
[ -n "${VAR_NAME:-}" ] && echo "SET" || echo "UNSET"
| 환경변수 | 용도 | 필수 여부 |
|---|---|---|
WIKI_API_TOKEN | WikiJS API 토큰 (JWT) | 필수 |
WIKI_BASE_URL | WikiJS 서버 URL | 선택 (기본: https://wiki.yowu.dev) |
점검 결과 출력:
환경변수 점검:
- WIKI_API_TOKEN: ✅ 설정됨 (또는 ❌ 미설정)
- WIKI_BASE_URL: ✅ 설정됨 (또는 ❌ 미설정, 기본값 사용)
모든 필수 변수가 설정됨 → Step 3으로 자동 진행.
미설정 변수가 있으면, 각 변수마다 AskUserQuestion으로 값을 입력받는다.
순서: 필수 변수 먼저, 선택 변수 나중. 질문 형식:
WIKI_API_TOKEN을 입력하세요. (WikiJS 관리자 > API Access에서 API Key 발급) (Enter = 건너뛰기):
입력받은 변수들을 RC 파일 끝에 마커 블록으로 추가:
# -- yowu-wikijs-plugin --)이 있으면 해당 블록 제거# -- yowu-wikijs-plugin --
export WIKI_API_TOKEN="입력값"
export WIKI_BASE_URL="https://wiki.yowu.dev"
# -- yowu-wikijs-plugin end --
⚠️ 토큰은 절대 Git에 커밋하지 마세요.
✅ yowu-wikijs-plugin 환경 설정 완료!
환경변수: WIKI_API_TOKEN 설정됨
⚠️ Claude Code를 재시작해야 환경변수가 MCP 서버에 적용됩니다.
Claude Code를 종료한 후, 터미널에서 다시 시작해주세요.