AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
benchflow-ai avatar

benchflow-ai

49 listings · 0 installs

Open-source publisher. Listings imported from github.com/benchflow-ai — credited to the original author with their license.

↗ github.com/benchflow-ai
49+ results
Self-run
SKILL

Csv Processing

Use this skill when reading sensor data from CSV files, writing simulation results to CSV, processing time-series data with pandas, or handling missing values in datasets.

0
3
Free
Self-run
SKILL

Gpt Multimodal

Analyze images and multi-frame sequences using OpenAI GPT series

0
2
Free
Self-run
SKILL

Xlsx Parsing

Read Microsoft Excel (.xlsx) files robustly with `openpyxl` (or `pandas`). Covers multi-sheet workbooks, header rows, empty cells, merged cells, comma-separated list cells, and converting a sheet to a list-of-dicts the rest of your code can consume. Use when a task input or reference document is an `.xlsx` file rather than JSON/CSV.

0
3
Free
Self-run
SKILL

Geometric Layout Repair

Use when producing a minimally changed repaired 2D layout in JSON from extracted architectural geometry and rule-based clearance constraints.

0
3
Free
Self-run
SKILL

Pid Controller

Use this skill when implementing PID control loops for adaptive cruise control, vehicle speed regulation, throttle/brake management, or any feedback control system requiring proportional-integral-derivative control.

0
3
Free
Self-run
SKILL

Elevenlabs Tts

ElevenLabs Text-to-Speech API for high-quality speech synthesis.

0
1
Free
Self-run
SKILL

Task Review

SkillsBench task PR review — classifies the task track (standard / research / multimodal), runs static policy checks against the track-specific rubric, benchmarks the task across oracle plus Claude and Codex (with and without skills), audits trajectories for cheating and skill invocation, and produces a `pr-N-task-timestamp-run.txt` review report alongside a `prN.zip` bundle of trajectories. Use…

0
3
Free
Self-run
SKILL

Contract Playbook Review

Methodology for clause-by-clause review of a contract against a structured deviation policy ("playbook"). Covers how to walk a playbook, locate the matching provision in the contract, apply rule types (max-value, must-be-present, must-be-absent, acceptable-set, must-have-feature), classify the result (ok / risk / reject), choose the prescribed action, and ground each finding in a verbatim excerpt…

0
3
Free
Self-run
SKILL

Gtts

Google Text-to-Speech (gTTS) for converting text to audio. Use when creating audiobooks, podcasts, or speech synthesis from text. Handles long text by chunking at sentence boundaries and concatenating audio segments with pydub.

0
3
Free
Self-run
SKILL

Openai Tts

OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones.

0
3
Free
Self-run
SKILL

Nda Clause Taxonomy

Reference for the standard clauses found in commercial non-disclosure agreements (mutual and one-way) — what each clause does, the surface forms it appears in, and how to recognise it in unfamiliar drafting. Use when reviewing, comparing, or extracting provisions from any confidentiality / NDA / mutual NDA / standstill-and-confidentiality agreement.

0
3
Free
Self-run
SKILL

Mesh Analysis

Analyzes 3D mesh files (STL) to calculate geometric properties (volume, components) and extract attribute data. Use this skill to process noisy 3D scan data and filter debris.

0
3
Free
Self-run
SKILL

Triangulated Fx Rates

>-

0
3
Free
Self-run
SKILL

Whisper Transcription

Transcribe audio/video to text with word-level timestamps using OpenAI Whisper. Use when you need speech-to-text with accurate timing information for each word.

0
3
Free
Self-run
SKILL

Rdkit

Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.

0
3
Free
Self-run
SKILL

Modal Gpu

Run Python code on cloud GPUs using Modal serverless platform. Use when you need A100/T4/A10G GPU access for training ML models. Covers Modal app setup, GPU selection, data downloading inside functions, and result handling.

0
4
Free
Self-run
SKILL

Video Frame Extraction

Extract frames from video files and save them as images using OpenCV

0
3
Free
Self-run
SKILL

Online Resource Scheduling

Design deterministic online scheduling policies from current observations. Use when assigning arriving work to limited resources without seeing future requests.

0
3
Free
Self-run
SKILL

Pdf

PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.

0
2
Free
Self-run
SKILL

Speaker Clustering Methods

Choose and implement clustering algorithms for grouping speaker embeddings after VAD and embedding extraction. Compare Hierarchical clustering (auto-tunes speaker count), KMeans (fast, requires known count), and Agglomerative clustering (fixed clusters). Use Hierarchical clustering when speaker count is unknown, KMeans when count is known, and always normalize embeddings before clustering.

0
3
Free
Self-run
SKILL

Nanogpt Training

Train GPT-2 scale models (~124M parameters) efficiently on a single GPU. Covers GPT-124M architecture, tokenized dataset loading (e.g., HuggingFace Hub shards), modern optimizers (Muon, AdamW), mixed precision training, and training loop implementation.

0
2
Free
Self-run
SKILL

Speech To Text

Transcribe video to timestamped text using Whisper tiny model (pre-installed).

0
3
Free
Self-run
SKILL

Automatic Speech Recognition (ASR)

Transcribe audio segments to text using Whisper models. Use larger models (small, base, medium, large-v3) for better accuracy, or faster-whisper for optimized performance. Always align transcription timestamps with diarization segments for accurate speaker-labeled subtitles.

0
3
Free
Self-run
SKILL

Architectural Dxf Extraction

