# Small Script Generator

> Generate a small safe helper script or automation snippet for repetitive local tasks. Use when the user asks to 写个小脚本, 生成脚本, 批量处理, 文件转换, 自动化处理, dry-run script, helper script, or needs a minimal Python/Bash/R script with safe defaults.

- Skill: `teng-bio/small-script-generator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add teng-bio/small-script-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/teng-bio/small-script-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Teng-bio (https://skillmd.com/u/teng-bio)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/teng-bio/small-script-generator

---


# Small Script Generator

## Purpose
Generate a small helper script for repetitive tasks.

## Inputs to request
- Inputs, outputs, and file paths.
- Target language or shell.
- Safety requirements like dry-run.

## Workflow
1. Clarify inputs, outputs, and file paths.
2. Draft a short script with safe defaults.
3. Include a dry-run or preview option if useful.

## Output
- Script snippet with usage example.

## Quality bar
- Avoid destructive behavior by default.
- Show how to run it safely.

