← Back to list

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
- Identify that a scripted action is needed
- Execute the appropriate script from
scripts/directory - 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:
- Execute
scripts/helper.py - Capture and present the output
- 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