TopRank Skills

Home / Claw Skills / Git / GitHub / swotpal-swot-analysis
Official OpenClaw rules 54%

swotpal-swot-analysis

Professional SWOT analysis and competitive comparison powered by SWOTPal.com

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 swotpal-swot-analysis 技能。 若已安装,则直接安装 swotpal-swot-analysis 技能。

Overview

Skill Key
aprilelevengo/swotpal-swot-analysis
Author
SWOTPal
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/aprilelevengo/swotpal-swot-analysis
Latest Commit SHA
72745d88c0ff027a8fc1133d08ed95abf7b98595

Extracted Content

SKILL.md excerpt

# SWOTPal SWOT Analysis Skill

Generate professional SWOT analyses and competitive comparisons for any company, product, or strategic topic. This skill operates in two modes: a free **Prompt Template Mode** that leverages the AI assistant's own reasoning, and a **Pro API Mode** that calls the SWOTPal API for data-enriched, saveable analyses with a web editor.

---

## Mode Detection

Before processing the user's request, determine the operating mode:

```bash
if [ -n "$SWOTPAL_API_KEY" ]; then
  echo "API_MODE"
else
  echo "PROMPT_MODE"
fi
```

- **`SWOTPAL_API_KEY` is set** — Use **API Mode**. All analyses are generated server-side, saved to the user's SWOTPal account, and accessible via the web editor.
- **`SWOTPAL_API_KEY` is not set** — Use **Prompt Template Mode**. Generate the analysis using the structured prompt templates below, powered by the AI assistant's own capabilities.

---

## Command Routing

Parse the user's message to determine the intent:

| User says | Intent | Action |
|---|---|---|
| `analyze [topic]`, `swot [topic]`, `[topic] swot analysis` | Single SWOT | Generate a SWOT analysis for the topic |
| `compare X vs Y`, `X versus Y`, `X 对比 Y`, `X vs Y 竞品分析` | Versus comparison | Generate a side-by-side comparison |
| `my analyses`, `show my swot`, `我的分析`, `list analyses` | List analyses | List saved analyses (API mode only) |
| `show analysis [id]`, `detail [id]` | View detail | Fetch a specific analysis by ID (API mode only) |

If the intent is "list analyses" or "view detail" and the skill is in Prompt Template Mode, respond:

> You need an API key to access saved analyses. Get one free at [swotpal.com/openclaw](https://swotpal.com/openclaw)

---

## Language Detection

Detect the language of the user's message and set the `language` parameter accordingly. Supported language codes: `en`, `zh`, `ja`, `ko`, `es`, `fr`, `de`, `pt`, `it`, `ru`, `ar`, `hi`.

- If the user writes in Chinese, set `language` to `zh`.
- If the user writes in Ja...

README excerpt

# 📊 SWOTPal — SWOT Analysis Skill for OpenClaw

Professional SWOT analysis and competitive comparison for any company, product, or strategic topic — directly from your AI assistant.

---

## Features

- **Instant SWOT analysis** — Generate structured Strengths, Weaknesses, Opportunities, and Threats for any topic
- **Competitive comparison** — Side-by-side "X vs Y" analysis across key business dimensions
- **Two operating modes** — Works without an API key (free) or with one (pro features + cloud sync)
- **12 languages** — English, Chinese, Japanese, Korean, Spanish, French, German, Portuguese, Italian, Russian, Arabic, Hindi
- **Formatted output** — Clean markdown tables ready for reports, presentations, or documentation
- **Cloud sync (Pro)** — Analyses saved to your SWOTPal account with a full web editor
- **Graceful fallback** — If the API is down, automatically switches to local generation

---

## Quick Start

### Install

```bash
clawhub install swotpal-swot-analysis
```

### Basic Usage

```
> swot Netflix

## Netflix SWOT Analysis

| Strengths | Weaknesses |
|---|---|
| 1. Global subscriber base of 260M+ across 190 countries | 1. Rising content costs exceeding $17B annually |
| 2. Industry-leading recommendation algorithm | 2. Increasing subscriber churn in mature markets |
| ... | ... |

| Opportunities | Threats |
|---|---|
| 1. Ad-supported tier driving new revenue stream | 1. Intensifying competition from Disney+, Amazon, Apple |
| 2. Live sports and events expansion | 2. Password-sharing crackdown risks user backlash |
| ... | ... |
```

```
> compare Tesla vs BYD
> swot分析 星巴克
> 竞品对比 Netflix vs Disney+
```

---

## Two Modes

### Free Mode (No API key)

Works out of the box. The skill uses a structured expert prompt template to generate analyses with the AI assistant's own capabilities. Great for quick, one-off analyses.

### Pro Mode (With API key)

Set your `SWOTPAL_API_KEY` environment variable to unlock:

- **Data-enriched analysis** — Se...

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill