OpenClaw · Skill
Expanso Text Summarize
Summarize text into 3-5 bullet points using AI
CLI Utilities
v1.0.0
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-text-summarizeClawHub installer
npx clawhub@latest install aronchick/expanso-text-summarizeOpenClaw CLI
openclaw skills install aronchick/expanso-text-summarizeDirect OpenClaw install
openclaw install aronchick/expanso-text-summarizeWhat this skill does
Summarize text into 3-5 bullet points using AI
Why it matters
Supports both CLI and MCP server modes, so it fits into automated scripts and interactive agent sessions without switching tools.
Typical use cases
- 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
Source instructions
text-summarize
Summarize text into 3-5 bullet points using AI
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
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 |