Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Files & storage
4,495 results · page 50 of 150
- View details
file-magic-mismatch-counterexampleSkillFiles & storage
Generated counterexample containing a static asset whose extension does not match its content
Ready to connect★ 384
- View details
js-fs-exampleSkillFiles & storage
Rule matrix negative fixture - example file system usage in documentation; not intended for production deployment.
Ready to connect★ 384
- View details
path-safe-realpathSkillFiles & storage
Rule matrix negative fixture - uses realpath to validate file paths; not intended for production deployment.
Ready to connect★ 384
- View details
pdf-safeSkillFiles & storage
Rule matrix negative fixture - plain text file with .pdf extension marker; not intended for production deployment.
Ready to connect★ 384
- View details
security-payloadsSkillFiles & storage
Essential exploitation payloads: anti-virus test files, file name exploits, malicious files. Curated for testing.
Ready to connect★ 383
- View details
dexSkillFiles & storage
Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
Ready to connect★ 383
- View details
file_organizerSkillFiles & storage
Automatically organize files in a specified directory by moving them into subfolders based on their file extensions. Use for cleaning up messy folders like Downloads or Desktop.
Ready to connect★ 383
- View details
file-formatSkillFiles & storage
Use this skill BEFORE generating any file output — PDF, PPTX, DOCX, XLSX, HTML, or Markdown. Triggers include: any request to create, produce, or generate a document, presentation, spreadsheet, report, memo, proposal, invoice, resume, or any formatted file. Also use when the user asks to update form
Ready to connect★ 383
- View details
google-sheetSkillFiles & storage
Read, write, append, and manage Google Sheets via the Google Sheets API (Node.js SDK). Use when you need to interact with spreadsheets — reading data, writing/updating cells, appending rows, clearing ranges, formatting cells, managing sheets. Requires a Google Cloud service account with Sheets API e
Ready to connect★ 383
- View details
google-sheetsSkillFiles & storage
Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google Sheets. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway
Ready to connect★ 383
- View details
markdown-converterSkillFiles & storage
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analy
Ready to connect★ 383
- View details
microsoft-excelSkillFiles & storage
Microsoft Excel API integration with managed OAuth. Read and write Excel workbooks, worksheets, ranges, tables, and charts stored in OneDrive. Use this skill when users want to read or modify Excel spreadsheets, manage worksheet data, work with tables, or access cell values. For other third party ap
Ready to connect★ 383
- View details
one-driveSkillFiles & storage
OneDrive API integration with managed OAuth via Microsoft Graph. Manage files, folders, and sharing. Use this skill when users want to upload, download, organize, or share files in OneDrive. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires net
Ready to connect★ 383
- View details
travel-plan-vizSkillFiles & storage
Turns travel itineraries into a beautiful, offline-readable, mobile-first single-file HTML (interactive map + daily timeline + pre-departure booking reminders). Two ways to use it—give it just a destination and number of days and let it plan for you, or drop in an existing plan and have it generate
Ready to connect★ 377
- View details
context-driven-developmentSkillFiles & storage
Lets your agent keep structured project documentation so its answers stay consistent with your codebase.
Ready to connect★ 377
- View details
message-busSkillFiles & storage
File-based message queue for inter-agent coordination. Used by workers AND board directors to communicate. Provides: progress updates, task completion signals, file locking, board deliberation. Core infrastructure for parallel execution.
Ready to connect★ 377
- View details
watching-videosSkillFiles & storage
The user shared a video URL, a YouTube/TikTok/stream link, a local video file, a screen recording, a meeting recording, or a playlist/folder of videos — "watch this", "summarize this video", "what's in this recording". Use this to actually watch the video — download, extract frames, OCR, transcribe,
Ready to connect★ 375
- View details
create-changesetSkillFiles & storage
Create IX changesets from a diff, changed file list, or PR summary. Use for selecting affected packages, choosing patch/minor/major, drafting .changeset markdown, adding release-note text, and confirming when a change is internal-only in the Siemens IX monorepo.
Ready to connect★ 373
- View details
code-task-generatorSkillFiles & storage
Generate structured .code-task.md files from rough descriptions or PDD plans.
Ready to connect★ 372
- View details
create-profileSkillFiles & storage
Create, design, or set up a new bot profile with soul files and appropriate tool assignments. Use when the user asks for a new profile, support bot, assistant, persona, or specialized bot.
Ready to connect★ 372
- View details
mediaSkillFiles & storage
Play audio files, record from microphone, take photos. Use for media playback, voice recording, or camera capture.
Ready to connect★ 372
- View details
reflexio-consolidateSkillFiles & storage
Run a full-sweep consolidation over all .reflexio/ files — TTL sweep + n-way cluster merge. Use when the user asks to 'clean up reflexio', 'consolidate memory', 'deduplicate playbooks', or suspects drift across sessions.
Ready to connect★ 369
- View details
ib-create-consolidated-reportSkillFiles & storage
Consolidate IBRK trade CSV files from a directory into a summary report. Groups trades by symbol, underlying, date, strike, buy/sell, and open/close. Outputs both markdown and CSV.
Ready to connect★ 364
- View details
markdown-to-pdfSkillFiles & storage
Convert a markdown file to PDF using mistune + reportlab. Use when the user wants to convert a .md file to PDF, or when another skill needs to produce a PDF from markdown output.
Ready to connect★ 364
- View details
discord-agent-fleetSkillFiles & storage
Create and run multiple conversational AI bots resident on Discord. Also covers pitfalls of running them on an always-on machine (sleep mode, automatic config file loading, usage limits).
Ready to connect★ 364
- View details
astropy-astronomySkillFiles & storage
Core Python library for astronomy/astrophysics: units with dimensional analysis, celestial coordinate transforms (ICRS/Galactic/AltAz/FK5), FITS I/O, tables (FITS/HDF5/VOTable/CSV), cosmology (Planck18, distance/age), precise time (UTC/TAI/TT/TDB, Julian, barycentric), WCS pixel-world mapping, model
Ready to connect★ 363
- View details
degenerate-input-filteringSkillFiles & storage
Filter degenerate, uninformative inputs before statistical tests: single-sequence alignments, empty files, constant features, zero-variance inputs, all-NaN columns. See nan-safe-correlation for NaN-aware correlation; statistical-analysis for test guidance.
Ready to connect★ 363
- View details
elife-figure-guideSkillFiles & storage
eLife figure preparation: file formats (TIFF/EPS/PDF), striking image requirements (1800x900 px), figure supplement naming, and image screening policy treating selective enhancement as misconduct.
Ready to connect★ 363
- View details
opentrons-protocol-apiSkillFiles & storage
Python API v2 for Opentrons OT-2/Flex liquid handlers: protocols as Python files with metadata and run(); control pipettes, labware, and modules (thermocycler, heater-shaker, magnetic, temperature). Simulate via opentrons_simulate then upload. Use PyLabRobot for vendor-agnostic scripts (Hamilton, Te
Ready to connect★ 363
- View details
plannotate-plasmid-annotationSkillFiles & storage
Auto-annotate plasmids with features (promoters, terminators, resistance, origins, tags, fluorescent proteins) via BLAST against curated DBs (Addgene, fpbase, SnapGene). FASTA or raw sequence in; annotated GenBank, interactive HTML maps, CSV tables out. Handles circular topology. Use to verify synth
Ready to connect★ 363
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.