Skills

All Skills

scripts

Skills tagged with #scripts

@nguyenthienthanh

plan-orchestrator

Route hierarchical-planning intents to the correct backing script. Use when the user invokes /aura-frog:plan (with or without subcommand), mentions plan verbs (expand/next/replan/promote/archive/freeze/thaw/undo/status/conflicts), or types a plan-vocabulary bare word with .claude/plans/active.json present. Owns verb table, intent classifier, and 3-stage routing pipeline.

nguyenthienthanh/aura-frog
1mo ago
170
@github

awf-debug-tools

Practical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains

github/gh-aw-firewall+2 more
2mo ago
440
@tenstorrent

bash-safety

Enforce safe bash scripting practices when writing, reviewing, or fixing shell scripts. Covers quoting, arrays, conditionals, arithmetic, redirections, strict mode, and static analysis. Use when editing .sh/.bash files, reviewing shell scripts, fixing shellcheck warnings, or writing new bash code.

tenstorrent/tt-metal
2mo ago
1.4K0
@zdavison

kadai

kadai is a script runner for this project. Discover available actions with kadai list --json, and run them with kadai run <action-id>.

zdavison/deer
2mo ago
50
@sudais-khalid

vibe-ship

Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack from repo files (package.json, requirements.txt, go.mod, pom.xml, Gemfile, etc.) and writes real working files, not just advice. Also audits an EXISTING Dockerfile/compose/CI setup with a static scoring script and reports concrete findings. Use whenever the user asks to "dockerize", "containerize", "make this deployable", "production-ready", "vibe ship this", "add CI/CD", "set up deployment", "ship this app", requests a Dockerfile/docker-compose/GitHub Actions workflow, or wants a deployment setup reviewed -- even for just one piece (e.g. "add a Dockerfile"), since the full set is interdependent.

sudais-khalid/vibe-ship
1d ago
120
@pdugan20

format-cc

Formats Claude Code files with markdownlint, prettier, and shellcheck. Use when user asks to "format my files", "fix markdown formatting", "clean up CLAUDE.md", or "check shell scripts". Auto-fixes markdown, JSON, YAML formatting and analyzes shell script quality.

pdugan20/claudelint+4 more
2mo ago
50
@managedcode

apple-crash-symbolication

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash from an .ips file on any Apple platform, resolving native backtrace frames in libcoreclr or libmonosgen-2.0 to .NET runtime source code, retrieving .ips crash logs from a connected iOS device or iPhone, or investigating EXC_CRASH, EXC_BAD_ACCESS, SIGABRT, or SIGSEGV originating from the .NET runtime. DO NOT USE FOR pure Swift/Objective-C crashes with no .NET components, or Android tombstone files. INVOKES Symbolicate-Crash.ps1 script, atos, dwarfdump, idevicecrashreport.

managedcode/dotnet-skills+92 more
2mo ago
3410
@whoschek

bzfs-experimental-script-generator

Generate or change idiomatic minimal Bash and Python scripts that use bzfs and bzfs_jobrunner for ZFS snapshot management workflows in a sandboxed test VM: snapshot creation, replication/backup, restore rehearsal, snapshot pruning, snapshot monitoring, and snapshot list comparison. Use when asked to create or change ad hoc/manual or periodic/automatic scripts for these tasks. Do not use this skill for general ZFS administration or non-bzfs tooling.

whoschek/bzfs+1 more
2mo ago
2070
@huggingface

cuda-kernels

Provides guidance for writing and benchmarking optimized CUDA kernels for NVIDIA GPUs (H100, A100, T4) targeting HuggingFace diffusers and transformers libraries. Supports models like LTX-Video, Stable Diffusion, LLaMA, Mistral, and Qwen. Includes integration with HuggingFace Kernels Hub (get_kernel) for loading pre-compiled kernels. Includes benchmarking scripts to compare kernel performance against baseline implementations.

huggingface/kernels
2mo ago
4980
@adelaidasofia

AI Brain Starter — Interactive Setup

You are setting up a new user's AI-powered second brain. This is an interactive, conversational setup, not a script dump. Go step by step, wait for their answers, and adapt to what they have.

adelaidasofia/ai-brain-starter+23 more
1mo ago
60
@susomejias

rembric-plugin-development

Apply when creating, modifying, or reviewing any Rembric agent plugin. Triggers on changes under `apps/plugin/`, on new clients added alongside Claude Code / Codex CLI / Hermes Agent / opencode, on edits to `apps/plugin/bin/rembric-bridge.mjs` or `apps/plugin/bin/rembric-dotenv.mjs`, on per-client manifest changes, or on plugin install/uninstall scripts. End-to-end validation against `pnpm run dev:docker:up` is mandatory whenever local testing is feasible.

susomejias/rembric+5 more
1mo ago
50
@agno-agi

system-info

Get system information using executable scripts

agno-agi/agno
2mo ago
38.7K0
@NoEdgeAI

iphoneclaw-action-scripts

Record, register, and invoke iPhoneClaw action scripts to reduce VLM tokens and make automations repeatable. Use when you want the model/agent to call `run_script(name=..., vars=...)`, when updating `action_scripts/registry.json`, when exporting scripts from `runs/*/events.jsonl`, or when triggering scripts remotely via `python -m iphoneclaw ctl run-script` while the worker is paused.

