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

License Picker

skill-yuaicode-ai-skills-license-picker · by YuAICode

帮用户选择并生成开源 LICENSE 文件。当用户说"选个开源协议 / 帮我生成 LICENSE / 用什么许可证 / 加个 license"时触发。先问清诉求推荐协议,再用脚本生成填好版权信息的 LICENSE。

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

Install

$ agentstack add skill-yuaicode-ai-skills-license-picker

✓ 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-yuaicode-ai-skills-license-picker)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 License Picker? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

license-picker — 选 + 生成开源协议

帮你挑一个合适的开源协议,并生成填好作者/年份的 LICENSE

何时触发

用户说"选个开源协议 / 帮我加个 LICENSE / 用什么许可证 / 这个项目该用啥 license"。

用法

  1. 问清诉求(决定推荐哪个):
  • 要最宽松、随便用?→ MIT / ISC(几乎一样,MIT 最流行)
  • 想要专利授权条款?→ Apache-2.0
  • 不想承担署名/背书争议?→ BSD-2/3-Clause
  • 想彻底放进公共领域?→ Unlicense
  • 想要 copyleft(衍生也必须开源)?→ GPL-3.0
  1. 生成(内置可填充:MIT / ISC / BSD-2-Clause / BSD-3-Clause / Unlicense):

``bash bash /bin/add-license.sh [author] [year] [--dir 目录] [--force] # 例:bash /bin/add-license.sh MIT "张三" 2026 ` author 缺省取 git config user.name,year 缺省今年;已存在 LICENSE 不覆盖(除非 --force`)。

  1. Apache-2.0 / GPL-3.0:正文很长且须逐字使用,脚本会给官方文本链接;按需把完整正文写入 LICENSE(Apache 另需在源码头加 notice)。

边界

  • 不是法律意见。重要商业/合规场景请咨询专业人士。
  • 脚本只写 LICENSE 文件,不改 package 元数据(如 package.json 的 license 字段)——需要的话另行更新。
  • copyleft 长协议不内置填充,只给官方指引,避免分发不完整/被改动的法律文本。

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.