Install and select animated petdex mascots for Hermes.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 149 skills de johnson7788/MultiUserClaw. Abre una skill para revisar su origen y sus detalles.
johnson7788/MultiUserClawMostrando 40 de 149 skills recopiladas.
Install and select animated petdex mascots for Hermes.
Idioma del texto original: inglés
Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.
Idioma del texto original: inglés
Search arXiv papers by keyword, author, category, or ID.
Idioma del texto original: inglés
Karpathy's LLM Wiki: build/query interlinked markdown KB.
Idioma del texto original: inglés
Query Polymarket: markets, prices, orderbooks, history.
Idioma del texto original: inglés
Write ML papers for NeurIPS/ICML/ICLR: design→submit.
Idioma del texto original: inglés
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
Idioma del texto original: inglés
Plan mode: write an actionable markdown plan to .hermes/plans/, no execution. Bite-sized tasks, exact paths, complete code.
Idioma del texto original: inglés
Pre-commit review: security scan, quality gates, auto-fix.
Idioma del texto original: inglés
Parallel 3-agent cleanup of recent code changes.
Idioma del texto original: inglés
Throwaway experiments to validate an idea before build.
Idioma del texto original: inglés
4-phase root cause debugging: understand bugs before fixing.
Idioma del texto original: inglés
TDD: enforce RED-GREEN-REFACTOR, tests before code.
Idioma del texto original: inglés
Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requires the blackbox CLI and a Blackbox AI API key.
Idioma del texto original: inglés
Read-only EVM client: wallets, tokens, gas across 8 chains.
Idioma del texto original: inglés
Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.
Idioma del texto original: inglés
Structured decision-making framework for technical proposals and trade-off analysis. When the user faces a choice between multiple approaches (architecture decisions, tool selection, refactoring strategies, migration paths), this skill produces a 1-3-1…
Idioma del texto original: inglés
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
Idioma del texto original: inglés
Generate flat, minimal light/dark-aware SVG diagrams as standalone HTML files, using a unified educational visual language with 9 semantic color ramps, sentence-case typography, and automatic dark mode. Best suited for educational and non-software visuals —…
Idioma del texto original: inglés
Create HTML-based video compositions, animated title cards, social overlays, captioned talking-head videos, audio-reactive visuals, and shader transitions using HyperFrames. HTML is the source of truth for video. Use when the user wants a rendered MP4/WebM…
Idioma del texto original: inglés
Run 150+ AI apps via inference.sh CLI (infsh) — image generation, video creation, LLMs, search, 3D, social automation. Uses the terminal tool. Triggers: inference.sh, infsh, ai apps, flux, veo, image generation, video generation, seedream, seedance, tavily
Idioma del texto original: inglés
Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.
Idioma del texto original: inglés
Zero-install localhost tunnels over SSH via Pinggy.
Idioma del texto original: inglés
Roleplay the most difficult, tech-resistant user for your product. Browse the app as that persona, find every UX pain point, then filter complaints through a pragmatism layer to separate real problems from noise. Creates actionable tickets from genuine issues…
Idioma del texto original: inglés
Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. hermes-agent@agentmail.to).
Idioma del texto original: inglés
Build auditable Excel workbooks headless with openpyxl — blue/black/green cell conventions, formulas over hardcodes, named ranges, balance checks, sensitivity tables. Use for financial models, audit outputs, reconciliations.
Idioma del texto original: inglés
Build leveraged buyout models in Excel — sources & uses, debt schedule, cash sweep, exit multiple, IRR/MOIC sensitivity. Pairs with excel-author. Use for PE screening, sponsor-case valuation, or illustrative LBO in a pitch.
Idioma del texto original: inglés
Build accretion/dilution (merger) models in Excel — pro-forma P&L, synergies, financing mix, EPS impact. Pairs with excel-author. Use for M&A pitches, board materials, or deal evaluation.
Idioma del texto original: inglés
Build PowerPoint decks headless with python-pptx. Pairs with excel-author for model-backed decks where every number traces to a workbook cell. Use for pitch decks, IC memos, earnings notes.
Idioma del texto original: inglés
Connect to a running NeuroSkill instance and incorporate the user's real-time cognitive and emotional state (focus, relaxation, mood, cognitive load, drowsiness, heart rate, HRV, sleep staging, and 40+ derived EXG scores) into responses. Requires a BCI…
Idioma del texto original: inglés
Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP…
Idioma del texto original: inglés
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Idioma del texto original: inglés
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace…
Idioma del texto original: inglés
Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or…
Idioma del texto original: inglés
Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure…
Idioma del texto original: inglés
Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports…
Idioma del texto original: inglés
Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with…
Idioma del texto original: inglés
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
Idioma del texto original: inglés
Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.
Idioma del texto original: inglés
Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for…
Idioma del texto original: inglés