Skip to main content

MiniMax-AI/MiniMax-Code-Plugins

O SkillsMP coletou 125 skills de MiniMax-AI/MiniMax-Code-Plugins. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
125
Estrelas no GitHub
9
Forks no GitHub
10

Skills neste repositório

Mostrando 40 de 125 skills coletadas.

ocupação
sem classificação
descrição

Delegate a coding task from MiniMax Code to a locally installed coding CLI (Claude Code, Codex, Kimi Code, ZCode, or DSH). Use this Skill whenever the user asks to offload implementation to another coding agent, cross-check work with a second agent,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create, read, edit, or review Microsoft Word .docx documents. Use this Skill whenever the task involves a .docx file - generating reports, letters, or structured documents from scratch; extracting or reorganizing content; applying consistent formatting…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create, extract, transform, or analyze PDF documents. Use this Skill whenever a .pdf file is the input or output - generating reports, one-pagers, posters or structured documents as real selectable-text PDFs; extracting text, tables or images from existing…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create, read, edit, or analyze PowerPoint .pptx presentations. Use this Skill whenever the task involves slides or a deck - building a presentation from an outline or content file; editing text, tables, or charts in an existing deck; extracting slide content…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Read, edit, create, or fix spreadsheet files - .xlsx, .xlsm, .xltx, .csv, .tsv. Use this Skill whenever a spreadsheet is the primary input or output: opening and inspecting workbooks, editing cells or adding sheets, writing real formulas instead of pasted…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Before saying "done", derive requirements, find authoritative evidence, verify each is ✅. USE WHEN: about to say "done" / "complete" / "ship it" / "I finished" / "做完了" on non-trivial task, about to mark `todowrite` step done, about to update goal to…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Compress a long-running multi-step task into a structured snapshot before continuing. USE WHEN: `todowrite` > 5 items, after ~20 tool calls, context getting full, agent has lost track of goal, user said "compact" / "summarize" / "refocus" / "压缩" / "总结" /…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Hand off a sub-task to a sub-agent with a tight, complete brief in the `prompt` — not the full conversation history. Apply the 4-part message envelope (Task name / Sender / Task / Payload + return path). USE WHEN: about to call `task()` to hand off a…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Classify error into 4 buckets (transient / deterministic / stale / unknown) and pick one of 5 actions (retry / switch / fallback / refresh-then-retry / ask-user / skip). USE WHEN: tool returns non-success, sub-agent `status: closed-failed`, exception escapes,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Decide how much parent context to include in a sub-agent's `prompt` before spawning it. Pick "all / N turns / brief only" explicitly, not by accident. USE WHEN: about to call `task()` to hand off work, designing a multi-agent flow, sub-agent failed and…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Maintain explicit north-star goal for the whole thread that survives compactions and detects drift. USE WHEN: non-trivial task stated, user redirected mid-task ("actually do X instead" / "wait scrap that" / "现在改成"), before `context-pressure-compact`, about to…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Track running token usage against goal's `token_budget`, surface at 50/80/100% thresholds, stop at 100%. USE WHEN: `goal-persistence` active AND user provided `token_budget`, user said "do X within Y tokens" / "用 Y token 完成" / "不要超预算" / "stayed within budget"…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Design a cross-session long-term memory system that extracts, consolidates, and cites durable knowledge from conversation rollouts. USE WHEN: building any system that needs to persist insights across sessions, designing "what should the next agent remember"…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Classify sub-task complexity (cheap / medium / main) and decide whether to spawn a sub-agent at all. On MiniMax Code 0.2.4 the `task` tool does not expose per-call model selection, so the 3-tier rubric here is a thinking framework for session-level model…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Decompose a task into 2+ truly independent sub-tasks and dispatch them concurrently via separate `task()` calls. Pick whether to fan out explicitly, not by accident. USE WHEN: the user task is clearly decomposable into 2+ independent sub-tasks (independent…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Before touching files on a non-trivial task, emit a structured plan and surface to the user for early course-correction. USE WHEN: non-trivial task, multi-step task, ambiguous requirement, would take > 3 tool calls, user has not approved an approach yet, user…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Design, validate, and ship a marketplace Plugin (or Skill bundle) with proper manifest format, multi-ecosystem compatibility, version pinning, manifest fallback, install idempotency, and three-layer startup sync. USE WHEN: writing a new Plugin manifest,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Execute explicit retry policy: max 3, base 2s, max 30s, full jitter, 60s total budget, respects `Retry-After`. USE WHEN: `error-recovery-strategy` classified error as `transient` and chose `retry`, HTTP 429 with `Retry-After` header, network…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Switch to critic mode after finishing a chunk, produce PASS / FIX / REDO verdict. USE WHEN: sub-task boundary reached, user said "review" / "double-check" / "is this right" / "spot the bug" / "看一下" / "review 一下", before reporting "done" on anything user will…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Design a session-level fork / revert / recover / suspend mechanism over a paginated history with lineage tracking, immutable segments, global lock, ModelContext reconstruction, and bounded replay. USE WHEN: designing session persistence, building a "fork this…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

At session end, write a structured handoff file so next session can pick up in 30 seconds. USE WHEN: user says "今天先到这" / "done for today" / "see you tomorrow" / "we'll continue later" / "下次再继续" / "end session" / "收尾", context about to compact, long task in…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Design a Skill (or Plugin) that an LLM agent can reliably discover, select, and invoke based on its description, with explicit selection syntax, name-collision handling, and three-layer matching. USE WHEN: authoring a new skill for a Plugin, designing skill…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Read long streaming responses in bounded chunks with cumulative summary, max 3 reads, never loop. USE WHEN: tool returns long stream (SSE / WebSocket / `tail -f` / large log), output might be > 3000 tokens, file size unknown, previous read returned…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Track parent/child thread tree of spawned sub-agents with Open/Closed status. USE WHEN: spawned one or more sub-agents, task description suggests a tree (sub-tasks, "for each of A/B/C", "5 stages"), user asks "what's your sub-agent doing right now" / "子 agent…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Design a tool that an LLM agent can reliably discover, search, and invoke — with proper schema, defer_loading, two-dimensional type classification, OpenAI protocol compatibility, and a tool-suggestion approval flow. USE WHEN: writing a new tool for an agent,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Truncate oversized tool output so it does not blow the agent's context window. USE WHEN: tool output > 3000 tokens, line > 500 chars, large log, JSON array, minified code, fetched HTML, verbose npm/cargo/test output, `cat` of a big file, "truncated" / "output…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Track running state of long task in a single dedicated file that survives compaction. USE WHEN: task is long, agent has lost thread, user asks "where are we" / "到哪了" / "我们到哪了", before `context-pressure-compact`, `todowrite` alone is too thin, agent has done >…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Cross-platform inventory of CLI tools, scripts, and MCP servers installed on the user's machine. Use when the user asks what is installed, where a tool lives, or how to run something - read the cached summary first instead of re-walking the filesystem.…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Push the user's terminal out of focus to a Windows desktop Dynamic Island pill so the user can watch your work without switching back to mcode. On mcode 0.2.4+ with the `io.minimax.mcode` Hooks extension enabled (forward-compatible with MiniMax-Code-Plugins PR

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Use the OpenClaw-mcode-ACP inbox from inside an OpenClaw main session (goudan) to PROACTIVELY send messages, ask blocking questions, and answer mavis-side questions. Differs from `acp-collab` (mavis / MiniMax Code perspective) — this is the goudan-side…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Operate, configure, troubleshoot, and extend the local DanceAnon dance-video anonymization project. Use when the user asks to install or launch DanceAnon, anonymize people in a video, run its CLI or FastAPI web interface, configure YOLO/SAM2/CUTIE tracking,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Produce consistent character images and reference-driven edits inside ComfyUI. Use this Skill for scenarios 1–4 from `comfyui-studio`'s trigger index: 1=生图 (selfie from text), 2=模仿 (mimic a reference image), 3=改图 (Flux.2 Klein single-image edit), 4=融合 (Flux.2…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Generate a complete short drama video from a storyboard. Use this Skill for scenarios 5–6 from `comfyui-studio`'s trigger index: 5=首帧 (drama first frame, two-character LoRA + prompt → 16:9 still) and 6=出片 (image-to-video, first frame + motion prompt → MP4…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Use the OpenClaw-mcode-ACP inbox to collaborate peer-to-peer with goudan (OpenClaw main session) instead of one-shot task calls. Read incoming messages, push progress, ask blocking questions, and answer peer questions. Use when working on multi-step tasks…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Dispatch a self-contained task to the OpenClaw-mcode-ACP HTTP server from inside MiniMax Code. Use when a task should be persisted, retried, observed over time, or processed by a worker pool instead of the current MiniMax Code session.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Verify that the experimental io.minimax.mcode Hook entry of the hello-mcode-hooks plugin is wired up. Use only when the user explicitly asks to test the hello-mcode-hooks example.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketing
descrição

Use when the user asks to research a topic on the web, gather information from multiple sources, do a literature scan, summarize recent developments on a subject, or look up articles. Triggers on requests like "调研 X", "找几篇关于 Y 的文章", "research Z", "汇总 Q 的资料",…

Idioma do texto original: inglês

atualizado
ocupação
Paralegais e assistentes jurídicos
descrição

当用户需要审查股东会、董事会决议的程序与内容合规性,或需要在召开会议 前做合规体检时使用。覆盖场景:已作出决议的合规复查、决议效力争议预判 (不成立/可撤销/无效的区分)、召集程序与表决比例核查、重大事项决议的 会前审查、决议档案规范化。同义场景词:决议审查、股东会决议、董事会决议、 resolution review、会议合规。执行全链路:召集程序(通知期限/方式)→ 出席法定人数 → 表决比例(普通/特别决议事项分类)→ 签字与存档逐项核查, 输出审查表与补正建议;倒签、伪造迹象命中红线即停。

Idioma do texto original: chinês

atualizado
ocupação
Advogados
descrição

当用户需要处理注册资本认缴与实缴合规问题,特别是 2023 年公司法五年 实缴规则下的调整安排时使用。覆盖场景:存量公司出资期限调整(2024 年 7 月 1 日前后设立公司的区分与过渡期)、新设公司注册资本设定、非货币 财产出资评估、减资与增资程序、抽逃出资风险排查、出资加速到期与催缴 失权风险分析。同义场景词:实缴合规、注册资本调整、认缴出资、出资核查、 减资。执行全链路:五年实缴规则适用判断、过渡期安排核对(强制 statute-verify)、程序清单与行动建议;不出规避出资义务的方案。

Idioma do texto original: chinês

atualizado
ocupação
Advogados
descrição

当用户需要核验案例引用——"这个案号是真的吗/查一下这个判例/指导性案例第几号 还有效吗/这个案例引用靠不靠谱"时使用;也被其他技能在填入案例类 [CITE:__] 占位前调用。先校验案号格式,再按凭证配置经北大法宝/聚法查证案例存在性与 基本信息;未配置商业源时诚实标注 [模型知识—待核实] 并给出人工核查路径, 绝不凭记忆确认案号。同时提醒引用性质检查:引的应是裁判要旨而非顺带意见。

Idioma do texto original: chinês

atualizado
Mostrando 40 de 125 skills coletadas.