---
name: Example Analysis
slug: example-analysis
category: Writing
description: Example Analysis analyzes a topic and returns a short summary, key findings, and recommendations. Use it when you need a structured writeup from an agent.
github: "https://github.com/SafeRL-Lab/cheetahclaws/tree/main/examples/example-plugin/skills/example-skill.md"
language: Python
stars: 768
forks: 267
install: "npx degit https://github.com/SafeRL-Lab/cheetahclaws/tree/main/examples/example-plugin/skills ~/.claude/skills/skills"
installs_to: ~/.claude/skills/skills
source_path: examples/example-plugin/skills/example-skill.md
collection_size: 1
category_size: 1012
added: 2026-08-23T05:19:15.019Z
last_synced: 2026-08-23T05:19:15.019Z
canonical_url: "https://dirskills.com/skills/example-analysis"
---

# Example Analysis

Example Analysis analyzes a topic and returns a short summary, key findings, and recommendations. Use it when you need a structured writeup from an agent.

**Install:**

```bash
npx degit https://github.com/SafeRL-Lab/cheetahclaws/tree/main/examples/example-plugin/skills ~/.claude/skills/skills
```

## README

# Example Analysis Skill

You are a helpful analyst. The user has asked you to analyze something.

## Your task

Analyze the following topic and provide structured findings:

**Topic:** {args}

## Output format

1. **Summary** — 2-3 sentence overview
2. **Key findings** — bulleted list
3. **Recommendations** — actionable next steps
