Overview
- Skill Key
- brennerspear/gog-safety
- Author
- brennerspear
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brennerspear/gog-safety
- Latest Commit SHA
- aed037a575128c6f341d14acd87703561847d2ae
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gog-safety 技能。 若已安装,则直接安装 gog-safety 技能。
# gog Safety Profiles Build and deploy `gog` binaries with compile-time command removal. Commands that are disabled don't exist in the binary — no runtime bypass possible. ## Quick Start ### 1. Choose a safety level | Level | Use case | Can send email/chat? | |-------|----------|---------------------| | **L1** | Email triage, drafting, inbox organization | No | | **L2** | L1 + commenting, RSVP, collaborative work | No | | **L3** | Full write access, no dangerous admin ops | Yes | For full details: `references/levels.md` ### 2. Build ```bash # Build for current platform ./scripts/build-gog-safe.sh L1 # Cross-compile for Linux ARM64 (e.g., AWS Graviton) ./scripts/build-gog-safe.sh L1 --arch arm64 --os linux # Custom output ./scripts/build-gog-safe.sh L2 --output /tmp/gog-l2 ``` Requires: Go 1.22+, git. First run clones the PR #366 branch (~30s). ### 3. Deploy ```bash # Deploy to a remote host via SSH ./scripts/deploy-gog-safe.sh spock /tmp/gogcli-safety-build/bin/gog-l1-safe # Deploy with verification (tests blocked + allowed commands) ./scripts/deploy-gog-safe.sh spock /tmp/gogcli-safety-build/bin/gog-l1-safe --verify ``` The deploy script: - Backs up the existing `gog` as `gog-backup` - Installs the new binary - Verifies version output - Optionally tests that blocked commands are gone and allowed commands work ### 4. Rollback ```bash ssh <host> 'sudo mv /usr/local/bin/gog-backup /usr/local/bin/gog' ``` ## How It Works Uses gogcli's compile-time safety profiles feature (PR #366 on `steipete/gogcli`). A YAML file specifies which commands are enabled (`true`) or removed (`false`). The build system generates Go source files with only the enabled commands, then compiles. The resulting binary's version is tagged with `-safe`. ## YAML Profiles In `references/`: - `l1-draft.yaml` — Draft & Organize - `l2-collaborate.yaml` — Draft & Collaborate - `l3-standard.yaml` — Full Write (No Admin) Custom profiles: copy any YAML, edit the `true`/`false` flags, pas...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cerbug45
AI Wallet Payment System Skill Guide
cerbug45
AgentMesh SKILL.md
cerbug45
AI Agent Tools Python Utility Library for AI Agents