← ClaudeAtlas

wise-initlisted

Set up wise's Python 3.11+ runtime and managed engine dependencies, check the engine, report provider and connector readiness, and cache the results. GitHub, provider logins, SSH, MCP connectors, and markitdown are optional until a selected action needs them. Preserve earlier skip decisions on repeat runs. Use when the user says "init wise", "set up wise", "install wise deps", "first-time setup", or types /wise-init.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-init Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. Set up the Python runtime, then report the optional capabilities the user selects. Select the conductor host explicitly from the current session: `claude`, `codex`, `cursor`, or `grok`. Set `WISE_HOST` to that host. Never infer it from installed provider CLIs. Resolve `WISE_PLUGIN_ROOT` from this loaded skill's location, two directories above its skill folder, rather than searching for a newer cache version. The registry lives at `$HOME/.local/share/wise/init/<host>.json`. Engine dependencies live in the configured plugin data root. No init state is written into the plugin cache. ## 1. Read existing decisions ```bash "${WISE_PYTHON:-python3}" "${WISE_PLUGIN_ROOT}/scripts/init-registry.py" --host "$WISE_HOST" read ``` The helper reads a legacy `.wise-init-registry.yaml` from this plugin root only when this host has no new registry. Its first write preserves the full legacy document and optional entries in the new location. Never edit or remove that cache file. Preserve `skipped: true`, missing tools, unauthenticated logins, connector failures, and history. In particular, retain earlier Drive, Figma, and Linear skips. Do not ask again about a skipped capability unless the user