simulator-skills

Organize workspace procedures as Skills actors and run them via findSkill.

58|9|Updated May 5, 2026
One-click install
npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulator-skills
Source: https://github.com/corezoid/simulator-ai-plugin/tree/main/plugins/simulator/skills/simulator-skills
Command: npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes and reuses complex, workspace-specific procedures as skills, enabling consistent automation of recurring tasks within Simulator.Company.

Core Features & Use Cases

  • Store workspace playbooks as Skills form actors to capture concrete workflows.
  • Discover and run saved skills using findSkill and getSkill, or author new ones tailored to this workspace.
  • Publish as verified to make skills available to others in the workspace, while tagging and documenting steps for reuse.

Quick Start

Define a [md] wrapped procedure for a task, then create a Skills actor with a unique ref and publish it as verified.

Frequently Asked Questions about simulator-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate and reuse workspace procedures as playbooks?

To automate workspace procedures, you store recurring tasks as Skills form actors. This enables consistent reuse by capturing concrete workflows and executing them with real IDs across your workspace.

How do I discover and run saved skills in a workspace?

You discover saved skills using the findSkill function and retrieve specific ones with getSkill. Once retrieved, these verified skills can be executed to run concrete workspace tasks.

What are the requirements for authoring a new workspace skill?

Authoring a workspace skill requires pinning concrete IDs, wrapping the procedure body in [md]...[/md] tags, and publishing the skill as verified so it appears in findSkill results.

How does publishing a skill as verified work for team reuse?

Publishing a skill as verified makes it available to others in your workspace. Tagging and documenting the steps ensures the playbook is discoverable and reusable by team members.

Can I use workspace playbooks for automation without concrete IDs?

No, workspace playbooks require pinning concrete IDs to function. Without concrete IDs, the skill cannot execute real tasks or be properly registered for workspace automation.

What is the best way to organize complex workspace-specific procedures?

The best way to organize complex procedures is storing them as Skills form actors. This captures workspace-specific workflows as structured playbooks, enabling consistent task execution and reuse.