Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:290
forks:175
updated:2026년 1월 16일 07:45
파일 탐색기
SKILL.md
| name | text_analysis |
| description | Analyze text for sentiment, entities, keywords, and linguistic patterns |
| category | nlp |
| tags | ["text","analysis","nlp","sentiment"] |
| version | 1.0.0 |
This skill provides natural language processing capabilities for text analysis.
Use this skill when you need to:
Determines the emotional tone of text:
Identifies and categorizes:
Extracts important terms and phrases:
@code: python analyze.py --input {input} - Perform various text analyses
Analyze the sentiment of this customer review: "The product exceeded my expectations!"
Result: Positive sentiment detected (confidence: 0.95)
Extract entities from: "Apple Inc. was founded by Steve Jobs in Cupertino, California."
Entities:
- Organization: Apple Inc.
- Person: Steve Jobs
- Location: Cupertino, California