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 HybridAIOne/hybridclaw --skill goggit clone --depth 1 https://github.com/HybridAIOne/hybridclawWrote 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/hybridaione/hybridclaw/gog)<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/gog"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/gog/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/hybridaione/hybridclaw/gog"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/gog.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.00027 | $0.01648 |
| Opus 5 | $0.00014 | $0.00824 |
| Sonnet 5 | $0.00005 | $0.00330 |
| Haiku 4.5 | $0.00003 | $0.00165 |
Grade A, and why
gog 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 11d 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.
This is a copy
81% identical to gog — 73 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
gog
Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup.
Setup (once)
hybridclaw skill install gog gog
hybridclaw auth login google --client-id <id> --client-secret <secret> --account [email protected]
hybridclaw auth status google
HybridClaw stores the Google OAuth client secret and refresh token in encrypted runtime secrets, mints a short-lived access token on the host, and injects only GOG_ACCESS_TOKEN, GOOGLE_WORKSPACE_CLI_TOKEN, and GOG_ACCOUNT into the agent runtime for Google Workspace CLIs.
Common commands
gog supports the commands: calendar, chat, contacts, docs, drive, forms, gmail, groups, people,
slides, tasks, sheets
-
Help about a gog command:
gog <command> --help -
Gmail search:
gog gmail search 'newer_than:7d' --max 10 -
Gmail messages search (per email, ignores threading):
gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account [email protected] -
Gmail send (plain):
gog gmail send --to [email protected] --subject "Hi" --body "Hello" -
Gmail send (multi-line):
gog gmail send --to [email protected] --subject "Hi" --body-file ./message.txt -
Gmail send (stdin):
gog gmail send --to [email protected] --subject "Hi" --body-file - -
Gmail send (HTML):
gog gmail send --to [email protected] --subject "Hi" --body-html "<p>Hello</p>" -
Gmail draft:
gog gmail drafts create --to [email protected] --subject "Hi" --body-file ./message.txt -
Gmail send draft:
gog gmail drafts send <draftId> -
Gmail reply:
gog gmail send --to [email protected] --subject "Re: Hi" --body "Reply" --reply-to-message-id <msgId> -
Calendar search events:
gog calendar search <calendarId> "Meeting" --from <iso> --to <iso> --max 10 -
Calendar list events:
gog calendar events <calendarId> --from <iso> --to <iso> -
Calendar create event:
gog calendar create <calendarId> --summary "Title" --from <iso> --to <iso> -
Calendar create with attendees:
gog calendar create <calendarId> --summary "Title" --from <iso> --to <iso> --attendees [email protected],[email protected] --send-updates all -
Calendar create with color:
gog calendar create <calendarId> --summary "Title" --from <iso> --to <iso> --event-color 7 -
Calendar update event:
gog calendar update <calendarId> <eventId> --summary "New Title" --event-color 4 -
Calendar show colors:
gog calendar colors -
Drive search:
gog drive search "query" --max 10 -
Contacts:
gog contacts list --max 20 -
Sheets get:
gog sheets get <sheetId> "Tab!A1:D10" --json -
Sheets update:
gog sheets update <sheetId> "Tab!A1:B2" --values-json '[["A","B"],["1","2"]]' --input USER_ENTERED -
Sheets append:
gog sheets append <sheetId> "Tab!A:C" --values-json '[["x","y","z"]]' --insert INSERT_ROWS -
Sheets clear:
gog sheets clear <sheetId> "Tab!A2:Z" -
Sheets metadata:
gog sheets metadata <sheetId> --json -
Docs export:
gog docs export <docId> --format txt --out /tmp/doc.txt -
Docs cat:
gog docs cat <docId>
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.
- 11d ago First seen · 132 lines · 27 tokens per session scan A 1fc21a2be4ea
gog is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 1,648 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to gog, differing in 73 lines, and is treated as a copy.
Other skills, from other repositories
m3-notify
Poll the inbox for new notifications addressed to you.
potpie-source-ingestion
Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…
dingtalk-message
A tool for sending DingTalk messages through either a group Webhook robot or an internal enterprise robot. DingTalk is a workplace messaging platform.
ima-skill
A unified IMA skill for managing personal notes and knowledge bases through the platform's APIs.
notes
A note-management skill for searching, reading, creating, and adding content to personal notes in IMA, a note and knowledge platform.
backfill-enumerate-drain
How to backfill a newly-added repo or team — the enumerate-then-drain loop, the single-event contract, and resume-safe todo discipline. Load this when handling a .added seed event with the planner on.