— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-misterbrookt-skill2-skill2-package ✓ 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.
Are you the author of Skill2 Package? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Skill2 Package
目标:生成可安装、可审查、可复现的 skill repo 候选物。
边界
- Package:结构、manifest、installer、artifact、安装 smoke test。
- Publish:README、repo metadata、tag、release、registry/marketplace。
- 禁止 tag、push、release、upload。
推荐结构
README.md
LICENSE
CHANGELOG.md
install.sh
skills//SKILL.md
cases/
.codex-plugin/
.claude-plugin/
只创建目标 harness 需要的 metadata。通用 skill 内容留在 skills/。
质量门
- frontmatter 有效;
name和目录一致。 - references/scripts/assets 路径存在。
- scripts 可审计;执行权限正确。
- installer 支持明确目标;重复执行可预测。
- 无 secrets、机器本地路径、无用大文件。
- 全新临时环境安装通过。
- README 存在且安装命令指向当前 artifact;具体文案交给
skill2-publish。
CLI
skill2 scaffold skill-repo
skill2 lint skills
skill2 package-check . --json
输出候选 artifact、版本、校验和、检查结果。交给 skill2-publish。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MisterBrookT
- Source: MisterBrookT/skill2
- License: MIT
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.