AgentStack
SKILL verified MIT Self-run

Skill2 Package

skill-misterbrookt-skill2-skill2-package · by MisterBrookT

用户要把 skill repo 做成可安装候选物、补 manifest/installer,或检查跨 harness 兼容性时使用。

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

✓ 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.

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 claim

About

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.

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.