Use when extracting plan-view architectural geometry from DXF files with semantic CAD layers, especially when outputs must normalize rooms, doors, fixtures, clearances, and grab bars into machine-checkable JSON.

0
3
Free
Self-run
SKILL

Gemini Video Understanding

Analyze videos with Google Gemini API (summaries, Q&A, transcription with timestamps + visual context, scene/timeline detection, video clipping, FPS control, multi-video comparison, and YouTube URL analysis).

0
3
Free
Self-run
SKILL

Comp3 Packed Decimal

>-

0
2
Free
Self-run
SKILL

Ebcdic Overpunch Decoding

>-

0
3
Free
Self-run
SKILL

Pubchem Database

Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.

0
3
Free
Self-run
SKILL

Gmail Skill

Manage Gmail - send, read, search emails, manage labels and drafts. Use when user wants to interact with their Gmail account for email operations.

0
2
Free
Self-run
SKILL

Multimodal Fusion for Speaker Diarization

Combine visual features (face detection, lip movement analysis) with audio features to improve speaker diarization accuracy in video files. Use OpenCV for face detection and lip movement tracking, then fuse visual cues with audio-based speaker embeddings. Essential when processing video files with multiple visible speakers or when audio-only diarization needs visual validation.

0
2
Free
Self-run
SKILL

Ffmpeg Video Editing

Video editing with ffmpeg including cutting, trimming, concatenating segments, and re-encoding. Use when working with video files (.mp4, .mkv, .avi) for: removing segments, joining clips, extracting portions, or any video manipulation task.

0
3
Free
Self-run
SKILL

Task Creator

SkillsBench task authoring — walk a contributor from idea to submission-ready task following CONTRIBUTING.md and the task-implementation rubric. Use when the user wants to create a new SkillsBench task, scaffold a task from an existing workflow (notebook, Excel workbook, document, dataset), convert a prompt or a benchmark item into a SkillsBench task, write skills for a task, or prepare a SkillsB…

0
3
Free
Self-run
SKILL

Audiobook

Create audiobooks from web content or text files. Handles content fetching, text processing, and TTS conversion with automatic fallback between ElevenLabs, OpenAI TTS, and gTTS.

0
3
Free
Self-run
SKILL

Fragmentation Aware Packing

Choose placements that preserve useful residual capacity. Use for bin packing, GPU sharing, accelerator placement, and multi-resource scheduling where stranded capacity hurts future fit.

0
3
Free
Self-run
SKILL

Voice Activity Detection (VAD)

Detect speech segments in audio using VAD tools like Silero VAD, SpeechBrain VAD, or WebRTC VAD. Use when preprocessing audio for speaker diarization, filtering silence, or segmenting audio into speech chunks. Choose Silero VAD for short segments, SpeechBrain VAD for general purpose, or WebRTC VAD for lightweight applications.

0
0
Free
Self-run
SKILL

Hierarchical Taxonomy Clustering

Build unified multi-level category taxonomy from hierarchical product category paths from any e-commerce companies using embedding-based recursive clustering with intelligent category naming via weighted word frequency analysis.

0
1
Free
Self-run
SKILL

Gnucobol Mainframe Batch

>-

0
3
Free
Self-run
SKILL

Gl Posting Codes

>-

0
1
Free
Self-run
SKILL

Multi Resource Allocation Validation

Validate and repair proposed resource allocations by replaying them against temporary capacity. Use when actions consume several resource dimensions such as CPU, memory, GPUs, or accelerators.

0
3
Free
Self-run
SKILL

Gh Cli

The gh CLI is GitHub's official command line tool for interacting with GitHub repositories, issues, pull requests, and more. When needs to interact with GitHub repositories, issues, pull requests, and more, use this skill.

0
3
Free
Self-run
SKILL

Attention Variants From Papers

Implement paper-defined attention variants by extracting mechanism invariants, mapping tensor shapes, preserving module interfaces, validating numerical behavior, and integrating the custom attention into an existing transformer stack.

0
3
Free
Self-run
SKILL

Gemini Count In Video

Analyze and count objects in videos using Google Gemini API (object counting, pedestrian detection, vehicle tracking, and surveillance video analysis).

0
3
Free
Self-run
SKILL

Filler Word Processing

Process filler word annotations to generate video edit lists. Use when working with timestamp annotations for removing speech disfluencies (um, uh, like, you know) from audio/video content.

0
3
Free
Self-run
SKILL

Paired Reversal Cancellation

>-

0
4
Free
Self-run
SKILL

Ada Plan View Accessibility

Use when checking simplified ADA-derived plan-view bathroom accessibility constraints such as turning space, door clear width, toilet centerline, grab bars, and lavatory knee/toe clearance.

0
3
Free
Self-run
SKILL

Constraint Parser

Parse scheduling constraints from a email text.

0
3
Free
Self-run
SKILL

Skill Creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

0
3
Free
Self-run
SKILL

Mhc Algorithm

Implement mHC (Manifold-Constrained Hyper-Connections) for stabilizing deep network training. Use when implementing residual connection improvements with doubly stochastic matrices via Sinkhorn-Knopp algorithm. Based on DeepSeek's 2025 paper (arXiv:2512.24880).

0
3
Free
Self-run
SKILL

Skillsbench

SkillsBench contribution workflow. Use when: (1) Creating benchmark tasks, (2) Understanding repo structure, (3) Preparing PRs for task submission.

0
3
Free