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 aksika/abtars --skill gdrive-backupgit clone --depth 1 https://github.com/aksika/abtarsWrote 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/aksika/abtars/gdrive-backup)<a href="https://agentmods.dev/skills/aksika/abtars/gdrive-backup"><img src="https://agentmods.dev/badge/skills/aksika/abtars/gdrive-backup/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/aksika/abtars/gdrive-backup"><img src="https://agentmods.dev/badge/skills/aksika/abtars/gdrive-backup.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.00015 | $0.00292 |
| Opus 5 | $0.00008 | $0.00146 |
| Sonnet 5 | $0.00003 | $0.00058 |
| Haiku 4.5 | $0.00002 | $0.00029 |
Grade A, and why
gdrive-backup 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 9d 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.
What it actually says
Google Drive Backup
Weekly backup of ~/.backup-abtars/ zip + encrypted memory.db to Google Drive.
Folder
- Drive folder:
abtars-backup(ID:1bz7Ao1LpYILs9BcazVtayw-14g2CvCkM)
Steps
- Find the latest zip:
ls -t ~/.backup-abtars/abtars-*.zip | head -1 - Upload zip:
gws-cli drive upload <path> --folder 1bz7Ao1LpYILs9BcazVtayw-14g2CvCkM - Upload encrypted DB:
gws-cli drive upload ~/.abtars/backup/memory.db.enc --folder 1bz7Ao1LpYILs9BcazVtayw-14g2CvCkM - List files in folder:
gws-cli drive list --folder 1bz7Ao1LpYILs9BcazVtayw-14g2CvCkM - Keep max 3 backups (3 zips + 3 .enc = 6 files). Delete oldest if more:
gws-cli drive delete <file-id>
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.
- 9d ago First seen · 22 lines · 15 tokens per session scan A 61ed8c5eb65d
gdrive-backup is a skill published in the GitHub repository aksika/abtars (9 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 292 once invoked, about $0.0001 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
context-preservation
State capture and restore across context window compactions. Monitors usage thresholds and serializes quality, task, and spec state for seamless continuation.
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…
baidu-drive
A Chinese-language command-line workflow for managing files in Baidu Drive, a cloud storage service. It supports file transfers and organization, plus backup and recovery of certain agent memory data.
context-optimizer
Analyze skill content for optimal placement (Skill vs Passive Context vs Hybrid), compress markdown to pipe-delimited format (60-80% token reduction), and validate compliance against the decision framework. Passive context wins for what the model cannot know (post-cutoff APIs, repo gotchas); pre-trained knowledge…
project-context
Marks project context as unconfigured until domain constraints, repository quality standards, phase, conventions, and external-resource access are recorded. Use when project-specific context has not yet been configured.
memory-enhancement
Manage memory citations, verify code references, and track confidence scores. Use when adding citations to memories, checking memory health, or verifying code references are still valid. Use when you say "add a citation", "verify this memory's code refs", "check memory health". Do NOT use for searching or creating…