skills/skills.volces.com/swotpal-swot-analysis

swotpal-swot-analysis

Installation
SKILL.md

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:

if [ -n "$SWOTPAL_API_KEY" ]; then
  echo "API_MODE"
else
  echo "PROMPT_MODE"
fi
Installs
23
First Seen
Mar 12, 2026
swotpal-swot-analysis from skills.volces.com