跳到正文

All commands

chimera skills-import

Import a SKILL.md into the store. A tainted-provenance skill is held pending for review. Accepts the plain name of a curated card (``chimera skills-import verify-before-claiming``) as well as a path. The documented form was ``skills/<name>``, a repo-relative path that resolves only inside a checkout — so the one line the README gives for using the shipped library failed for everybody who installed Chimera instead of cloning it. Validated on the way in. This is the only path by which a skill written by somebody else enters the store, and it was the only one that skipped the validator the agent's own proposals must pass — the gate was applied to the code we wrote and not to the code we were handed, which is backwards. A skill card ends up in the system prompt, so an unvalidated one is an instruction from a stranger with the standing of an instruction from the owner.

Arguments

  • PATHstrrequired

    A curated card name, or a path to a SKILL.md / its directory.

Options

This command takes no options.