Skip to content
Docs

9 results

Skills

Install reusable agent workflows

Seren Skills package instructions and supporting resources so agents can repeat a workflow consistently, on your desktop or in Seren Cloud.

Install

Choose what to install

Add one focused skill, inspect the public catalog, or install the full Seren collection.

Install Seren skills
npx skills add serenorg/skills --skill seren-employees
npx skills add serenorg/skills --list
npx skills add serenorg/skills --all

Safety

Review before you run

Each skill is a readable package of instructions and resources. Open the source, review the workflow and permissions it expects, then add it to the agent environment that should use it.

In Seren Cloud, skill code runs in an isolated workspace and does not receive the employee's real Seren sign-in key or open access to its connected accounts. Approved Seren services are called through the platform, and outside credentials remain in their scoped connector or Passwords grant. A skill can still change external systems when you grant that capability, so review its declared services and approval policy before deployment.

Skills remain portable. The same skill can run locally in Seren Desktop or another compatible agent environment using the signed-in user's access, while Seren Cloud supplies the managed transport and employee identity automatically. Skill manifests describe the data and services they need without embedding cloud deployment IDs or database credentials.