ソース情報
- リポジトリ
- mofa-org/mofa
- ソースの最終更新活動
- 2026年1月16日 07:45
- 検出された SKILL.md の言語
- 英語
- スター
- 291
- フォーク
- 171
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/mofa-org/mofa --skill text-analysisコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
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