AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Run Competitive Analysis

skill-xinyiai0724-tools-run-competitive-analysis · by xinyiai0724

薄封装,委托 fetch-competitor-updates + write-competitive-report 执行竞品分析,并汇总结论供规划期使用。

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-xinyiai0724-tools-run-competitive-analysis

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xinyiai0724-tools-run-competitive-analysis)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Run Competitive Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: run-competitive-analysis

类型: 规划期 Skill(planning/ 组,薄封装) 调用时机: product-planning pipeline 第 3 节点


用途

协调调用现有 fetch-competitor-updateswrite-competitive-report skill,针对本次规划主题获取最新竞品动态,并将结论汇总为规划可用的格式。本 Skill 本身不直接写文件,由被委托的 skill 完成落盘。


参数

| 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | topic | string | ✅ | 规划主题,用于定向搜索竞品相关功能 | | competitors | string | ❌ | 指定竞品名称,逗号分隔;留空则从 docs/competitive/ 已有报告中推断 |


执行步骤

Step 1 — 跳过检查

若 pipeline 传入 skip_competitive=true,输出 SKIPPED(skip_competitive=true) 并立即返回。

Step 2 — 委托 fetch-competitor-updates

调用 fetch-competitor-updates skill,参数:

  • competitors: {{competitors}}(若为空则使用已有竞品列表)
  • focus: {{topic}}

Step 3 — 委托 write-competitive-report

调用 write-competitive-report skill,基于 Step 2 的输出生成/更新报告,落盘到 docs/competitive/reports/

Step 4 — 生成规划摘要

从竞品报告中提取与 {{topic}} 最相关的 3-5 条规划启示,输出到对话上下文:

## 竞品分析规划启示(主题:{topic})

| 竞品 | 近期动向 | 对我方规划的启示 |
|------|---------|----------------|
| ...  | ...     | ...            |

### 差异化机会
- {机会点 1}
- {机会点 2}

注意事项

  1. 本 Skill 不重复实现竞品抓取逻辑,完全复用现有 skill
  2. fetch-competitor-updateswrite-competitive-report 执行失败,本 Skill 标记为部分完成(PARTIAL),不中止 pipeline(onFail: skip

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.