Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/sliamh11/Deusnpx agentmods add skills/sliamh11/deus/add-gcalWrote 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/sliamh11/deus/add-gcal)<a href="https://agentmods.dev/skills/sliamh11/deus/add-gcal"><img src="https://agentmods.dev/badge/skills/sliamh11/deus/add-gcal.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.00044 | $0.01566 |
| Opus 5 | $0.00022 | $0.00783 |
| Sonnet 5 | $0.00009 | $0.00313 |
| Haiku 4.5 | $0.00004 | $0.00157 |
Grade C, and why
add-gcal scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf integrations/gcal/ How it starts
The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Add Google Calendar
This skill adds Google Calendar tools to Deus container agents via the built-in @deus-ai/gcal-mcp package. Once set up, agents can list events, create meetings, check availability, and manage calendars from any channel.
Phase 1: Pre-flight
Check if already configured
ls integrations/gcal/credentials.json 2>/dev/null && echo "CREDS_EXIST" || echo "NO_CREDS"
ls integrations/gcal/tokens.json 2>/dev/null && echo "TOKENS_EXIST" || echo "NO_TOKENS"
ls packages/mcp-gcal/dist/index.js 2>/dev/null && echo "PACKAGE_BUILT" || echo "NOT_BUILT"
- If all three exist, skip to Phase 4: Verify.
- If tokens exist but are stale (older than 7 days), skip to Phase 3: Authorize.
- If credentials exist but no tokens, skip to Phase 3: Authorize.
- Otherwise, continue to Phase 2.
Phase 2: GCP Project Setup
Tell the user:
I need you to create Google Cloud OAuth credentials. This is a one-time setup:
- Open https://console.cloud.google.com - create a new project or select an existing one
- Go to APIs & Services > Library, search "Google Calendar API", click Enable
- Go to APIs & Services > Credentials, click + CREATE CREDENTIALS > OAuth client ID
- If prompted for a consent screen: choose External, fill in app name ("Deus") and your email, save
- Application type: Desktop app, name: "Deus"
- Click DOWNLOAD JSON and tell me where you saved it (or paste the contents)
Once the user provides the file path or JSON content:
mkdir -p integrations/gcal
If user gave a path:
cp "<user-provided-path>" integrations/gcal/credentials.json
If user pasted JSON, write it to integrations/gcal/credentials.json.
Verify the file is gitignored:
git check-ignore integrations/gcal/credentials.json || echo "WARNING: credentials.json is NOT gitignored"
Phase 3: Authorize
Build the gcal package (if not already built)
cd packages/mcp-gcal && npm install && npm run build && cd ../..
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 · 213 lines · 44 tokens per session scan C fbe415cdff16
add-gcal is a skill published in the GitHub repository sliamh11/Deus (51 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 1,566 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
GTD for Datacore
Getting Things Done — task capture, inbox processing, and org-mode management.
WhatsApp for Datacore
WhatsApp integration — WAHA gateway, message import, and CRM sync.
drive-to-done
Drive a task all the way to a verified done state — write DoD first, verify each item with evidence, stop only at named stop conditions.
quo
Quo (formerly OpenPhone) business phone system — check calls, texts, voicemails, missed calls, send SMS/texts, manage contacts, read call transcripts and summaries, get recordings. Use for anything related to the work phone or business line.
tgcli
Read, search, and send Telegram messages via your personal account using the tgcli CLI. Use when the user asks to check their Telegram messages, search Telegram history, send Telegram messages to other people, or monitor Telegram conversations. Do NOT use for normal user chats routed through OpenClaw's Telegram…
fathom
Query Fathom AI meeting recordings — transcripts, summaries, action items, and searchable meeting history.