Development ★ 18,759

google-workspace

Google Workspace CLI işlemleri: kurulum tanılaması, güvenlik denetimi, recipe keşfi ve çıktı analizi. Kullanım: /google-workspace <setup|audit|recipe|analyze> [options]

cd ~/.claude/skills
git clone https://github.com/alirezarezvani/claude-skills.git claude-skills

/google-workspace

gws CLI aracılığıyla Google Workspace CLI yönetimi. Setup tanılamalarını çalıştırın, güvenlik denetimlerini yapın, recipe'leri gezin ve yürütün, komut çıktısını analiz edin.

Kullanım

/google-workspace setup [--json]
/google-workspace audit [--services gmail,drive,calendar] [--json]
/google-workspace recipe list [--persona <role>] [--json]
/google-workspace recipe search <keyword> [--json]
/google-workspace recipe run <name> [--dry-run]
/google-workspace recipe describe <name>
/google-workspace analyze [--filter <field=value>] [--group-by <field>] [--stats <field>] [--format table|csv|json]

Örnekler

/google-workspace setup
/google-workspace audit --services gmail,drive --json
/google-workspace recipe list --persona pm
/google-workspace recipe search "email"
/google-workspace recipe run standup-report --dry-run
/google-workspace recipe describe morning-briefing
/google-workspace analyze --filter "mimeType=pdf" --select "name,size" --format table

Scriptler

  • engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_doctor.py — Pre-flight tanılaması
  • engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/auth_setup_guide.py — Auth setup rehberi
  • engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_recipe_runner.py — Recipe kataloğu & çalıştırıcı
  • engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/workspace_audit.py — Güvenlik denetimi
  • engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/output_analyzer.py — JSON/NDJSON analiz aracı

Alt Komutlar

setup

Pre-flight tanılaması ve auth doğrulamasını çalıştırın.

python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_doctor.py [--json]
python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/auth_setup_guide.py --validate [--json]

audit

Güvenlik ve konfigürasyon denetimini çalıştırın.

python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/workspace_audit.py [--services gmail,drive,calendar] [--json]

recipe

43 yerleşik gws recipe'sini gezin, arayın ve yürütün.

python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_recipe_runner.py --list [--persona <role>] [--json]
python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_recipe_runner.py --search <keyword> [--json]
python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_recipe_runner.py --describe <name>
python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/gws_recipe_runner.py --run <name> [--dry-run]

analyze

Herhangi bir gws komutundan gelen JSON çıktısını ayrıştırın, filtreleyin ve toplayın.

gws <command> --json | python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/output_analyzer.py [options]
python3 engineering-team/google-workspace-cli/skills/google-workspace-cli/scripts/output_analyzer.py --demo --format table

Skill Referansı

-> engineering-team/google-workspace-cli/skills/google-workspace-cli/SKILL.md

İlgili Komutlar

  • Doğrudan bağımlılık yok (bağımsız Google Workspace skill'i)

Benzer skill'ler

Daha fazla: Development →