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/skillsThe 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
- Run
oriyn statusand confirm auth, API reachability, and product linkage. - Inspect
oriyn personasororiyn patternsif the decision needs context. - Run
oriyn experiments run "<hypothesis>" --jsonfor the concrete change. - Summarize the verdict, convergence, persona breakdown, and caveats.
- 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>" --jsonCommit oriyn.json so the agent does not need to infer which product a repository belongs to.