github.com/OpenLAIR/dr-claw
| Skill | Added | Review |
|---|---|---|
aris-auto-paper-improvement-loop skills/aris-auto-paper-improvement-loop/SKILL.md Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
aris-analyze-results skills/aris-analyze-results/SKILL.md Analyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to interpret experimental data. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
langchain skills/agents/langchain/SKILL.md Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments. | 62 62 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
crewai-multi-agent skills/agents/crewai/SKILL.md Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
drclaw agent-harness/SKILL.md Dr. Claw workspace skill for project lookup, session inspection, TaskMaster progress, OpenClaw structured schema, and event-driven reporting | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
sentencepiece skills/tokenization/sentencepiece/SKILL.md Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization. | 63 63 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 01ef795 | |
huggingface-tokenizers skills/tokenization/huggingface-tokenizers/SKILL.md 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. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
prompt-guard skills/safety-alignment/prompt-guard/SKILL.md Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
nemo-guardrails skills/safety-alignment/nemo-guardrails/SKILL.md NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
llamaguard skills/safety-alignment/llamaguard/SKILL.md Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
constitutional-ai skills/safety-alignment/constitutional-ai/SKILL.md Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
sentence-transformers skills/rag/sentence-transformers/SKILL.md Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 | |
pinecone skills/rag/pinecone/SKILL.md 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. | 64 64 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 01ef795 | |
chroma skills/rag/chroma/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 01ef795 | |
outlines skills/prompt-engineering/outlines/SKILL.md 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 | 57 57 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 01ef795 | |
guidance skills/prompt-engineering/guidance/SKILL.md 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 | 59 59 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
verl-rl-training skills/post-training/verl/SKILL.md Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends. | 54 54 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
fine-tuning-with-trl skills/post-training/trl-fine-tuning/SKILL.md 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. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
simpo-training skills/post-training/simpo/SKILL.md 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. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
openrlhf-training skills/post-training/openrlhf/SKILL.md High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing. | 62 62 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
grpo-rl-training skills/post-training/grpo-rl-training/SKILL.md Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training | 52 52 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
paper-image-extractor skills/paper-image-extractor/SKILL.md Extract figures from papers — prioritizes arXiv source package for high-quality images | 57 57 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
paper-finder skills/paper-finder/SKILL.md Search existing paper notes by title, author, keyword, or research domain | 59 59 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 01ef795 | |
paper-analyzer skills/paper-analyzer/SKILL.md Deep analysis of a single paper — generate structured notes with figures, evaluation, and knowledge graph updates | 53 53 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 01ef795 | |
hqq-quantization skills/optimization/hqq/SKILL.md Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 01ef795 |