Stats
Actions
Tags
From Mamoraku Secret
Log out of Mamoraku Secret by removing local auth credentials.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mamoraku-secret:logoutThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ローカルに保存されている認証情報を削除してログアウトします。
ローカルに保存されている認証情報を削除してログアウトします。
python3 - <<'EOF'
from pathlib import Path
app_dir = Path.home() / ".mamoraku-secret"
removed = []
for name in ("config.json", "pending_login.json"):
f = app_dir / name
if f.exists():
f.unlink()
removed.append(name)
if removed:
print("削除しました: " + ", ".join(removed))
else:
print("削除対象のファイルが見つかりませんでした(すでにログアウト済みか未ログイン)。")
EOF
コマンドが成功したら「ログアウトしました。」と報告してください。
npx claudepluginhub monobrain-development/mamoraku-secret-qa --plugin mamoraku-secretProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.