claude-slots
v0.1.0Replaces the spinner with an animated ASCII slot machine: pull the lever on every prompt, watch the reels spin while Claude works, cash in when the turn completes.
By Danylo VorvulLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-slots for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-slots@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/WorldInnovationsDepartment/claude_slotsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "claude-slots",
"displayName": "Claude Slots",
"version": "0.1.0",
"description": "Replaces the spinner with an animated ASCII slot machine: pull the lever on every prompt, watch the reels spin while Claude works, cash in when the turn completes.",
"author": {
"name": "Danylo Vorvul"
},
"homepage": "https://github.com/WorldInnovationsDepartment/claude_slots",
"repository": "https://github.com/WorldInnovationsDepartment/claude_slots",
"license": "MIT",
"keywords": [
"slot-machine",
"spinner",
"ascii-art",
"fun",
"statusline",
"ui",
"easter-egg"
],
"userConfig": {
"size": {
"type": "string",
"title": "Machine size",
"description": "One of: auto, compact, standard, grand. \"auto\" (default) picks compact/standard/grand from the terminal's column count. NOTE: userConfig's `options` (a dropdown of preset values) needs Claude Code v2.1.271+; this plugin targets 2.1.263, so the allowed values are documented here in prose instead — any other value is treated as \"auto\".",
"default": "auto"
},
"idle": {
"type": "string",
"title": "Idle machine (Tier 1 only)",
"description": "One of: off, compact, full. What the AbovePrompt band shows between turns: off (nothing), compact (default, one line), or full (attract-mode machine + credits + last result).",
"default": "compact"
},
"theme": {
"type": "string",
"title": "Symbol theme",
"description": "One of: classic, emoji. \"classic\" (default) uses the single-width glyph set (★ ♦ ♣ ☼ BAR ✻ ◆C◆); \"emoji\" swaps in the opt-in emoji theme from docs/ART-SPEC.md §14.",
"default": "classic"
},
"sound": {
"type": "string",
"title": "Sound effects",
"description": "One of: off, on. Play the bundled lever/coin/jackpot sounds via $.audio.play (Tier 1 only). Off by default.",
"default": "off"
},
"startCredits": {
"type": "number",
"title": "Starting credits",
"description": "Credit balance a brand-new session starts with. 1 credit is spent per spin.",
"default": 100,
"min": 0,
"max": 100000
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-slots on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-slots)