smithery.ai

text-summary-guide

Guide for AI agent to perform text summary task.

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,034 B
  • docs SUMMARY.md 74 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Text Summary Skill Guide

Overview

This file is a guide for AI agent to perform text summary task.


When to use this skill

This skill is to be loaded when an AI agent is requested to perform text summary task.

Workflow

  1. Ask user for necessary inputs:

- inputfilepath - nrows - batchsize - textcolumn - length - output_path

If user needs help for some of the input parameters, run following command to get help: `` uv run src/workflow/run_workflow.py --help ``

  1. Run following command to finish the requested task:

`` uv run src/workflow/run_workflow.py ``

Error handling

Script cannot be found: If the Agent gets this error, use powershellcommands to search for the script on the local machine.

Parameters missing or incorrect: If the Agent gets error regarding any missing or incorrect input parameters, repeat step 1 and confirm with user.