在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
onboarding
// Help new users get started with MetaClaw - setup wizard, first steps, and guided configuration
$ git log --oneline --stat
stars:7
forks:0
updated:2026年3月30日 11:32
SKILL.md
// Help new users get started with MetaClaw - setup wizard, first steps, and guided configuration
Self-management skill for MetaClaw - configure LLM models, channels, skills, and all settings through natural language
Guide users through setting up communication channels (Slack, Discord, Telegram, etc.) for MetaClaw
| name | onboarding |
| description | Help new users get started with MetaClaw - setup wizard, first steps, and guided configuration |
| license | MIT |
| compatibility | ["metaclaw"] |
| allowed-tools | ["ReadFile","WriteFile","EditFile","Bash"] |
| metadata | {"version":"0.1.0","author":"MetaClaw","builtin":true} |
This skill helps new users get started with MetaClaw quickly and easily.
Activate when:
Greet the user and explain what MetaClaw can do:
python3 --version
pip --version
Guide the user to run:
metaclaw init
Or help them create the config manually:
metaclaw.toml:[llm]
model = "claude"
api_key_env = "ANTHROPIC_API_KEY"
[agent]
max_iterations = 25
[skills]
auto_discover = true
.env:ANTHROPIC_API_KEY=your-key-here
metaclaw run
Demonstrate key features:
Common commands:
metaclaw run - Start interactive agentmetaclaw start - Start server with channelsmetaclaw init - Setup wizardmetaclaw skill list - Show available skillsmetaclaw channel list - Show channel statusGetting help:
/metaclaw-manager to manage MetaClaw itself.