원클릭으로
find-and-install
Find and install skills from skills.sh when a capability gap is detected
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find and install skills from skills.sh when a capability gap is detected
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create polished Jinn product showcase videos, GIFs, and README demo assets from isolated mock or sandbox instances. Use when asked to record a Jinn web UI walkthrough, update the README showcase GIF, build a mock gateway or clean test instance, script UI animations, capture Playwright video, convert WebM to MP4/GIF, or document video-capture gotchas for the Jinn platform.
Walk a new user through a warm, game-like first-run setup of {{portalName}} — get to know them, hatch their first employee, demo delegation, and create their first cron. Every step is skippable.
Diagnose and fix problems in {{portalName}}'s configuration and runtime
Use when cutting a new jinn-cli release for this repo - bumping the version, publishing to npm, creating the GitHub release, and letting the Homebrew formula auto-update. Covers the exact order that matters (npm publish BEFORE publishing the GitHub release).
Create, edit, delete, enable, disable, and list scheduled cron jobs
Manage the AI organization - hire, fire, promote, delegate, and review boards
| name | find-and-install |
| description | Find and install skills from skills.sh when a capability gap is detected |
This skill activates when you detect a capability gap that a community skill might fill, the user explicitly asks to find or install a skill and a task would benefit from a specialized skill you don't currently have
Run a search using the skills CLI:
npx skills find [query]
Review the results and assess trust level before suggesting:
vercel-labs, anthropics, microsoft): Suggest confidentlyOnce the user approves (or for 🟢 VERIFIED skills when you're confident it fits):
npx skills add <owner/repo@skill> -g -y
This places files into ~/.claude/skills/<name>/ or ~/.agents/skills/<name>/.
cp -r ~/.claude/skills/<name>/ ~/.{{portalSlug}}/skills/<name>/
The {{portalName}} file watcher will detect the new directory and create the appropriate symlinks automatically.
Read ~/.{{portalSlug}}/skills.json, add the new skill entry, and write it back.
The manifest format:
{
"installed": {
"<name>": {
"source": "<owner/repo@skill>",
"installedAt": "<ISO 8601 timestamp>"
}
}
}
Read the newly installed ~/.{{portalSlug}}/skills/<name>/SKILL.md and follow its instructions to complete the current task.
If npx skills find returns no results:
skill-creator skill)User asks to deploy to Vercel:
npx skills find "vercel deploy"
# → vercel-labs/ai-skills@vercel-deploy (🟢 VERIFIED, 5200 installs)
npx skills add vercel-labs/ai-skills@vercel-deploy -g -y
cp -r ~/.claude/skills/vercel-deploy/ ~/.{{portalSlug}}/skills/vercel-deploy/
# → update skills.json → read SKILL.md → follow deploy instructions
User asks for an obscure skill:
npx skills find "arduino serial monitor"
# → random-user/arduino-tools@serial-monitor (🔴 UNKNOWN, 12 installs)
# → Warn user, offer to preview SKILL.md before installing