Back to list
yoshiwatanabe

skill-with-scripts

by yoshiwatanabe

0🍴 0📅 Jan 13, 2026

SKILL.md


name: skill-with-scripts description: Demonstrates how skills can include executable scripts for automation, calculations, transformations, or system interactions. Use when needing to execute Python, Bash, Node.js, or other scripts.

Skill with Scripts

Description: Demonstrates how skills can include executable scripts for automation.

When to use: When a skill needs to perform calculations, transformations, or system interactions.

Workflow

  1. Identify that a scripted action is needed
  2. Execute the appropriate script from scripts/ directory
  3. Process and present the results

Available Scripts

  • helper.py - A Python helper script demonstrating basic execution

Key Points

  • Scripts can be Python, Bash, Node.js, etc.
  • Skills can execute scripts using appropriate tools
  • Scripts extend skill capabilities beyond text processing
  • Scripts should be simple and focused

Example Usage

User asks: "Run the helper script" Response:

  1. Execute scripts/helper.py
  2. Capture and present the output
  3. Explain what the script did

When to Use Scripts

Use scripts when you need to:

  • Perform complex calculations
  • Interact with system utilities
  • Transform data formats
  • Validate configurations
  • Generate dynamic content

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon