Skip to content
Oriyn
Skills

Oriyn Skill

Install the Oriyn skill and teach agents when to run product experiments.

Install oriyn-ai/skills so agents know when to use the CLI, how to run readiness checks, and how to summarize experiment results without overstating confidence.

Install The Skill

npx skills add oriyn-ai/skills

The skill is separate from the CLI. The CLI performs authenticated product work; the skill gives an agent the operating instructions for when and how to use the CLI.

When To Use It

  • A user asks whether to build, price, launch, or redesign a product experience.
  • A PR changes user-facing behavior and needs grounded product signal.
  • The agent needs actual personas, patterns, or experiment evidence for the linked product.
  • A roadmap decision needs a fast pre-production read before deeper validation.

Skill Workflow

  1. Run oriyn status and confirm auth, API reachability, and product linkage.
  2. Inspect oriyn personas or oriyn patterns if the decision needs context.
  3. Run oriyn experiments run "<hypothesis>" --json for the concrete change.
  4. Summarize the verdict, convergence, persona breakdown, and caveats.
  5. Do not claim the result proves real-world impact; frame it as decision support.

CI And Sandboxed Agents

export ORIYN_ACCESS_TOKEN=<token>
oriyn status
oriyn experiments run "<hypothesis>" --json

Commit oriyn.json so the agent does not need to infer which product a repository belongs to.

On this page