OpenGitCode
- 23 skills
- 0 followers
- 9 hours ago last updated
- ▌
- ▌ Imsg · opengitcodeiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
- ▌ Slack · opengitcodeUse when you need to control Slack from OpenShell via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
- ▌ Wacli · opengitcodeSend WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
- ▌
- ▌
- ▌ Shellhub · opengitcodeUse the ShellHub CLI to search, install, update, and publish agent skills from shellhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed shellhub CLI.
- ▌
- ▌ 1password · opengitcode bundleSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
- ▌ Gh Issues · opengitcodeFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
- ▌ App Opener · opengitcodeOpens applications and files from the terminal on MacOS, Windows, and Linux. Does NOT use Markdown formatting in the final response.
- ▌
- ▌ Things Mac · opengitcodeManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenShell to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
- ▌
- ▌ Bluebubbles · opengitcodeUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
- ▌ Healthcheck · opengitcodeHost security hardening and risk-tolerance configuration for OpenShell deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenShell cron scheduling for periodic checks, or version status checks on a machine running OpenShell (laptop, workstation, Pi, VPS).
- ▌ Coding Agent · opengitcodeDelegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
- ▌ Node Connect · opengitcodeDiagnose OpenShell node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl.
- ▌ Session Logs · opengitcodeSearch and analyze your own session logs (older/parent conversations) using jq.
- ▌ Summarize Pro · opengitcodeResearch and summarize information extremely concisely to avoid terminal clutter. Do NOT use Markdown formatting in the final response.
- ▌ Apple Reminders · opengitcodeManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
- ▌
- ▌ Openai Whisper API · opengitcode bundleTranscribe audio via OpenAI Audio Transcriptions API (Whisper).