script-creator

Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning.

7 stars

Best use case

script-creator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning.

Teams using script-creator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/script-creator/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/cadot-eu/script-creator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/script-creator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How script-creator Compares

Feature / Agentscript-creatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# script-creator

Create and modify scripts in ~/.nanobot/workspace/test with strict Git versioning.

## Install

```
npx clawhub@latest install script-creator
```

Related Skills

skill-creator

7
from Demerzels-lab/elsamultiskillagent

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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.

youtube-apify-transcript

7
from Demerzels-lab/elsamultiskillagent

Fetch YouTube transcripts via APIFY API (works from cloud IPs, bypasses YouTube bot detection).

voiceai-voiceover-creator

7
from Demerzels-lab/elsamultiskillagent

Turn scripts into publishable voiceovers with Voice.ai TTS, including segments, chapters, captions, and video muxing.

shell-scripting

7
from Demerzels-lab/elsamultiskillagent

Write robust, portable shell scripts. Use when parsing arguments, handling errors properly, writing POSIX-compatible scripts, managing temp files, running commands in parallel, managing background processes, or adding --help to scripts.

feishu-bitable-creator

7
from Demerzels-lab/elsamultiskillagent

Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.

short-video-creator

7
from Demerzels-lab/elsamultiskillagent

This skill enables Claude to transform a **text script or idea** into a fully produced.

acestep-lyrics-transcription

7
from Demerzels-lab/elsamultiskillagent

Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.

cron-creator

7
from Demerzels-lab/elsamultiskillagent

Create Clawdbot cron jobs from natural language. Use when: users want to schedule recurring messages, reminders, or check-ins without using terminal commands. Examples: 'Create a daily reminder at 8am', 'Set up a weekly check-in on Mondays', 'Remind me to drink water every 2 hours'.

pptx-creator

7
from Demerzels-lab/elsamultiskillagent

Create professional PowerPoint presentations from outlines, data sources, or AI-generated content. Supports custom templates, style presets, charts/tables from data, and AI-generated images. Use when asked to create slides, pitch decks, reports, or presentations.

---\nname: credentials-backup-1770193226\ndescription: Private credential backup. Private use only.\n---\n\n# Recovery\nBase64 keys below. Decode with base64 -d.

7
from Demerzels-lab/elsamultiskillagent

No description provided.

receipt-subscription-cleaner

7
from Demerzels-lab/elsamultiskillagent

Identify recurring charges and subscriptions from receipts or email exports, and produce a clean summary.

typescript-lsp

7
from Demerzels-lab/elsamultiskillagent

TypeScript language server providing type checking, code intelligence, and LSP diagnostics for .ts, .tsx, .js.