Install
$ agentstack add skill-yuaicode-ai-skills-license-picker ✓ 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
license-picker — 选 + 生成开源协议
帮你挑一个合适的开源协议,并生成填好作者/年份的 LICENSE。
何时触发
用户说"选个开源协议 / 帮我加个 LICENSE / 用什么许可证 / 这个项目该用啥 license"。
用法
- 问清诉求(决定推荐哪个):
- 要最宽松、随便用?→ MIT / ISC(几乎一样,MIT 最流行)
- 想要专利授权条款?→ Apache-2.0
- 不想承担署名/背书争议?→ BSD-2/3-Clause
- 想彻底放进公共领域?→ Unlicense
- 想要 copyleft(衍生也必须开源)?→ GPL-3.0
- 生成(内置可填充: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`)。
- 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.
- Author: YuAICode
- Source: YuAICode/ai-skills
- 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.