Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

skill-loadout-manager技能装载管理器

Agent Skill

skill-loadout-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

757

周安装

12

GitHub Stars

58

下载量

97
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-loadout-manager(技能装载管理器)
来源仓库:https://github.com/archieindian/openclaw-superpowers
仓库路径:skills/skill-loadout-manager
安装命令:
npx skills add https://github.com/archieindian/openclaw-superpowers --skill skill-loadout-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/archieindian/openclaw-superpowers --skill skill-loadout-manager

简介

skill-loadout-manager 用于查找、检索和筛选相关信息,适合在配置管理或技能组合优化中快速定位方案。

  • 支持基于关键词、环境或需求筛选内容,提升配置效率。
  • 通过 npx skills add 命令从指定仓库安装,需确认仓库路径与访问权限。
  • 使用前建议检查维护状态,避免依赖已失效或存在兼容性问题功能。
  • 注意是否涉及外部服务调用,确保符合本地网络与权限策略。

SKILL.md

Skill Loadout Manager

What it does

Installing more skills increases OpenClaw's system prompt size. Every installed skill contributes its description to the context window on every session start — even skills you haven't used in months.

Skill Loadout Manager lets you define named loadouts: curated subsets of skills for specific contexts. You switch to a loadout and only those skills are active. Everything else is installed but dormant.

Examples:

  • coding — tools for writing, testing, reviewing code
  • research — browsing, fact-checking, note synthesis
  • ops — monitoring, cron hygiene, spend tracking
  • minimal — just the essentials: memory, handoff, recovery

When to invoke

  • When you notice system prompt bloat slowing context initialisation
  • When switching between focused work modes (deep coding vs. research)
  • When you want to test a single skill in isolation
  • After adding many new skills that aren't always relevant

Loadout structure

A loadout is a named list of skill names stored in state. Activating a loadout signals to OpenClaw's skill loader which skills to surface in the system prompt. Skills not in the active loadout remain installed but excluded from description injection.

# Example loadout definition
name: coding
skills:
  - systematic-debugging
  - test-driven-development
  - verification-before-completion
  - skill-doctor
  - dangerous-action-guard

How to use

python3 loadout.py --list                      # Show all loadouts and active one
python3 loadout.py --create coding             # Create new loadout (interactive)
python3 loadout.py --add coding skill-doctor   # Add skill to loadout
python3 loadout.py --remove coding skill-doctor  # Remove skill
python3 loadout.py --activate coding           # Switch to loadout
python3 loadout.py --activate --all            # Activate all skills
python3 loadout.py --show coding               # List skills in a loadout
python3 loadout.py --status                    # Current active loadout
python3 loadout.py --estimate coding           # Estimate token savings

Procedure

Step 1 — Assess current footprint

python3 loadout.py --estimate --all

This shows the estimated description token count for all installed skills and highlights candidates for loadout pruning.

Step 2 — Define your loadouts

Think in contexts: What skills do you actually need when writing code? When doing research? During maintenance windows? Create one loadout per context, aiming for 5–10 skills each.

python3 loadout.py --create coding
python3 loadout.py --add coding systematic-debugging test-driven-development
python3 loadout.py --add coding verification-before-completion dangerous-action-guard

Step 3 — Activate a loadout

python3 loadout.py --activate coding

OpenClaw reads the active loadout from state on next session start and only injects those skill descriptions.

Step 4 — Switch as needed

Switching is instant and takes effect on the next session. No restart required.

Step 5 — Return to full mode

python3 loadout.py --activate --all

State

Active loadout name and all loadout definitions stored in ~/.openclaw/skill-state/skill-loadout-manager/state.yaml.

Fields: active_loadout, loadouts map, switch_history.

Notes

  • Always-on skills (e.g., dangerous-action-guard, prompt-injection-guard) can be marked pinned: true so they're included in every loadout automatically.
  • The minimal loadout is pre-seeded at install time with only safety and recovery skills.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.52%
按下载量换算33

Claude

29.95%
按下载量换算29

Cursor

19.34%
按下载量换算19

Gemini CLI

9.42%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills