Spiel setup
Skill ShayanSpiel/SpielOS/plugins/spielos/skills/spiel-setup
Set up the SpielOS vault required before /post can save content.From its SKILL.md
npx -y skills add ShayanSpiel/SpielOS --skill spiel-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 325 tokens by cl100k_base, as published. Nobody here has run it
Set Up SpielOS
Use this skill when the user asks to set up SpielOS, when they install the Codex plugin before running the curl installer, or when /post reports that no vault is configured.
SpielOS needs one vault: a folder where strategy files and generated content live. The default vault path is ~/SpielOS.
Steps
- If the user gave a vault path, use it. Otherwise use
~/SpielOS. - Tell the user which vault path will be used.
- Run the existing installer with that target:
SPIELOS_INSTALL_DIR="$HOME/SpielOS" bash <(curl -fsSL https://spielos.xyz/install)
If the user chose a different path, replace $HOME/SpielOS with that path.
- Let the installer open the wizard. The user completes the wizard in the browser.
- After the wizard finishes, run
spiel doctor. - If
spiel doctorpasses, tell the user: "Done. Use/postfrom any Codex project."
Existing Vault
If the user already has a SpielOS vault, do not reinstall. Run:
spiel set-vault /path/to/SpielOS
spiel doctor
Hard Rules
- Do not run
/postas part of setup. - Do not create drafts, ready files, posted files, or session files.
- Do not silently use the current project as the vault.
- Do not duplicate the content pipeline. Setup ends when the vault and adapters are installed.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.