Skip to main content

v2-test-skill

A simple skill for testing V2 sandbox skill copy via prepare steps.

Zur Installation springen

Quellinformationen

Repository
YaoApp/yao-dev-app
Letzte Quellaktivität
9. März 2026 um 17:09
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
6

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
v2-test-skill
description
A simple skill for testing V2 sandbox skill copy via prepare steps.
license
Apache-2.0
metadata
{"author":"yao-team","version":"1.0"}
allowed-tools
Bash(echo:*)
# V2 Test Skill Use this skill to verify that prepare step `action=copy` correctly copies skills into the sandbox container. ## Steps 1. Run the echo script to verify availability 2. Check that the script has correct permissions ## Scripts ```bash ./scripts/test.sh "hello from v2" ```
Auf GitHub ansehen