Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:56 +08:00
commit b9b98b02d9
9 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Scripts
Bundled resources for sentiment-analysis-tool skill
- [ ] analyze_sentiment.py: Script to perform sentiment analysis on a given text input. This would allow Claude to execute the analysis directly.
- [ ] example_usage.py: Script to demonstrate how to use the sentiment analysis tool with different text inputs and expected outputs.