Habilidades enact/text-summarizer
📊

enact/text-summarizer

Seguro ⚡ Contém scripts

テキスト統計を分析

ユーザーは手作業で数えることなく、テキスト内容の素早い洞察を必要としています。このツールは任意のテキスト入力に対して、単語数、文字数、文数、読了時間を自動的に算出します。

Suporta: Claude Codex Code(CC)
⚠️ 67 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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

Seguro
v1 • 1/23/2026

Static 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.

2
Arquivos analisados
116
Linhas analisadas
3
achados
1
Total de auditorias
Problemas de Risco Médio (2)
Ruby/Shell Backtick Execution (False Positive)
Static analyzer detected backticks at SKILL.md:54,56,68 and summarize.js:35. These are markdown code fences and JavaScript template literals, not code execution. The skill does not use backtick command substitution.
Weak Cryptographic Algorithm (False Positive)
Static analyzer flagged lines in SKILL.md as using weak crypto. These lines contain plain text descriptions using the word 'algorithm' in the mathematical sense (calculation methods), not cryptographic algorithms.

Fatores de risco

⚡ Contém scripts (1)
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
21
Comunidade
95
Segurança
74
Conformidade com especificações

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

このスキルはどの読書速度を使用しますか?
このスキルは読了時間を200語/分で推定します。これは成人読者の一般的な平均です。
ハイフン付きの単語は1語として数えますか、それとも2語ですか?
このスキルは標準的な空白分割を使用するため、ハイフンでつながれた単語は通常1語としてカウントされます。
英語以外の言語のテキストも分析できますか?
はい、このスキルはどの言語でも動作しますが、句読点の異なる言語では文検出の精度が低くなる場合があります。
このスキルは入力テキストを変更または保存しますか?
いいえ、このスキルは統計を計算するために入力を読むだけで、データを保存せず結果を返します。
空のテキスト入力の場合はどうなりますか?
空または空白のみの入力では、すべての統計値が0になります。
このスキルは実際にテキストを要約しますか?
いいえ、名前に反してこのスキルは要約ではなく統計とメトリクスを提供します。単語数、文字数、読了時間をカウントします。

Detalhes do Desenvolvedor

Estrutura de arquivos