スキル一覧に戻る
Kang-chen

skill-installer

by Kang-chen

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: skill-installer description: "DEPRECATED - Use skill-manager instead. This skill is kept for backward compatibility. For installing skills: use 'skills install ' from skill-manager."

Skill Installer (DEPRECATED)

Note: This skill has been merged into skill-manager. Please use skill-manager for all skill operations.

Migration Guide

Use these skill-manager commands instead:

Old (skill-installer)New (skill-manager)
list-curated-skills.pyskills search <query>
install-skill-from-github.py --url <url>skills install <url>

New Commands

# Search for skills
python ~/.ai-skills/skill-manager/scripts/skills search "pdf"

# Install from GitHub URL
python ~/.ai-skills/skill-manager/scripts/skills install https://github.com/anthropics/skills/tree/main/skills/docx

# Install and auto-sync
python ~/.ai-skills/skill-manager/scripts/skills install <url>

Legacy Scripts (Still Available)

The original scripts remain for backward compatibility:

List Curated Skills

python ~/.ai-skills/skill-installer/scripts/list-curated-skills.py
python ~/.ai-skills/skill-installer/scripts/list-curated-skills.py --repo openai/skills --path skills/.curated

Install from GitHub URL

python ~/.ai-skills/skill-installer/scripts/install-skill-from-github.py \
  --url https://github.com/anthropics/skills/tree/main/skills/docx

Options (Legacy)

  • --repo <owner/repo>: GitHub repository
  • --path <path>: Path(s) to skill(s) inside repo
  • --url <url>: Full GitHub URL (tree URL with path)
  • --ref <ref>: Git ref/branch (default: main)
  • --dest <path>: Destination directory (default: ~/.ai-skills)
  • --name <name>: Override skill name
  • --method auto|download|git: Download method

Notes

  • Private repos: set GITHUB_TOKEN or GH_TOKEN environment variable
  • After installing, run skills sync to push to all IDEs

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です