braxtonROSE4

61 mods across 2 repositories, 42 stars between them.

clone-website

01

braxtonROSE4/clone-any-website

Skill Claude CodeCodex

Reverse-engineer and pixel-perfect clone any live website, a single landing page or an entire site. Captures DOM, CSS design tokens, assets, fonts, and compiled-JS config data from the live page, reverse-engineers scroll animations and stateful interactions, rebuilds (raw-HTML mirror for static-export sites like…

34 29d ago A 303 tokens

blackbox

02

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 47 tokens copy · 97% MIT

honcho

03

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Configure and use Honcho memory with Zorro -- cross-session user modeling, multi-profile peer isolation, observation config, and dialectic reasoning. Use when setting up Honcho, troubleshooting memory, managing profiles with Honcho peers, or tuning observation and recall settings.

8 4mo ago A 55 tokens original MIT

base

04

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 51 tokens copy · 98% MIT

solana

05

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 47 tokens copy · 86% MIT

one-three-one-rule

06

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 105 tokens copy · 84% MIT

blender-mcp

07

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 54 tokens copy · 95% MIT

meme-generation

08

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Generate real meme images by picking a template and overlaying text with Pillow. Produces actual .png meme files.

8 4mo ago A 27 tokens copy · 94% MIT

inference-sh-cli

09

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago C 74 tokens copy · 91% MIT

docker-management

10

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.

8 4mo ago A 29 tokens copy · 97% MIT

agentmail

11

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Give the agent its own dedicated email inbox via AgentMail. Send, receive, and manage email autonomously using agent-owned email addresses (e.g. [email protected]).

8 4mo ago A 41 tokens copy · 92% MIT

neuroskill-bci

12

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 82 tokens copy · 94% MIT

fastmcp

13

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 62 tokens copy · 86% MIT

openclaw-migration

14

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Migrate a user's OpenClaw customization footprint into Zorro Agent. Imports Zorro-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from /.openclaw, then reports exactly what could not be migrated and why.

8 4mo ago A 58 tokens copy · 86% MIT

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 69 tokens copy · 89% MIT

chroma

16

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 63 tokens copy · 94% MIT

faiss

17

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 66 tokens copy · 94% MIT

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 78 tokens copy · 94% MIT

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

Build, test, and debug Zorro Agent RL environments for Atropos training. Covers the ZorroAgentBaseEnv interface, reward functions, agent loop integration, evaluation with tools, wandb logging, and the three CLI modes (serve/process/evaluate). Use when creating, reviewing, or fixing RL environments in the zorro-agent…

8 4mo ago A 77 tokens original MIT

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 75 tokens copy · 97% MIT

instructor

21

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago A 41 tokens copy · 100% MIT

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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.

8 4mo ago C 47 tokens copy · 94% MIT

llava

23

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 64 tokens copy · 97% MIT

nemo-curator

24

braxtonROSE4/zorro-agent

Skill Claude CodeCodex

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…

8 4mo ago A 83 tokens copy · 95% MIT