Install
$ agentstack add skill-xinyiai0724-tools-run-competitive-analysis ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Skill: run-competitive-analysis
类型: 规划期 Skill(planning/ 组,薄封装) 调用时机: product-planning pipeline 第 3 节点
用途
协调调用现有 fetch-competitor-updates 和 write-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}
注意事项
- 本 Skill 不重复实现竞品抓取逻辑,完全复用现有 skill
- 若
fetch-competitor-updates或write-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.
- Author: xinyiai0724
- Source: xinyiai0724/tools
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.