openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > SWOT Analyzer

Conduct detailed SWOT analyses for businesses or products by evaluating strengths, weaknesses, opportunities, threats, and strategic recommendations based on...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 2 · 651 · 2 current installs · 2 all-time installs

2

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1kalin/afrexai-swot-analyzer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only SWOT analysis skill whose actions and requirements align with its stated purpose and which does not request extra credentials, installs, or suspicious access.

目的

The SKILL.md and README clearly describe a SWOT analyzer and the runtime instructions match that purpose. Minor note: the registry metadata lacks a description and the source/homepage are missing, so provenance is unclear but this does not contradict the skill's functionality.

说明范围

The instructions only ask the agent to gather user-provided context, optionally use web_search when available, build a scored SWOT matrix, and produce recommendations. They do not instruct reading local files, accessing environment variables, or contacting unexpected endpoints.

安装机制

There is no install spec and no code files — this is instruction-only, so nothing is downloaded or written to disk by the skill itself.

证书

The skill declares no required environment variables, credentials, or config paths. That is proportionate to an analysis-only tool.

持久

always is false and the skill does not request persistent or elevated agent privileges. The skill can be invoked autonomously by the agent (default), which is expected for skills of this type.

综合结论

This skill appears coherent and low-risk: it only asks for business context and (optionally) uses web search. Before installing, consider: 1) the package metadata lacks an external homepage and owner provenance — if that matters to you, try to verify the author or prefer a known source; 2) avoid entering proprietary or secret information into prompts (the skill may include that text in web queries or logs); 3) if your agent's web_search uses e…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「SWOT Analyzer」。简介:Conduct detailed SWOT analyses for businesses or products by evaluating strengt…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/afrexai-swot-analyzer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# SWOT Analyzer

Run a structured SWOT analysis for any business, product, or strategic decision.

## Trigger
User asks for a SWOT analysis, competitive assessment, or strategic evaluation.

## Instructions

1. **Gather context** — Ask for (or infer from conversation):
   - Business/product name
   - Industry or market
   - Specific decision or initiative (optional)
   - Key competitors (optional)

2. **Research** — If web_search is available, look up:
   - Recent industry trends and market conditions
   - Competitor moves and positioning
   - Regulatory or macro factors

3. **Build the SWOT matrix**:

### Strengths (Internal, Positive)
- What advantages does this business/product have?
- What do they do better than competitors?
- What unique resources or capabilities exist?

### Weaknesses (Internal, Negative)
- Where are the gaps in capability or resources?
- What do competitors do better?
- What limitations exist (team, tech, capital)?

### Opportunities (External, Positive)
- What market trends favor this business?
- What underserved segments or needs exist?
- What partnerships or channels are untapped?

### Threats (External, Negative)
- What competitive pressures are increasing?
- What regulatory, economic, or tech shifts pose risk?
- What could disrupt the current model?

4. **Score each item** — Rate impact (1-5) and likelihood (1-5). Calculate priority = impact × likelihood.

5. **Strategic recommendations**:
   - **SO strategies** (use Strengths to capture Opportunities)
   - **WO strategies** (address Weaknesses to unlock Opportunities)
   - **ST strategies** (use Strengths to mitigate Threats)
   - **WT strategies** (address Weaknesses to reduce Threat exposure)

6. **Output format**:

```
## SWOT Analysis: [Business/Product]

### Strengths
| # | Factor | Impact | Likelihood | Priority |
|---|--------|--------|------------|----------|
| 1 | ...    | 4      | 5          | 20       |

### Weaknesses
(same format)

### Opportunities
(same format)

### Threats
(same format)

### Strategic Moves
1. **[SO] ...** — leverage X strength to capture Y opportunity
2. **[WO] ...** — fix X weakness to unlock Y opportunity
3. **[ST] ...** — use X strength to defend against Y threat
4. **[WT] ...** — shore up X weakness before Y threat materializes

### Bottom Line
One paragraph: what's the single most important strategic move right now and why.
```

## Tips
- Be specific, not generic. "Strong brand" is weak. "73% unaided brand recall in target demo" is strong.
- Challenge assumptions. If the user says "no weaknesses," push back.
- Prioritize ruthlessly. 3 high-priority items beat 15 medium ones.
- Time-bound where possible. "Opportunity window closes Q3 2026" is actionable.