agentsclimarketplace

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

Install
npx -y skills add ShayanSpiel/SpielOS --skill spiel-setup

Assembled 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

  1. If the user gave a vault path, use it. Otherwise use ~/SpielOS.
  2. Tell the user which vault path will be used.
  3. 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.

  1. Let the installer open the wizard. The user completes the wizard in the browser.
  2. After the wizard finishes, run spiel doctor.
  3. If spiel doctor passes, tell the user: "Done. Use /post from 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 /post as 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.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.