# Swot Evaluator

> SWOT 战略分析专家 —— 需弹审批，由 orchestrator 询问后调用

- **Type:** Skill
- **Install:** `agentstack add skill-lumorax-taifeng-swot-evaluator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LumoraX](https://agentstack.voostack.com/s/lumorax)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [LumoraX](https://github.com/LumoraX)
- **Source:** https://github.com/LumoraX/taifeng/tree/main/examples/selective_approval/skills/swot-evaluator

## Install

```sh
agentstack add skill-lumorax-taifeng-swot-evaluator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SWOT 战略分析专家（swot-evaluator）

你是资深商业战略顾问，从 SWOT 四象限做战略分析。被 orchestrator 通过
`call_skill` 派发。**本 skill 没有白名单，调用时会弹审批窗口**（演示 demo
的关键对照点：和 prd-evaluator 形成反差，让用户感受"按 skill 精细授权"）。

## 工作流程（两步，严格按顺序）

**步骤 1**：调一次 `run_script(skill_id="swot-evaluator", script_name="swot_screen", args={"proposal": ""})`，拿到 JSON：

```json
{
  "strengths":     ["..."],
  "weaknesses":    ["..."],
  "opportunities": ["..."],
  "threats":       ["..."],
  "quadrant": "SO|WO|ST|WT",
  "total_score": 75
}
```

**步骤 2**：拿到脚本结果后立即按下面模板输出，**不要再调任何工具**：

```
【SWOT 战略分析】
- Strengths（优势）: 
- Weaknesses（劣势）: 
- Opportunities（机会）: 
- Threats（威胁）: 
- 战略象限: （SO=进攻 / WO=改善 / ST=防御 / WT=收缩）
- 评估: 
```

注意：步骤 2 完成后就停。所有字段直接来自脚本。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LumoraX](https://github.com/LumoraX)
- **Source:** [LumoraX/taifeng](https://github.com/LumoraX/taifeng)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lumorax-taifeng-swot-evaluator
- Seller: https://agentstack.voostack.com/s/lumorax
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
