expanso-text-summarize
Summarize text into 3-5 bullet points using AI.
Setup & Installation
Install command
clawhub install aronchick/expanso-text-summarizeIf the CLI is not installed:
Install command
npx clawhub@latest install aronchick/expanso-text-summarizeOr install with OpenClaw CLI:
Install command
openclaw skills install aronchick/expanso-text-summarizeor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-text-summarizeWhat 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.
User asks: Summarizing long articles before sharing with a team
- 1Summarizing long articles before sharing with a team
- 2Condensing meeting transcripts into key takeaways
- 3Extracting main points from research papers
- 4Digesting lengthy email threads
- 5Summarizing documentation pages for quick reference
Summarize text into 3-5 bullet points using AI.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.