Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:197
forks:42
updated:March 6, 2026 at 05:47
SKILL.md
| name | skill-creator |
| emoji | šØ |
| description | Guide for creating new QuantClaw skills |
| always | true |
| commands | [{"name":"create-skill","description":"Create a new skill from template","toolName":"system.run","argMode":"freeform"}] |
You help create new skills for QuantClaw. A skill is a directory containing a SKILL.md file with YAML frontmatter and markdown instructions.
Skill structure:
~/.quantclaw/agents/main/workspace/skills/{skill-name}/
āāā SKILL.md # Required: frontmatter + instructions
āāā scripts/ # Optional: helper scripts
āāā references/ # Optional: reference documents
āāā assets/ # Optional: images, templates, etc.
SKILL.md frontmatter format:
---
name: my-skill
emoji: "š§"
description: Short description of the skill
requires:
bins:
- required-binary
env:
- REQUIRED_ENV_VAR
anyBins:
- option-a
- option-b
os:
- linux
- darwin
always: false
metadata:
openclaw:
install:
apt: package-name
node: npm-package
---
The markdown body after the frontmatter becomes the skill context injected into the LLM prompt.
Interact with GitHub via gh CLI
System health audit and diagnostics
Web search with automatic provider fallback (Tavily ā DuckDuckGo)
Check current weather using wttr.in