← all publishers

braxtonROSE4

@braxtonrose4 source repo

112 published skills · page 1 of 2

  1. Sparse Autoencoder Training · braxtonrose4 bundle
    Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.
    0
    installs
  2. Axolotl · braxtonrose4 bundle
    Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support
    0
    installs
  3. Unsloth · braxtonrose4 bundle
    Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
    0
    installs
  4. Pinecone · braxtonrose4 bundle
    Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
    0
    installs
  5. Audiocraft Audio Generation · braxtonrose4 bundle
    PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.
    0
    installs
  6. Guidance · braxtonrose4 bundle
    Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework
    0
    installs
  7. Outlines · braxtonrose4 bundle
    Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library
    0
    installs
  8. Huggingface Accelerate · braxtonrose4 bundle
    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 ecosystem standard.
    0
    installs
  9. Instructor · braxtonrose4 bundle
    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
    0
    installs
  10. Distributed LLM Pretraining Torchtitan · braxtonrose4 bundle
    Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
    0
    installs
  11. Llama Cpp · braxtonrose4 bundle
    Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.
    0
    installs
  12. Lambda Labs Gpu Cloud · braxtonrose4 bundle
    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.
    0
    installs
  13. Sherlock · braxtonrose4
    OSINT username search across 400+ social networks. Hunt down social media accounts by username.
    0
    installs
  14. Ideation · braxtonrose4 bundle
    Generate project ideas through creative constraints. Use when the user says 'I want to build something', 'give me a project idea', 'I'm bored', 'what should I make', 'inspire me', or any variant of 'I have tools but no direction'. Works for code, art, hardware, writing, tools, and anything that can be made.
    0
    installs
  15. Codebase Inspection · braxtonrose4
    Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.
    0
    installs
  16. Nemo Curator · braxtonrose4 bundle
    GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
    0
    installs
  17. Tensorrt LLM · braxtonrose4 bundle
    Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
    0
    installs
  18. Scrapling · braxtonrose4
    Web scraping with Scrapling - HTTP fetching, stealth browser automation, Cloudflare bypass, and spider crawling via CLI and Python.
    0
    installs
  19. Segment Anything Model · braxtonrose4 bundle
    Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
    0
    installs
  20. Stable Diffusion Image Generation · braxtonrose4 bundle
    State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.
    0
    installs
  21. Optimizing Attention Flash · braxtonrose4 bundle
    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 PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.
    0
    installs
  22. Fine Tuning With Trl · braxtonrose4 bundle
    Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.
    0
    installs
  23. Ocr And Documents · braxtonrose4 bundle
    Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.
    0
    installs
  24. Grpo Rl Training · braxtonrose4 bundle
    Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training
    0
    installs
  25. Pytorch Lightning · braxtonrose4 bundle
    High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
    0
    installs
  26. Docker Management · braxtonrose4
    Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.
    0
    installs
  27. Duckduckgo Search · braxtonrose4 bundle
    Free web search via DuckDuckGo — text, news, images, videos. No API key needed. Prefer the `ddgs` CLI when installed; use the Python DDGS library only after verifying that `ddgs` is available in the current runtime.
    0
    installs
  28. Weights And Biases · braxtonrose4 bundle
    Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform
    0
    installs
  29. Huggingface Tokenizers · braxtonrose4 bundle
    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 transformers. Use when you need high-performance tokenization or custom tokenizer training.
    0
    installs
  30. Evaluating Llms Harness · braxtonrose4 bundle
    Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.
    0
    installs
  31. One Three One Rule · braxtonrose4
    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 format: one clear problem statement, three distinct options with pros/cons, and one concrete recommendation with definition of done and implementation plan. Use when the user asks for a "1-3-1", says "give me options", or needs help choosing between competing approaches.
    0
    installs
  32. Requesting Code Review · braxtonrose4
    Pre-commit verification pipeline — static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.
    0
    installs
  33. Subagent Driven Development · braxtonrose4
    Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).
    0
    installs
  34. Dogfood · braxtonrose4 bundle
    Systematic exploratory QA testing of web applications — find bugs, capture evidence, and generate structured reports
    0
    installs
  35. Findmy · braxtonrose4
    Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
    0
    installs
  36. P5js · braxtonrose4 bundle
    Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems, flow fields, shaders (GLSL), pixel manipulation, kinetic typography, WebGL scenes, audio analysis, mouse/keyboard interaction, and headless high-res export. Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.
    0
    installs
  37. Songsee · braxtonrose4
    Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.
    0
    installs
  38. Imessage · braxtonrose4
    Send and receive iMessages/SMS via the imsg CLI on macOS.
    0
    installs
  39. Arxiv · braxtonrose4 bundle
    Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with web_extract or the ocr-and-documents skill to read full paper content.
    0
    installs
  40. Heartmula · braxtonrose4
    Set up and run HeartMuLa, the open-source music generation model family (Suno-like). Generates full songs from lyrics + tags with multilingual support.
    0
    installs
  41. Apple Notes · braxtonrose4
    Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
    0
    installs
  42. Modal Serverless Gpu · braxtonrose4 bundle
    Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.
    0
    installs
  43. Clip · braxtonrose4 bundle
    OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.
    0
    installs
  44. Inference Sh CLI · braxtonrose4 bundle
    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
    0
    installs
  45. Find Nearby · braxtonrose4 bundle
    Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.
    0
    installs
  46. Dspy · braxtonrose4 bundle
    Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
    0
    installs
  47. Peft Fine Tuning · braxtonrose4 bundle
    Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.
    0
    installs
  48. Polymarket · braxtonrose4 bundle
    Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.
    0
    installs
  49. Faiss · braxtonrose4 bundle
    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 similarity search without metadata. Best for high-performance applications.
    0
    installs
  50. Llava · braxtonrose4 bundle
    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 vision-language chatbots or image understanding tasks. Best for conversational image analysis.
    0
    installs
  51. Simpo Training · braxtonrose4 bundle
    Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.
    0
    installs
  52. Slime Rl Training · braxtonrose4 bundle
    Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.
    0
    installs
  53. Gguf Quantization · braxtonrose4 bundle
    GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
    0
    installs
  54. Serving Llms Vllm · braxtonrose4 bundle
    Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.
    0
    installs
  55. Whisper · braxtonrose4 bundle
    OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.
    0
    installs
  56. Blogwatcher · braxtonrose4
    Monitor blogs and RSS/Atom feeds for updates using the blogwatcher-cli tool. Add blogs, scan for new articles, track read status, and filter by category.
    0
    installs
  57. Chroma · braxtonrose4 bundle
    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 document retrieval. Best for local development and open-source projects.
    0
    installs
  58. Qdrant Vector Search · braxtonrose4 bundle
    High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
    0
    installs
  59. Apple Reminders · braxtonrose4
    Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
    0
    installs
  60. Mcporter · braxtonrose4
    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.
    0
    installs
  61. Himalaya · braxtonrose4 bundle
    CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
    0
    installs
  62. Native MCP · braxtonrose4
    Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Zorro Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.
    0
    installs
  63. Gif Search · braxtonrose4
    Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.
    0
    installs
  64. LLM Wiki · braxtonrose4
    Karpathy's LLM Wiki — build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency.
    0
    installs
  65. Ascii Art · braxtonrose4
    Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs (asciified, ascii.co.uk), and LLM fallback. No API keys required.
    0
    installs
  66. Github Auth · braxtonrose4 bundle
    Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.
    0
    installs
  67. Openhue · braxtonrose4
    Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.
    0
    installs
  68. Excalidraw · braxtonrose4 bundle
    Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.
    0
    installs
  69. Linear · braxtonrose4
    Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
    0
    installs
  70. Notion · braxtonrose4 bundle
    Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.
    0
    installs
  71. Godmode · braxtonrose4 bundle
    Jailbreak API-served LLMs using G0DM0D3 techniques — Parseltongue input obfuscation (33 techniques), GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing, encoding escalation, and Zorro-native prefill/system prompt integration. Use when a user wants to bypass safety filters, jailbreak a model, or red-team model robustness.
    0
    installs
  72. Xitter · braxtonrose4
    Interact with X/Twitter via the x-cli terminal client using official X API credentials. Use for posting, reading timelines, searching tweets, liking, retweeting, bookmarks, mentions, and user lookups.
    0
    installs
  73. Fastmcp · braxtonrose4 bundle
    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 deployment.
    0
    installs
  74. Github Issues · braxtonrose4 bundle
    Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.
    0
    installs
  75. Obsidian · braxtonrose4
    Read, search, and create notes in the Obsidian vault.
    0
    installs
  76. Qmd · braxtonrose4
    Search personal knowledge bases, notes, docs, and meeting transcripts locally using qmd — a hybrid retrieval engine with BM25, vector search, and LLM reranking. Supports CLI and MCP integration.
    0
    installs
  77. Nano PDF · braxtonrose4
    Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.
    0
    installs
  78. Base · braxtonrose4 bundle
    Query Base (Ethereum L2) blockchain data with USD pricing — wallet balances, token info, transaction details, gas analysis, contract inspection, whale detection, and live network stats. Uses Base RPC + CoinGecko. No API key required.
    0
    installs
  79. Agentmail · braxtonrose4
    Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. zorro-agent@agentmail.to).
    0
    installs
  80. Github Code Review · braxtonrose4 bundle
    Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.
    0
    installs
  81. Github Pr Workflow · braxtonrose4 bundle
    Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.
    0
    installs
  82. Plan · braxtonrose4
    Plan mode for Zorro — inspect context, write a markdown plan into the active workspace's `.zorro/plans/` directory, and do not execute the work.
    0
    installs
  83. Solana · braxtonrose4 bundle
    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.
    0
    installs
  84. Codex · braxtonrose4
    Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.
    0
    installs
  85. 1password · braxtonrose4 bundle
    Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
    0
    installs
  86. Obliteratus · braxtonrose4 bundle
    Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament evaluation, and telemetry-driven recommendations. Use when a user wants to uncensor, abliterate, or remove refusal from an LLM.
    0
    installs
  87. Canvas · braxtonrose4 bundle
    Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.
    0
    installs
  88. Siyuan · braxtonrose4
    SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.
    0
    installs
  89. Popular Web Designs · braxtonrose4 bundle
    54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.
    0
    installs
  90. Webhook Subscriptions · braxtonrose4
    Create and manage webhook subscriptions for event-driven agent activation. Use when the user wants external services to trigger agent runs automatically.
    0
    installs
  91. Blender MCP · braxtonrose4
    Control Blender directly from Zorro 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.
    0
    installs
  92. Opencode · braxtonrose4
    Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions. Requires the opencode CLI installed and authenticated.
    0
    installs
  93. Github Repo Management · braxtonrose4 bundle
    Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
    0
    installs
  94. Google Workspace · braxtonrose4 bundle
    Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via gws CLI (googleworkspace/cli). Uses OAuth2 with automatic token refresh via bridge script. Requires gws binary.
    0
    installs
  95. Neuroskill Bci · braxtonrose4 bundle
    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 wearable (Muse 2/S or OpenBCI) and the NeuroSkill desktop app running locally.
    0
    installs
  96. Parallel CLI · braxtonrose4
    Optional vendor skill for Parallel CLI — agent-native web search, extraction, deep research, enrichment, FindAll, and monitoring. Prefer JSON output and non-interactive flows.
    0
    installs
  97. Telephony · braxtonrose4 bundle
    Give Zorro phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.
    0
    installs
  98. Oss Forensics · braxtonrose4 bundle
    Supply chain investigation, evidence recovery, and forensic analysis for GitHub repositories. Covers deleted commit recovery, force-push detection, IOC extraction, multi-source evidence collection, hypothesis formation/validation, and structured forensic reporting. Inspired by RAPTOR's 1800+ line OSS Forensics system.
    0
    installs
  99. Bioinformatics · braxtonrose4
    Gateway to 400+ bioinformatics skills from bioSkills and ClawBio. Covers genomics, transcriptomics, single-cell, variant calling, pharmacogenomics, metagenomics, structural biology, and more. Fetches domain-specific reference material on demand.
    0
    installs
  100. Claude Code · braxtonrose4
    Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.
    0
    installs