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 agentmods add skills/jigripokri/poha/gsdnpx skills add jigripokri/POHA --skill gsdgit clone --depth 1 https://github.com/jigripokri/POHAWrote 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/jigripokri/poha/gsd)<a href="https://agentmods.dev/skills/jigripokri/poha/gsd"><img src="https://agentmods.dev/badge/skills/jigripokri/poha/gsd.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 | $0.00022 | $0.00494 |
| Opus 5 | $0.00011 | $0.00247 |
| Sonnet 5 | $0.00004 | $0.00099 |
| Haiku 4.5 | $0.00002 | $0.00049 |
Grade A, and why
gsd 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 4d 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
/gsd
User says "/gsd" or "what should I do next?" You return a prioritized punch list.
Recipe
-
Read memory/commitments.md. Filter to PENDING + OVERDUE.
-
Read Google Tasks (via Chrome → tasks.google.com). All open items from primary lists.
-
Read memory/life.md > This Month / This Week. Anything that should be active.
-
Prioritize using the GSD ranking:
- P0 — Overdue + blocking someone else: do today, in the next 2 hours if possible
- P1 — Overdue, self-blocked: do today
- P2 — Today's commitments: scheduled for today, not done
- P3 — This week: due in next 5 days
- P4 — Quick wins: < 10 min items, batch them
- P5 — Aging but not urgent: > 7 days old, no due date — flag for review/punt
-
Format the output as:
🎯 GSD — <current time>
P0 (do now):
1. <title> — <est time> — <one-line why it matters>
2. ...
P1 (do today):
1. <title> — <est time>
...
P2 (today's scheduled):
...
Quick wins (5 min, batch these):
- <item>
- <item>
To punt or kill: <N> items aging past usefulness — review during weekly?
**Wildcard:** <one observation about the list — pattern, hidden priority, missing item>
- Suggest a focus block. "If you only have 90 min today, do P0 + the top 2 of P1."
What this skill is for
When the user feels overwhelmed and wants to be told what to do. Returns a clear ranked list, not a vague "you have a lot going on."
What this skill is NOT
- A todo list manager. The exocortex doesn't modify Google Tasks unless asked.
- A motivator. No "you got this!" — direct ranking, that's it.
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.
- 4d ago First seen · 62 lines · 22 tokens per session scan A c994fdf48ddd
gsd is a skill published in the GitHub repository jigripokri/POHA (118 stars, last pushed 3mo ago), licensed MIT. It adds 22 tokens to every session and 494 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-30.
Other skills, from other repositories
rich-post
Send a Telegram rich-media post to ANOTHER allowlisted chat via the bot (Bot API 10.1 sendRichMessage) - text, inline images, tables, headings, lists, quotes, collapsible blocks, formulas, collages/slideshows ALL in one message bubble. Use when the owner asks to post somewhere other than the current conversation (the…
telegram-userbot
Подключение и работа с личным Telegram-аккаунтом владельца (userbot, НЕ бот). Используй, когда просят читать личные чаты/переписку/диалоги, искать по своим сообщениям, писать кому-то от своего имени, «зайди в мой телеграм», «подключи мой телеграм», «прочитай личку», «ответь в личке», «перешли сообщение», а также при…
memory-processor
Iva's daily-memory processor. Reads the day's two-sided transcript (daily/YYYY-MM-DD.md), distills noteworthy entities / decisions / ideas into typed autograph cards, links them into the graph, and produces a daily-summary card (topics + MOC) that navigates down to the raw transcript and up to the week. Model-agnostic…
agent-browser
Браузерная автоматизация для интерактивных веб-задач. Используй, когда нужно открыть сайт, заполнить форму, кликнуть, сделать скриншот, залогиниться, спарсить JS-страницу или протестировать веб-приложение. Триггеры — «зайди на сайт», «заполни форму», «нажми кнопку», «скриншот страницы», «войди в аккаунт», «спарси…
update-recovery
Restore or merge user customizations preserved during an Iva update. Use when the owner says "restore my update changes", "recover my customizations", «верни мои изменения после обновления», «восстанови мои доработки» or asks about an update conflict.
security-defense
Procedures for handling untrusted content, suspected prompt injection, secret exposure, data exfiltration, and manual security inspection. Use for emails, web pages, forwarded messages, webhooks, group content, or a suspected leak. Do not use as a general claim that every command or model call is automatically…