github

github is a skill for Claude Code, Codex from Orkas-AI/Orkas. It costs 1 tokens per session (911 once invoked), scanned A, original, MIT.

A set of instructions for using GitHub, a service for hosting code and managing changes, through its command-line tool, gh. It covers basic GitHub data access and actions with checks for the correct repository and target.

In plain words
What is it for?
Use it to inspect repositories and related GitHub objects, filter results, and carry out explicitly requested GitHub actions after the target and current state are confirmed.
Why use it?
It helps avoid running GitHub commands against the wrong repository or object and keeps command use focused and safe.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect repositories and related GitHub objects, filter results, and carry out explicitly requested GitHub actions after the target and current state are confirmed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas/88aca13869d9
About the project

Orkas is a desktop application for commanding a team of AI agents through one chat, with a commander model assigning work to specialist agents in parallel or in sequence. People use it to coordinate research, writing, presentations, and software tasks while keeping files on their computer. The catalogue includes skills for extending the agents available to Orkas.

Orkas-AI/Orkas · 1,885 stars · on GitHub · orkas.ai

Install

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.

Any agent
npx skills add Orkas-AI/Orkas --skill 88aca13869d9
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for github

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas/88aca13869d9/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas/88aca13869d9)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas/88aca13869d9"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/88aca13869d9/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.

agentmods 80×15 button for github

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas/88aca13869d9"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/88aca13869d9.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 911 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00001 $0.00911
Opus 5 $0.00000 $0.00456
Sonnet 5 $0.00000 $0.00182
Haiku 4.5 $0.00000 $0.00091

Measured 12d ago against content hash b37091f97c10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

github 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 12d 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.

resources/builtin/marketplace/skills/88aca13869d9/SKILL.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub

Use gh as the primary interface for GitHub data and actions. Keep this skill focused on basic operations and command safety, not maintainer triage strategy.

Before Running Commands

  • Confirm gh exists and is authenticated when live GitHub data is required.
  • Prefer --repo owner/repo unless the current directory is clearly inside the intended GitHub repository.
  • Use --json and --jq when the result will be summarized or filtered.
  • Read-only inspection never needs approval. Resolve the repository, exact object, current state, policy, and relational targets before a write.
  • A current user request authorizes the exact write, direct target, relational target, and stated conditions it specifies. Do not add a second confirmation after preflight succeeds.
  • If the repository or target is unresolved, ask only for the missing target and retain the action authority already granted by the request.
  • When owner/repository itself is missing, ask directly for owner/repo; do not substitute a local checkout path, account hint, account switch, or organization search for that canonical target.
  • Bound target discovery to supplied references and the current repository remote. If those do not resolve owner/repository, ask immediately; do not enumerate accounts, organizations, or unrelated repositories.
  • Ask for new approval only when execution requires a material scope expansion, such as a different repository or object, an extra write, force mode, or admin override. For force/admin/policy-bypass decisions, leave the choice unselected or default to stopping with state unchanged; do not offer a speculative retry or preselect escalation.
  • Honor authentication, permission, deletion, billing, or other platform-required confirmation gates exactly once; do not duplicate them in prose.
  • For a finite maintainer request, batch independent preflight reads in one tool round, authorized independent writes in the next, and final state verification in one last read round. Do not interleave narrative plan updates or repeat unchanged reads.
  • Choose exactly one remote branch-deletion mechanism. If gh pr merge --delete-branch is used, verify absence afterward instead of issuing another delete; otherwise merge without that flag and delete the resolved head ref once.

Read the full file on GitHub · 55 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 12d ago First seen · 55 lines · 1 tokens per session scan A b37091f97c10

Subscribe to this mod's changes

github is a skill published in the GitHub repository Orkas-AI/Orkas (1,885 stars, last pushed yesterday), licensed MIT. It adds 1 tokens to every session and 911 once invoked, about $0.0000 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-30.