OpenClaw · Skill
Expanso Keyword Extract
"Extract keywords and key phrases from text for SEO, tagging, and indexing"
Search & Research
v1.0.0
VirusTotal: Suspicious
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-keyword-extractClawHub installer
npx clawhub@latest install aronchick/expanso-keyword-extractOpenClaw CLI
openclaw skills install aronchick/expanso-keyword-extractDirect OpenClaw install
openclaw install aronchick/expanso-keyword-extractWhat this skill does
"Extract keywords and key phrases from text for SEO, tagging, and indexing"
Why it matters
Runs locally via Expanso Edge without sending text to external APIs, keeping content private while producing structured keyword output.
Typical use cases
- Tagging blog posts automatically from body text
- Pulling SEO keywords from product descriptions
- Generating metadata tags for documents before indexing
- Labeling support tickets by topic for routing
- Extracting key phrases from research papers for citation tools
Source instructions
keyword-extract
"Extract keywords and key phrases from text for SEO, tagging, and indexing"
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/keyword-extract/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 |