expanso-text-summarize
v1.0.0使用Expanso Edge AI将输入文本总结为3-5个简洁要点
Installation
Please help me install the skill `expanso-text-summarize` from SkillHub official store.
npx skills add aronchick/expanso-text-summarize
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 |