Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add FerhatDundar/ghcli-mcp-connector --skill ghcli-mcpgit clone --depth 1 https://github.com/FerhatDundar/ghcli-mcp-connectorWrote 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/ferhatdundar/ghcli-mcp-connector/ghcli-mcp)<a href="https://agentmods.dev/skills/ferhatdundar/ghcli-mcp-connector/ghcli-mcp"><img src="https://agentmods.dev/badge/skills/ferhatdundar/ghcli-mcp-connector/ghcli-mcp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ferhatdundar/ghcli-mcp-connector/ghcli-mcp"><img src="https://agentmods.dev/badge/skills/ferhatdundar/ghcli-mcp-connector/ghcli-mcp.svg" alt="Reviewed on agentmods" width="80" 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.00137 | $0.01094 |
| Opus 5 | $0.00068 | $0.00547 |
| Sonnet 5 | $0.00027 | $0.00219 |
| Haiku 4.5 | $0.00014 | $0.00109 |
Grade A, and why
ghcli-mcp 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 8d 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 — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ghcli-mcp
Use the ghcli_exec, ghcli_help, and ghcli_whoami tools for any
GitHub operation. They shell out to the real gh CLI on the host, so
every gh command is available — not a hand-picked subset.
Tools
ghcli_whoami— show the authenticated GitHub identity. Call this first if it's unclear whether auth is even working, or the user asks "who am I logged in as".ghcli_help— showgh <command> --helptext. Call this beforeghcli_execwhenever unsure of exact flag names or syntax — it's always safe, never gated.ghcli_exec— run anygh <command> <subcommand> ...command. Pass the arguments as an array, without the leading"gh", e.g.args: ["pr", "list", "--repo", "owner/repo"].
Always pass -R/--repo explicitly
This connector's process has no working-directory git repo, so it can't
infer which repo a command targets the way an interactive gh session
would. Every repo-scoped command needs an explicit -R owner/repo or
--repo owner/repo. If a user names a repo in conversation, use it; if
they don't and the command needs one, ask which repo rather than
guessing.
Safety model — read-only by default
Commands that change state on GitHub (create, delete, edit,
close, merge, comment, reopen, archive, and gh api calls with
--method other than GET) are blocked unless the connector's server
has GHCLI_MCP_ALLOW_WRITE=true configured and the tool call passes
confirm=true.
- If a write is attempted while the server is in read-only mode,
ghcli_execreturns a clear error saying so — relay that to the user rather than retrying with different arguments; the fix is a config change on their end (see the connector's SETUP.md), not a different command. - If the server does have writes enabled, still confirm with the user in
plain language before calling
ghcli_execwithconfirm=trueon anything destructive or hard to undo (closing/merging a PR, deleting something, editing a title/body) — the tool'sconfirmflag is a mechanical gate, not a substitute for actually checking with the person you're acting on behalf of. - Local-only side effects —
repo clone,pr checkout,release download— are never gated, since they don't touch anything on GitHub. No need to ask before those.
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.
- 8d ago First seen · 108 lines · 137 tokens per session scan A 892a52aac173
ghcli-mcp is a skill published in the GitHub repository FerhatDundar/ghcli-mcp-connector (0 stars, last pushed 2d ago), licensed MIT. It adds 137 tokens to every session and 1,094 once invoked, about $0.0007 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-08-31.
Other skills, from other repositories
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
shiplog
Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.
llxprt-issue-workflow
Use this skill when asked to address, fix, or work on a GitHub issue in the llxprt-code repository. Covers the complete issue lifecycle - branch setup, gh CLI usage, test-first planning, subagent delegation and review loops, the full verification cycle (including the stepfun-37 smoke test), open code review (ocr), PR…
cyrus-setup-repository
Add one or more Git repositories to Cyrus configuration so it can process issues from those repos.
github-sync
Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships.
github-sync-helper
General GitHub basic operations + automation for GitHub platform objects (Issues/Labels/Milestones/Releases/Actions) in the Minis environment. This skill must be triggered when the user mentions any basic Git/GitHub operation or workflow, including "how to use GitHub," clone, init, remote, branch, commit, push, pull…