next-actions

next-actions is a skill for Claude Code, Codex from ozzy-labs/suasor. It costs 140 tokens per session (1,784 once invoked), scanned A, original, MIT.

A read-only assistant skill that combines open tasks, outstanding promises, and unacknowledged requests into a ranked list of next actions.

In plain words
What is it for?
Use it to answer questions such as what to do next, what is overdue, or which work should be handled today.
Why use it?
It turns several kinds of unfinished work into one ordered list and explains why each item is important.

Skill for Claude CodeCodex

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

Good fit Use it to answer questions such as what to do next, what is overdue, or which work should be handled today.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozzy-labs/suasor/next-actions
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 ozzy-labs/suasor --skill next-actions
Clone the repo
git clone --depth 1 https://github.com/ozzy-labs/suasor

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 next-actions

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzy-labs/suasor/next-actions/github.svg)](https://agentmods.dev/skills/ozzy-labs/suasor/next-actions)
Your own site
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/next-actions"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/next-actions/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 next-actions

Your own site · 80×15
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/next-actions"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/next-actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,784 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.
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.00140 $0.01784
Opus 5 $0.00070 $0.00892
Sonnet 5 $0.00028 $0.00357
Haiku 4.5 $0.00014 $0.00178

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

Security

Grade A, and why

next-actions 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.

docs/skills/next-actions/SKILL.md · 58 lines

How it starts

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

next-actions

未処理 task / 約束 / demand を優先度順に並べて「次にやること」を返す。順位の基線は コードが持つpriority.list の決定論的 scorer、ADR-0041)。skill 散文で順位を決めない。

いつ発火するか

  • 「次に何をする?」「やること教えて」「タスク何が残ってる?」
  • 「今日やること」「今週やること」「来週やること」「優先度高いのは?」

何をするか(MCP tool flow)

read tool のみ(ADR-0004)。

  1. priority.list を基線として取るADR-0041 決定 3 / ADR-0045)。open/in_progress な task + open commitment + un-acked demand を 1 本のランク付きリストに合成した決定論的 scorer で、同一入力に対し順序が一定になる(テストで固定)。順序モデルはコードが持つ:

    hard tier(開始 30 分以内の会議)> 重み付きスコアADR-0045)。スコアは超過日数 / 未返信日数 / demand の鮮度 / 期日接近 / 会議準備 / priority を合成する。程度が効く — 「3 週間超過」は「1 日超過」より上、期限を跨いでもスコアは下がらない

    各 item は rank / entity / id / title / reason最も寄与した項: starting_soon / overdue / aging / unacked_demand / due_soon / prep / priority / recency)/ explanation(その項の一文)/ score / record を持つ。根拠として提示するのは explanation(「期限を 21 日超過」)であって score の数値ではない(ADR-0045 決定 4)。selfUserId 未設定時 demand は DM のみ。

  2. 必要に応じ各 entity の詳細を補う(基線の順位は変えない・表示補強のみ):

    • task.liststate=open / in_progress、期間指定は updatedAfter / updatedBefore)で task の dueDate / priority / overdue を詳しく見る(ADR-0028
    • demand.list で demand 行の channelName / userName(ローカル join した人間可読名・未解決は null=生 id fallback、ADR-0037 §10)や github notification の source/kind(reason)を見る。提示は id ではなく名前で行う。sourceslack / github / email(未返信スレッド・ADR-0043)/ calendarmeeting_soon / meeting_prepADR-0044
    • commitment.liststate=opendirection=owed_by_me で自分が負う約束)で約束の相手/期日を見る(ADR-0021
    • searchmode=semantic) で各項目に関連する context を補強(embedding 無効時は signal: embedding_disabled を見て search(FTS)へフォールバック、ADR-0005
  3. 基線の順序に沿って next-actions を提示する。会話文脈による上書きは host の裁量(例:「今日は Slack を無視して」→ demand tier を落とす)。上書きしない限り、順位は priority.list の基線に従う

Read the full file on GitHub · 58 lines

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. 9d ago First seen · 58 lines · 140 tokens per session scan A cb49275bb2c1

Subscribe to this mod's changes

next-actions is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 1mo ago), licensed MIT. It adds 140 tokens to every session and 1,784 once invoked, about $0.0007 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.