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/aget-framework/aget/aget-close-sessionnpx skills add aget-framework/aget --skill aget-close-sessiongit clone --depth 1 https://github.com/aget-framework/agetWrote 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/aget-framework/aget/aget-close-session)<a href="https://agentmods.dev/skills/aget-framework/aget/aget-close-session"><img src="https://agentmods.dev/badge/skills/aget-framework/aget/aget-close-session.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.00030 | $0.02363 |
| Opus 5 | $0.00015 | $0.01182 |
| Sonnet 5 | $0.00006 | $0.00473 |
| Haiku 4.5 | $0.00003 | $0.00236 |
Grade A, and why
aget-close-session 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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- aget-close-session — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
aget-close-session
Close an AGET agent session with decision support. Scans for quick wins, auto-executes them, then runs wind-down and enriches the session note.
Governing Requirements
planning/artifacts/CAP-SESSION-013_close_session_requirements.md v0.1.0
Extends: AGET_SESSION_SPEC v1.2.0 (CAP-SESSION-004: Wind-Down Protocol)
Proposal: SP-008
Modification Guard
Before modifying this skill: update planning/artifacts/CAP-SESSION-013_close_session_requirements.md requirements first. SKILL.md implements the spec, not the other way around. (OBS-13, L157)
Instructions
When this skill is invoked:
Phase 1: Pre-Close Triage (R-CLOSE-001 through R-CLOSE-007)
Before running wind-down, scan session context for remaining low-effort work.
Friction rule: Use Glob and Grep to discover uncommitted files and session state — do NOT use git status via Bash. This avoids a wasted permission prompt (R-CLOSE-040, R-CLOSE-041).
- Review what the session was working on and what's unfinished
- Identify quick wins (≤5 min each, same repo, single action):
- Undeployed deliverables the session already built
- Memory saves that prevent future re-discovery
- Stale file cleanup the session identified but didn't act on
- Status updates on tracked items (PROJECT_PLANs, issues)
- Draft finalization (docs already written but not committed)
- Execute them automatically — do NOT ask permission (R-CLOSE-002)
- Report what was done in the output under
Pre-close actions: - Skip anything requiring >5 min, new research, multi-file refactors, or other agents' work (R-CLOSE-005)
- If a quick win fails, note the failure and continue closing (R-CLOSE-007)
Triage boundary: Fix time ≤5 min qualifies. Diagnostic time is excluded from the 5-min budget but counts against the friction budget (R-CLOSE-020).
Phase 2: Wind-Down Delegation (CAP-SESSION-004)
Run wind-down and telemetry as a single Bash call (R-CLOSE-042):
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.
- 5d ago First seen · 202 lines · 30 tokens per session scan A 19a3c2ee2f23
aget-close-session is a skill published in the GitHub repository aget-framework/aget (11 stars, last pushed 5d ago), licensed Apache-2.0. It adds 30 tokens to every session and 2,363 once invoked, about $0.0002 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
aget-propose-actions
Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Formalizes the fleet's highest-frequency interaction pattern.
aget-close-session
Close session with pre-close triage, enriched output, and dual provenance. Orchestrates wind-down — does not replace it.
aget-wind-down
End AGET session with state capture and sanity checks.
aget-describe-session
Generate a readable narrative summary from structured session data. Converts table-heavy session state into prose optimized for human consumption.
save-progress
Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via…
feishu-interaction
Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging.