word-counter
النجوم١١
التفرعات٠
آخر تحديث٧ يونيو ٢٠٢٦ في ١٧:٣٨
Count the words in a text file.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Count the words in a text file.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Print a greeting and the the current directory.
Parse an integer from a text file.
Count the lines in a text file.
Show the first N lines of a text file.
Summarize a CSV dataset in the workspace.
Sort the lines of a text file in reverse order.
| name | word-counter |
| description | Count the words in a text file. |
wc -w <file> in the terminal.