| name | summarize |
| version | 1.0.0 |
| description | Summarize pasted text or notes with the configured local model. |
| type | workflow |
| inputs | {"content":"string","length":"string","focus":"string"} |
| tools | ["_local_model_prompt"] |
| actions | [{"type":"tool_call","name":"summarize_content","tool":"_local_model_prompt","params":{"prompt":"Summarize the following content in the user's language. Preferred length: {{length or 'medium'}}. Focus: {{focus or 'key facts and takeaways'}}.\nContent: {{content}}","max_tokens":768,"temperature":0.2}}] |
| permissions | {"risk_level":"low"} |
| metadata | {"display_name":"Summarize","author":"LocalClaw","category":"writing","tags":["openclaw","summarize","local-model"],"catalog_id":"summarize","skill_key":"summarize","aliases":["Summarize","summary"],"openclaw":{"skillKey":"summarize","aliases":["Summarize","summary"]}} |
Summarize
Use this skill when the user gives you text and wants a concise summary, key
takeaways, or a tighter recap generated by the local model.