Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问许可证需确认审计提醒

install-spinner安装微调器

Agent Skill

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

总安装

1,112

周安装

45

GitHub Stars

46

下载量

349
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alexpl292/awesome-claude-spinners --skill install-spinner

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • install-spinner 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Install Spinner

Install themed spinner verb packs for Claude Code from the awesome-claude-spinners repository.

Install a Pack

  1. Fetch the list of available spinner packs from GitHub:
https://api.github.com/repos/alexpl292/awesome-claude-spinners/contents/spinners

Parse the JSON response to get the list of .json files. Extract the pack names by removing the .json extension.

  1. Present the packs to the user in a table with three columns: Pack name, a short description, and a couple of example verbs. Use this reference:
PackDescriptionExamples
90s-kid90s nostalgia"Dialing up the internet", "Blowing into the cartridge"
blue-collar-devTrades & construction humor"Hammering out code", "Duct-taping that together"
boratBorat Sagdiyev"Very nice! Great success-ing", "High five-ing the compiler"
catCat-themed"Knocking things off the table", "Napping on the keyboard"
chaosAbsurdist & chaotic humor"Flipping the table", "Sacrificing a semicolon"
coffeeCoffee & food themed"Brewing a fresh pot", "Letting it simmer"
corporateCorporate buzzwords & jargon"Synergizing", "Circling back"
cowboyWild West & frontier"Lassoing the solution", "Riding into the sunset"
darth-vaderStar Wars' Sith Lord"Finding your lack of tests disturbing", "Force-pushing to the remote"
detectiveNoir detective style"Following the trail", "Cracking the case"
developerProgramming & dev culture"Deploying to prod on Friday", "Rewriting in Rust"
gardeningGardening & growing"Planting the seed", "Pulling the weeds"
gym-broGym & fitness culture"Crushing the set", "Going beast mode"
honest-no-filterBrutally honest dev thoughts"Making it worse first", "Hoping this compiles"
memeInternet memes & viral phrases"Yeeting the bugs", "Going sicko mode"
michael-scottThe Office's Michael Scott"Declaring bankruptcy on the old code", "Somehow managing"
motivationalHype & motivational phrases"Absolutely crushing it", "Leveling up"
ninjaNinja & stealth"Moving through the shadows", "Striking silently"
oceanOcean & underwater"Diving into the deep end", "Surfing the data waves"
philosophicalDeep thoughts & philosophy"Pondering existence", "Contemplating the void"
piratePirate speak"Plundering the codebase", "Sailing the seven repos"
retro-gamingRetro gaming references"Inserting coin", "Loading save file"
sarcastic-aiSelf-aware AI humor"Hallucinating responsibly", "Confidently guessing"
sf-entrepreneurSan Francisco tech scene"Grabbing a Blue Bottle coffee", "Cold-emailing a16z"
shakespeareShakespearean & old English"Prithee, a moment", "Once more unto the breach"
spaceSpace & sci-fi"Initiating hyperdrive", "Scanning the sector"
startupStartup culture"Disrupting the industry", "Iterating on the MVP"
superheroSuperhero themed"Suiting up", "Saving the day"
the-dudeBig Lebowski's The Dude"Abiding", "Sipping a White Russian"
therapistTherapy speak & self-care"Holding space for the code", "Unpacking that"
time-travelerTime travel & paradoxes"Firing up the flux capacitor", "Rewriting the timeline"
vibecoderVibe coding culture"Letting the AI cook", "Shipping on good vibes"
vimVim editor enthusiasts"Exiting vim (attempting)", "Yanking the line"
walter-whiteBreaking Bad's Heisenberg"Being the one who codes", "Going full Heisenberg"
wholesomeWholesome & cozy vibes"Watering the plants", "Believing in you"
wizardFantasy & magic themed"Casting a spell", "Consulting the ancient scrolls"
yodaStar Wars' Jedi Master"Reading the code, I am", "Trying not, doing"
zombieZombie apocalypse survival"Reanimating dead code", "Double-tapping the bug"
bob-rossHappy little accidents"Adding a happy little function", "No mistakes, just features"
gordon-ramsayAngry chef yelling at code"This code is RAW", "WHERE'S THE ERROR HANDLING"
jack-sparrowChaotic pirate captain"This is the day you almost caught a bug", "Why is the rum gone"
panickerPure dev anxiety"OH NO OH NO OH NO", "Everything is on fire"
sherlock-holmesDeductive reasoning"Eliminating the impossible", "The game is afoot"

If a pack exists in the fetched list but is not in this table, still show it (with no description).

Ask the user to pick one.

  1. Once the user picks a pack, fetch its contents from:
https://raw.githubusercontent.com/alexpl292/awesome-claude-spinners/main/spinners/<pack-name>.json
  1. Read the user's ~/.claude/settings.json file.
  2. Copy the spinnerVerbs field from the fetched spinner JSON into ~/.claude/settings.json. If the spinnerVerbs field already exists in settings.json, replace its value. If it doesn't exist, create it.

IMPORTANT: Do not modify any other fields in settings.json. Only change spinnerVerbs.

  1. After successful installation, print:
Spinner pack "<pack-name>" installed successfully!
No need to restart Claude Code — the new spinners are active immediately.

Remove Spinners

If the user asks to remove or reset spinners, read ~/.claude/settings.json and delete the spinnerVerbs field entirely. Do not modify any other fields. After removal, print:

Spinner pack removed. Default spinners are back.
No need to restart Claude Code — the change takes effect immediately.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.36%
按下载量换算113

Claude

28.36%
按下载量换算99

Cursor

19.9%
按下载量换算69

Gemini CLI

9.93%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

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

来源信息

继续浏览同类 Skills