expanso-text-summarize

CLI Utilities
v1.0.0
Benign

Summarize text into 3-5 bullet points using AI.

612 downloads612 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-text-summarize

If the CLI is not installed:

Install command

npx clawhub@latest install aronchick/expanso-text-summarize

Or install with OpenClaw CLI:

Install command

openclaw skills install aronchick/expanso-text-summarize

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-text-summarize

What This Skill Does

Condenses input text into 3-5 bullet points using AI. Runs as a standalone CLI pipeline or as an MCP server via Expanso Edge. Optionally deploys to Expanso Cloud for remote job execution.

Supports both CLI and MCP server modes, so it fits into automated scripts and interactive agent sessions without switching tools.

When to Use It

  • Summarizing long articles before sharing with a team
  • Condensing meeting transcripts into key takeaways
  • Extracting main points from research papers
  • Digesting lengthy email threads
  • Summarizing documentation pages for quick reference
View original SKILL.md file
# text-summarize

Summarize text into 3-5 bullet points using AI

## Requirements

- Expanso Edge installed (`expanso-edge` binary in PATH)
- Install via: `clawhub install expanso-edge`

## Usage

### CLI Pipeline
```bash
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
```

### MCP Pipeline
```bash
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
```

### Deploy to Expanso Cloud
```bash
expanso-cli job deploy https://skills.expanso.io/text-summarize/pipeline-cli.yaml
```

## Files

| File | Purpose |
|------|---------|
| `skill.yaml` | Skill metadata (inputs, outputs, credentials) |
| `pipeline-cli.yaml` | Standalone CLI pipeline |
| `pipeline-mcp.yaml` | MCP server pipeline |

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Summarizing long articles before sharing with a team

AGENT
  1. 1Summarizing long articles before sharing with a team
  2. 2Condensing meeting transcripts into key takeaways
  3. 3Extracting main points from research papers
  4. 4Digesting lengthy email threads
  5. 5Summarizing documentation pages for quick reference
OUTPUT
Summarize text into 3-5 bullet points using AI.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedMar 1, 2026