# Anthropic Claude Code Admin

> Claude Code (code.claude.com) の権限・セキュリティ・企業管理リファレンス。 permissions (allow / ask / deny), permission modes, auto mode, sandboxing (sandboxed Bash), sandbox environments, zero data retention, data usage, admin setup, server-managed settings, corporate launcher, network config, authentication (SSO), analytics, monitoring (OpenTelemetry), costs, large codebases。

- Skill: `fandhe-ai-agent-reference-skil/anthropic-claude-code-admin` (Agent Skill, multi-file: 26 files)
- Install (CLI): `npx skillmds@latest add fandhe-ai-agent-reference-skil/anthropic-claude-code-admin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fandhe-ai-agent-reference-skil/anthropic-claude-code-admin/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: fandhe-ai (https://skillmd.com/u/fandhe-ai-agent-reference-skil)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/fandhe-ai-agent-reference-skil/anthropic-claude-code-admin

---


# anthropic-claude-code-admin

Claude Code (code.claude.com) の権限管理・セキュリティ・企業導入設定のリファレンス。
permission modes / sandboxing / zero data retention などの権限・セキュリティ、
admin setup / authentication / network config / corporate launcher などの企業導入設定、
analytics / monitoring / costs / large codebases の利用状況管理をカバーする。

CLI 本体の `settings.json` は `anthropic-claude-code`、Agent SDK の permissions は `anthropic-agent-sdk`、
組織 API（Admin / Usage / Compliance）は `anthropic-admin-platform` を参照（本スキルは Claude Code CLI の
権限モード・サンドボックス・企業展開設定のみを担当）。

## ディレクトリ構成

```text
skills/anthropic-claude-code-admin/
  SKILL.md
  references/
    permissions-security/
      README.md
      permissions.md
      permission-modes.md
      security.md
      security-guidance.md
      claude-security.md
      sandbox-environments.md
      sandboxing.md
      zero-data-retention.md
      data-usage.md
      legal-and-compliance.md
    enterprise-setup/
      README.md
      admin-setup.md
      authentication.md
      network-config.md
      server-managed-settings.md
      corporate-launcher.md
      managed-mcp.md
      third-party-integrations.md
      platforms.md
    usage-analytics/
      README.md
      analytics.md
      monitoring-usage.md
      costs.md
      large-codebases.md
```

## 探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

1. 下記マッピング表でタスクに対応するカテゴリを探す
2. そのカテゴリの `references/{category}/README.md` を参照して目的のページを特定する
3. 該当ページの `.md` を Read して詳細を確認する

## タスク → カテゴリ マッピング

| タスク | カテゴリ | 参照 README |
|--------|---------|------------|
| 権限ルール（allow / ask / deny）・permission modes・auto mode・サンドボックス環境選択・sandboxed Bash・zero data retention・データ使用ポリシー・脆弱性スキャン（Claude Security）・法的コンプライアンスを知りたい | permissions-security | [references/permissions-security/README.md](references/permissions-security/README.md) |
| 組織向け導入設定・authentication（SSO / OAuth / API キー）・企業ネットワーク設定（プロキシ / CA / mTLS）・server-managed settings・corporate launcher 経由での運用・組織単位の MCP サーバーアクセス制御（managed MCP）・プラットフォーム別統合を知りたい | enterprise-setup | [references/enterprise-setup/README.md](references/enterprise-setup/README.md) |
| チーム利用状況の analytics・OpenTelemetry monitoring・コスト管理・モノレポ/大規模コードベースでの運用設定を知りたい | usage-analytics | [references/usage-analytics/README.md](references/usage-analytics/README.md) |

