aget-recommend-action

aget-recommend-action is a skill for Claude Code from aget-framework/template-advisor-aget. It costs 11 tokens per session (493 once invoked), scanned A, a copy of aget-recommend-action, Apache-2.0.

A decision-support skill for comparing options and making a documented recommendation. It includes reasons, alternatives, risks, assumptions, confidence, and conditions that could change the choice.

In plain words
What is it for?
Use it when choosing between technical or business approaches, especially when stakeholders need to see trade-offs and alternatives.
Why use it?
It helps replace an informal preference with a reviewable explanation of how options were assessed and why one was selected.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when choosing between technical or business approaches, especially when stakeholders need to see trade-offs and alternatives.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aget-framework/template-advisor-aget/aget-recommend-action
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 aget-framework/template-advisor-aget --skill aget-recommend-action
Clone the repo
git clone --depth 1 https://github.com/aget-framework/template-advisor-aget

Made for: Claude Code.

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 aget-recommend-action

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-recommend-action/github.svg)](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-recommend-action)
Your own site
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-recommend-action"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-recommend-action/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 aget-recommend-action

Your own site · 80×15
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-recommend-action"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-recommend-action.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 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 100% copy Near-identical to another mod 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.00011 $0.00493
Opus 5 $0.00005 $0.00246
Sonnet 5 $0.00002 $0.00099
Haiku 4.5 $0.00001 $0.00049

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

Security

Grade A, and why

aget-recommend-action 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.

Origin

This is a copy

100% identical to aget-recommend-action — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/aget-recommend-action/SKILL.md · 85 lines

What it actually says

aget-recommend-action

Provide structured recommendations with clear rationale, alternatives considered, and risk assessment. Advisory role — informs decisions, does not make them.

Instructions

When this skill is invoked:

  1. Understand the Context

    • Clarify the decision or question requiring recommendation
    • Identify constraints, goals, and success criteria
    • Note stakeholder perspectives
  2. Analyze Options

    • Identify at least 2-3 viable alternatives
    • Evaluate each against criteria
    • Document pros and cons
  3. Form Recommendation

    • Select primary recommendation
    • Articulate clear rationale (why this option)
    • Assign confidence level (High, Medium, Low)
  4. Document Uncertainties

    • List assumptions made
    • Note information gaps
    • Identify conditions that would change recommendation

Output Format

## Recommendation: [Topic]

### Primary Recommendation

**Action**: [Clear, actionable recommendation]

**Rationale**: [Why this option over alternatives]

**Confidence**: [High/Medium/Low] — [Brief justification]

### Alternatives Considered

| Option | Pros | Cons | Why Not Primary |
|--------|------|------|-----------------|
| [Alt 1] | [+] | [-] | [Reason] |
| [Alt 2] | [+] | [-] | [Reason] |

### Risk Assessment

- **If adopted**: [Key risks]
- **If not adopted**: [Opportunity cost]

### Assumptions

1. [Assumption that, if wrong, changes recommendation]

### Conditions for Revisiting

- Revisit if: [Condition 1]
- Revisit if: [Condition 2]

Constraints

  • C1: NEVER present recommendations as commands — advisory role is advisory
  • C2: NEVER hide alternatives that conflict with primary recommendation
  • C3: NEVER claim certainty when assumptions exist — intellectual honesty required
  • SKILL-015: aget-recommend-action specification
  • ONTOLOGY_advisor.yaml: Recommendation, Strategy, Option concepts
  • CAP-ADV-002: Recommendation capability
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 · 85 lines · 11 tokens per session scan A 2405e9c9e618

Subscribe to this mod's changes

aget-recommend-action is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed today), licensed Apache-2.0. It adds 11 tokens to every session and 493 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to aget-recommend-action, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

tt-sidebar

Open a live Token Tracker sidebar for only the current Codex session in a right-side terminal split at one-third width. Use when the user explicitly invokes $tt-sidebar or asks to monitor the current Codex session beside its terminal pane.

stormzhang/token-tracker · 50 tokens

modern-python-toolchain

Modern Python project setup with uv, ruff, and pyright. Use when initializing a new Python project, configuring the Python environment, setting up linting/formatting, or when a project needs uv (the fast Python package manager). Trigger on: 'set up Python', 'new Python project', 'configure uv', 'install uv', 'ruff'…

XiaomiMiMo/MiMo-Code · 105 tokens

airbnb-cli

Use cli-web-airbnb to search Airbnb stays, get listing details, check availability calendars, read guest reviews, and look up location suggestions. Invoke this skill whenever the user asks about Airbnb accommodations, vacation rentals, listing prices, availability, guest reviews, or wants to search for places to stay.…

ItamarZand88/CLI-Anything-WEB · 76 tokens

gap-analyzer

Compares a CLI's implemented commands against its APP.md API map and traffic-analysis.json to find missing endpoints, incomplete CRUD, dead client methods, and priority gaps. Runs as the mandatory first step of /cli-anything-web:refine and as an optional pre-review scan in standards.

ItamarZand88/CLI-Anything-WEB · 62 tokens

notebooklm-cli

Drives Google NotebookLM via the cli-web-notebooklm command-line tool — create and manage notebooks, add URL/text sources, ask questions grounded in the sources, and generate/download artifacts (audio overview, video, slide deck, mindmap, study guide, quiz, FAQ, briefing, infographic, data table). Use when the user…

ItamarZand88/CLI-Anything-WEB · 109 tokens

airbnb-cli

Searches Airbnb from the terminal via cli-web-airbnb — find stays by location, dates, and filters; get listing details, guest reviews, and availability calendars; autocomplete location names. Use when the user asks about Airbnb, vacation rentals, listing prices, availability, or finding places to stay. Prefer…

ItamarZand88/CLI-Anything-WEB · 78 tokens