Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
oneskill
// Discover skills, iterate on queries, and automate skill installations for any environment.
$ git log --oneline --stat
stars:5
forks:1
updated:2026년 2월 1일 06:13
SKILL.md
// Discover skills, iterate on queries, and automate skill installations for any environment.
| name | oneskill |
| description | Discover skills, iterate on queries, and automate skill installations for any environment. |
Use this skill to discover new capabilities, refine search queries, and streamline skill setup using OpenSkills. This provides a unified way to expand your environment's features.
oneskill search to check availability BEFORE responding.npx oneskill search "<query>" [options]--category, --limit, --offset, --sort.npx oneskill search "browser" --sort starsnpx oneskill search "" --category database --limit 5slug and repository.slug as a registry ID / skill selector label, NOT an OpenSkills install source.slug into openskills install.repository field from oneskill search results as the install source:
npx openskills install <repository> (e.g., wshobson/agents)-y and select ONLY the needed skill(s) in the picker (by skill name/slug).openskills does not automatically configure Gemini. You MUST run the mapping command after installation:
npx oneskill map --target gemini (add --global if installed globally)openskills does not automatically configure Qwen. You MUST run the mapping command after installation:
npx oneskill map --target qwen (add --global if installed globally)cat or similar shell commands to inspect the files in the global skills directory.npx openskills remove <name>).npx openskills install <source> [options] # Install from GitHub, local path, or private reponpx openskills sync [-y] [-o <path>] # Update AGENTS.md (or custom output)npx openskills list # Show installed skillsnpx openskills read <name> # Load skill (for agents)npx openskills update [name...] # Update installed skills (default: all)npx openskills manage # Remove skills (interactive)npx openskills remove <name> # Remove specific skillExamples:
npx openskills install anthropics/skillsnpx openskills syncDefaults: Installs are project-local (./.claude/skills, or ./.agent/skills with --universal). Use --global for ~/.claude/skills.
--force-map unless the user agrees to overwrite an existing target.npx oneskill map --target <env> after installs.--global for global installs.--global so it is available across projects.