NoEdgeAI/iphoneclaw+1 more
2mo ago
490
@mcp-registry
MCP

Rum Analytics

RUM platform for web performance analytics, Core Web Vitals, and third-party script monitoring.

mcpweb
2mo ago
0
@Cyfrin

solskill

Create production grade smart contracts. Use this skill when the user asks to write smart contracts, specially if they are going to be deployed to production (to a mainnet, or used in a mainnet script).

soliditysmart-contractsfoundryevmblockchainweb3
Cyfrin/forge-template
2mo ago
630
@lakehq

run-pyspark-script

Runs a PySpark script.

lakehq/sail
2mo ago
1.2K0
@exasol-labs

exasol

Top-level router for Exasol work. Use for any Exasol database, exapump, SQL, BucketFS, extension, integration, UDF, Script Language Container, or Exasol Personal setup task, then route to the narrowest specialized Exasol skill.

exasol-labs/exasol-agent-skills+7 more
7h ago
90
@gtwatts

mainframe-bash

Use when writing bash scripts, shell automation, CLI tools, or any bash programming task with Kimi CLI.

gtwatts/mainframe+1 more
1mo ago
100
@Redth

app-store-connect-api

Guide for implementing Apple App Store Connect API integrations. Use when: (1) Building API clients to manage certificates, provisioning profiles, bundle IDs, or devices, (2) Implementing JWT authentication for App Store Connect, (3) Understanding API request/response patterns and error handling, (4) Working with TestFlight builds, beta groups, or app submissions, (5) Discovering available endpoints, schemas, or capabilities via the OpenAPI spec. Includes scripts for fetching and analyzing Apple's official OpenAPI specification.

Redth/AppleDev.Tools+1 more
2mo ago
520
@fy0

codekanban-cli

Operate CodeKanban workflows, terminal sessions, and web sessions through the installable `codekanban-cli` command. Use when the user wants to create, inspect, control, watch, or continue CodeKanban AI work from a project path, project ID, or project name without relying on repository-local helper scripts. Prefer `web-session` for structured interactive work, and use `workflow start` or `terminal continue` only when the user explicitly wants PTY-style terminal behavior.

fy0/CodeKanban+1 more
2mo ago
1870
@tdimino

bg3-steam-launcher

Launch Baldur's Gate 3 through Steam on macOS and load saved games using macos-automator and peekaboo MCP servers. Designed for testing bg3se-macos (Script Extender) development. Use when: (1) launching BG3 from Steam, (2) loading a BG3 saved game, (3) testing SE mod injection, (4) user asks to "start BG3", "load my BG3 save", "play Baldur's Gate", "test the script extender". Requires macos-automator and peekaboo MCP servers installed with accessibility permissions.

tdimino/bg3se-macos+1 more
2mo ago
300
@jvPalma

dr-cli

Master the DotRun CLI for unified script, alias, and config management

jvPalma/dotrun
2mo ago
70
@BA-CalderonMorales

Manual Patching Guide: Homebrew Tap Fix

**Objective**: Fix the `update-formula.sh` script in `BA-CalderonMorales/homebrew-terminal-jarvis` to prevent deployment failures.

BA-CalderonMorales/terminal-jarvis+13 more
2mo ago
1220
@think41

extrasuite

CRUD on google workspace files - Sheets, Slides, Docs, Forms. Compose drafts in Gmail. Fuzzy search through Contacts. Manage Google Calendar and App Script projects.

think41/extrasuite
2mo ago
1290
@dotnet

api-diff

Generate an API comparison report between two .NET versions using the RunApiDiff.ps1 script. Invoke when the user asks to run, create, or generate an API diff.

dotnet/core+2 more
2mo ago
21.9K0
@gregario
MCP

Godot Forge

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

mcpgithubapi
gregario/godot-forge
2mo ago
0
@rediumvex

/social-captions — Algorithm-Optimized Social Media Captions (v2)

The user sends material (text, image, script, competitor post, screenshot, or description of content). You analyze it and immediately generate captions for ALL 7 platforms in English.

rediumvex/social-media-caption-generator-claude
2mo ago
410
@agents-flex

ai-tutor

Use when user asks to explain, break down, or help understand technical concepts (AI, ML, or other technical topics). Makes complex ideas accessible through plain English and narrative structure. Use the provided scripts to transcribe videos

agents-flex/agents-flex
2mo ago
1.3K0
@SyncTek-LLC
MCP

GhostQA

AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.

mcpgithubaibrowserweb
SyncTek-LLC/ghostqa
2mo ago
0
@LambdaTest

appium-skill

Generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Supports real device and emulator testing locally and on TestMu AI cloud with 100+ real devices. Use when the user asks to automate mobile apps, test on Android/iOS, write Appium tests, or mentions "Appium", "mobile testing", "real device", "app automation". Triggers on: "Appium", "mobile test", "Android test", "iOS test", "real device", "app automation", "UiAutomator", "XCUITest driver", "TestMu", "LambdaTest".

