enact/text-summarizer
テキスト統計を分析
ユーザーは手作業で数えることなく、テキスト内容の素早い洞察を必要としています。このツールは任意のテキスト入力に対して、単語数、文字数、文数、読了時間を自動的に算出します。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "enact/text-summarizer". The quick brown fox jumps over the lazy dog.
Resultado esperado:
- Word Count: 9
- Character Count: 33
- Sentence Count: 1
- Average Word Length: 3.67
- Reading Time: 0.05 minutes
A utilizar "enact/text-summarizer". Natural language processing enables computers to understand human language. It combines computational linguistics with machine learning models. Applications include translation, sentiment analysis, and text summarization.
Resultado esperado:
- Word Count: 23
- Character Count: 107
- Sentence Count: 3
- Average Word Length: 5.87
- Reading Time: 0.12 minutes
Auditoria de Segurança
SeguroStatic analyzer flagged 13 potential issues but all are false positives. Backtick patterns are markdown code fences (SKILL.md) and template literals (summarize.js:35). The 'weak cryptographic algorithm' flags are misfires triggered by the word 'algorithm' in text descriptions (calculating averages, reading time). The skill is a simple text statistics tool with no network, file system, or command injection risks.
Problemas de Risco Médio (2)
Fatores de risco
⚡ Contém scripts (1)
Pontuação de qualidade
O Que Você Pode Construir
コンテンツライターが記事の長さを確認
ライターは記事やブログ投稿を公開する前に、単語数と推定読了時間を素早く確認できます。
開発者がテキスト入力を検証
処理パイプライン向けにテキスト内容のメトリクスを検証または記録するワークフローにこのスキルを統合します。
研究者がアンケート回答を分析
研究者は複数の自由記述回答に対して、長さや複雑さを効率的に分析できます。
Tente Estes Prompts
Use the text-summarizer skill to analyze this text: ${text}Use text-summarizer to analyze both passages and compare their lengths and complexity.
Check if this content meets the requirements of at least ${min_words} words and ${max_reading_time} minutes reading time.Analyze the draft and provide statistics. Then suggest improvements if the reading time exceeds ${max_minutes} minutes.Melhores Práticas
- 手作業の校正の代替ではなく、素早い統計チェックに使用する
- 包括的なコンテンツ分析ワークフローのために他のスキルと組み合わせる
- 読了時間の推定はおおよその目安として捉える
Evitar
- 正確な法的または学術的文書要件には使用しない
- 複雑な多重節文では文数に依存しない
- 言語固有のテキスト分析を期待しない
Perguntas Frequentes
このスキルはどの読書速度を使用しますか?
ハイフン付きの単語は1語として数えますか、それとも2語ですか?
英語以外の言語のテキストも分析できますか?
このスキルは入力テキストを変更または保存しますか?
空のテキスト入力の場合はどうなりますか?
このスキルは実際にテキストを要約しますか?
Detalhes do Desenvolvedor
Estrutura de arquivos
📄 SKILL.md