minimax-result-handling

minimax-result-handling is a skill for Claude Code from robbedoo/minimax-plugin-claude-code. It costs 18 tokens per session (366 once invoked), scanned A, original, Apache-2.0.

Internal instructions for showing results returned by MiniMax, an AI helper, to the user. They define how to preserve findings, uncertainty, evidence, and any reported file changes.

In plain words
What is it for?
Presenting MiniMax reviews, summaries, findings, next steps, touched files, and errors in the required order and format.
Why use it?
It prevents the agent from changing or losing the meaning of the helper’s output. It also stops the agent from making fixes after a review or failed rescue run.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the minimax plugin — 2 skills, 7 commands, 1 agent, 3 hooks shipped together

Good fit Presenting MiniMax reviews, summaries, findings, next steps, touched files, and errors in the required order and format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling
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 robbedoo/minimax-plugin-claude-code --skill minimax-result-handling
Clone the repo
git clone --depth 1 https://github.com/robbedoo/minimax-plugin-claude-code

Made for: Claude Code.

Or install minimax, the plugin that ships this one along with the rest of its 2 skills, 7 commands, 1 agent, 3 hooks.

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 minimax-result-handling

README.md
[![agentmods](https://agentmods.dev/badge/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling/github.svg)](https://agentmods.dev/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling)
Your own site
<a href="https://agentmods.dev/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling"><img src="https://agentmods.dev/badge/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling/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 minimax-result-handling

Your own site · 80×15
<a href="https://agentmods.dev/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling"><img src="https://agentmods.dev/badge/skills/robbedoo/minimax-plugin-claude-code/minimax-result-handling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 366 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.00018 $0.00366
Opus 5 $0.00009 $0.00183
Sonnet 5 $0.00004 $0.00073
Haiku 4.5 $0.00002 $0.00037

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

Security

Grade A, and why

minimax-result-handling 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 8d 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.

plugins/minimax/skills/minimax-result-handling/SKILL.md · 22 lines

What it actually says

MiniMax Result Handling

When the helper returns MiniMax output:

  • Preserve the helper's verdict, summary, findings, and next steps structure.
  • For review output, present findings first and keep them ordered by severity.
  • Use the file paths and line numbers exactly as the helper reports them.
  • Preserve evidence boundaries. If MiniMax marked something as an inference, uncertainty, or follow-up question, keep that distinction.
  • Preserve output sections when the prompt asked for them, such as observed facts, inferences, open questions, touched files, or next steps.
  • If there are no findings, say that explicitly and keep the residual-risk note brief.
  • If MiniMax made edits, say so explicitly and list the touched files when the helper provides them.
  • For minimax:minimax-rescue, do not turn a failed or incomplete MiniMax run into a Claude-side implementation attempt. Report the failure and stop.
  • For minimax:minimax-rescue, if MiniMax was never successfully invoked, do not generate a substitute answer at all.
  • CRITICAL: After presenting review findings, STOP. Do not make any code changes. Do not fix any issues. You MUST explicitly ask the user which issues, if any, they want fixed before touching a single file. Auto-applying fixes from a review is strictly forbidden, even if the fix is obvious.
  • If the helper reports malformed output or a failed MiniMax run, include the most actionable stderr lines and stop there instead of guessing.
  • If the helper reports that setup or configuration is required, direct the user to /minimax:setup and do not improvise alternate auth flows.
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. 8d ago First seen · 22 lines · 18 tokens per session scan A b28467495be6

Subscribe to this mod's changes

minimax-result-handling is a skill published in the GitHub repository robbedoo/minimax-plugin-claude-code (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 366 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.

Related

Other skills, from other repositories

python-sdk

Implement or modify Python SDK behavior under python/composio, including tools, toolkits, sessions, auth configs, connected accounts, client integration, and shared Python models. Use for Python core runtime/API work; pair with python-testing and cross-sdk-parity when TypeScript must match.

ComposioHQ/composio · 60 tokens

typescript-providers

Implement, modify, test, or document TypeScript provider packages under ts/packages/providers, including framework adapters for OpenAI, Anthropic, Google, LangChain, Mastra, Vercel, LlamaIndex, Cloudflare, and Claude Agent SDK. Use for provider-specific TS work; do not use for core-only changes.

ComposioHQ/composio · 70 tokens

cli-e2e

Write, modify, or debug Docker-based Composio CLI end-to-end tests under ts/e2e-tests/cli, including binary invocation, fixture isolation, output assertions, and package manifests. Use for CLI E2E test suites only; use cli-command for CLI source implementation.

ComposioHQ/composio · 62 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

memstack-deployment-domain-ssl

Use this skill when the user says 'setup domain', 'configure DNS', 'SSL certificate', 'domain-ssl', 'custom domain', 'HTTPS setup', or needs to configure DNS records, SSL certificates, and custom domains for any hosting provider. Do NOT use for full deployment workflows.

cwinvestments/memstack · 66 tokens