LambdaTest/agent-skills+37 more
2mo ago
740
@6BNBN

Playwright CLI Skill

Drive a real browser from the terminal using `playwright-cli`. In Cursor, prefer the bundled wrapper scripts so the CLI can run even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to `@playwright/test` unless the user explicitly asks for test files.

6BNBN/FlowPilot+1 more
2mo ago
1010
@FoundatioFx

foundatio-repositories

Use when querying, counting, patching, or paginating data through Foundatio.Repositories Elasticsearch abstractions. Covers filter expressions, aggregation queries, partial and script patches, and search-after pagination. Apply when working with any IRepository, ISearchableRepository, FindAsync, CountAsync, PatchAsync, PatchAllAsync, or RemoveAllAsync method. Never use raw IElasticClient directly -- always use repository methods. Use context7 MCP to fetch current API docs and examples.

FoundatioFx/Foundatio.Repositories
2mo ago
830
@conorluddy

ios-simulator-skill

21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

conorluddy/ios-simulator-skill
2mo ago
6130
@Enapter

enapter-blueprint

Enapter Blueprint skill covering Lua script, manifest, profiles, publishing to Marketplace. Use for any Enapter Blueprint development task.

Enapter/marketplace
2mo ago
590
@kayba-ai

ACE — Learn from Traces

This skill ships `learn_from_traces.py`, a script that reads OpenClaw session transcripts, feeds them through the ACE learning pipeline, and writes an updated skillbook to disk.

kayba-ai/agentic-context-engine+8 more
2mo ago
2.0K0
@eph5xx

ti-hnparse

Python scripts for fetching a single HN post (hnparse.py) and searching HN posts via Algolia (hnsearch.py)

eph5xx/tweakidea+1 more
2mo ago
120
@e0ipso

task-execute-blueprint

Drive the end-to-end execution of an existing AI Task Manager plan blueprint. The skill is assistant-agnostic and self-contained: every script it invokes lives under this skill's `scripts/` directory and is referenced by relative path.

e0ipso/ai-task-manager+2 more
1mo ago
290
@factory-ben

site-tools

Use the public toolbox scripts published from docs/tools via tool-runner.js. Covers listing tools, executing them safely with droid exec context, and required environment variables.

factory-ben/feed
2mo ago
1450
@aedev-tools

Execute the action script (already written to $SKILL_SCRIPTS/ae-action.jsx in Step 4)

bash "$SKILL_SCRIPTS/runner.sh" "$SKILL_SCRIPTS/ae-action.jsx" '{"arg1": "value1"}' ```

aedev-tools/adobe-agent-skills
2mo ago
330
@axtonliu

ai-pair

AI Pair Collaboration Skill. Coordinate multiple AI models to work together: one creates (Author/Developer), two others review (Codex + Gemini). Works for code, articles, video scripts, and any creative task. Trigger: /ai-pair, ai pair, dev-team, content-team, team-stop

axtonliu/ai-pair
2mo ago
970
@tokentopapp

Tokentop Install Analytics

Run the analytics script to pull all install and traffic data for tokentop from the GitHub API and display it in the terminal.

tokentopapp/tokentop
2mo ago
370
@mrexodia

idapython

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns.

mrexodia/ida-pro-mcp
2mo ago
6.4K0
@AgriciDaniel

Pinterest Content Generator

Generate standard pins, idea pin script, and board suggestions from content atoms.

AgriciDaniel/claude-repurpose+17 more
2mo ago
170
@zplug

zsh-lint

Review Zsh scripts for Bash-isms and non-idiomatic patterns, then suggest or apply Zsh-native rewrites

zplug/zplug+1 more
2mo ago
6.0K0
@neo4j-contrib

Context manager — preferred for scripts

with GraphDatabase.driver(URI, auth=AUTH) as driver: driver.verify_connectivity()

neo4j-contrib/neo4j-skills+13 more
2mo ago
260
@XSpoonAi

data-processor

Data processing skill with Python and shell scripts for file analysis and transformation

dataprocessinganalysisscripts
XSpoonAi/spoon-core+2 more
2mo ago
3640
@swarmclawai

resourceful-problem-solving

Always-on guidance for solving tasks resourcefully. Teaches agents to escalate through skills, CLI tools, and custom scripts instead of refusing. Applies to any request where the agent lacks a dedicated tool.

swarmclawai/swarmclaw+1 more
2mo ago
1260
@kool-dev

kool-cli

Docker development environment CLI. Use for managing containers (start/stop/restart), executing commands in services, viewing logs, and running project scripts from kool.yml.

kool-dev/kool
2mo ago
7160
@Agents365-ai

video-podcast-maker

Use when user provides a topic and wants an automated video podcast created - handles research, script writing, TTS audio synthesis, Remotion video creation, and final MP4 output with background music

Agents365-ai/video-podcast-maker
2mo ago
1750
@wighawag

hardhat-deploy-migration

Comprehensive guide for migrating projects from hardhat-deploy v1 to v2, including dependency updates, configuration restructuring, deploy script conversion, test updates, and troubleshooting

wighawag/hardhat-deploy
2mo ago
1.3K0