Happier is an open-source, end-to-end encrypted client that lets people run AI coding-agent sessions on a computer and continue controlling them from a phone, browser, or desktop app. It is for developers who use agents such as Claude Code, Codex, Gemini, or OpenCode across multiple devices, with self-hosting available. The catalogue entries are add-ons for configuring or extending this client and its supported coding-agent workflows.
Borrowing it
Nothing to install: this file belongs to happier-dev/happier. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/happier-dev/happier/dev/.agents/skills/happier-github-ops/SKILL.mdgit clone --depth 1 https://github.com/happier-dev/happierWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/happier-dev/happier/happier-github-ops)<a href="https://agentmods.dev/skills/happier-dev/happier/happier-github-ops"><img src="https://agentmods.dev/badge/skills/happier-dev/happier/happier-github-ops.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.06236 |
| Opus 5 | $0.00032 | $0.03118 |
| Sonnet 5 | $0.00013 | $0.01247 |
| Haiku 4.5 | $0.00006 | $0.00624 |
Grade A, and why
happier-github-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 352 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Happier GitHub Ops (bot gh wrapper)
This repo provides yarn ghops as the canonical isolated transport for GitHub API/UI reads and mutations as the bot, plus an explicit bot-authenticated branch-push capability. Ordinary commits and pushes still use the current machine's configured Git identity, remote, and credentials; ghops git push is an authorization-gated exception, never the default. ghops forces authentication via the bot Personal Access Token. HAPPIER_GITHUB_BOT_TOKEN has highest priority. Without that override, macOS reads the validated token from Keychain service happier/ghops, account happier-bot; a managed Linux workspace receives that same credential from the short-lived execution-host broker through its active mac-host target while keeping repository work on the authoritative Linux checkout. The broker exposes only this fixed credential over a user-only Unix socket and never places the token in the guest environment or on disk.
Prerequisites
ghis installed on the host and reachable onPATH.- Either environment variable
HAPPIER_GITHUB_BOT_TOKENis set to the bot's fine-grained PAT, or the token was stored on macOS withyarn ghops auth store. - Repository issue mutations require the fine-grained PAT permission Issues: Read and write for the target repository. The bot account's repository role and GraphQL
viewerCanUpdatefields do not prove that the resolved token grants write operations. - Ordinary branch pushes require the current machine's normal Git credentials. An explicitly authorized bot push requires Contents: Read and write plus repository/fork permission to update the exact target branch; lack of machine access alone does not authorize that exception.
Contract / Safety
yarn ghops ...refuses to run if neither the environment override nor the macOS Keychain credential is available locally or through the active execution-host broker andmac-hosttarget.- Runs non-interactively (
GH_PROMPT_DISABLED=1). - Uses an isolated repo-local
GH_CONFIG_DIRby default. - Never falls back to personal
gh,GH_TOKEN, orGITHUB_TOKENcredentials. - Forces
GH_HOST=github.comso an inherited host override cannot redirect the bot token. auth storevalidates that the token belongs tohappier-botbefore persisting it.- Every ordinary invocation revalidates that the resolved token belongs to
happier-botbefore forwarding the requested command.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 352 lines · 63 tokens per session scan A 10d4561189c7
happier-github-ops is a skill published in the GitHub repository happier-dev/happier (1,624 stars, last pushed yesterday), licensed MIT. It adds 63 tokens to every session and 6,236 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
prs
Expertise in managing the Git and GitHub Pull Request lifecycle, including staging changes, generating PR descriptions, and branch management.
release
Use this skill for EVERY ClawRouter release. Enforces the full checklist — version sync, CHANGELOG, build, tests, npm publish, git tag, GitHub release. No step can be skipped.
conductor-revert
Reverts previous work (tracks, phases, or tasks) by identifying associated commits and performing Git reverts.
release
Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…
close-task-commit-push-pr
Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.
git-commit-push-pr
Commit all changes, push to remote, and open a pull request in one go. Use when the user says "commit push pr", "ship it", "open a pr", or invokes /git-commit-push-pr.