simulator-attachments

Upload files and link them to actors or reactions in Simulator.Company.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uploading and linking files within a workspace is error-prone and tedious. This skill provides a streamlined workflow to upload files as attachments, link them to actors or reactions, and manage attachment records (rename, list, detach) in Simulator.Company.

Core Features & Use Cases

  • Upload and store files as attachment records with attachId
  • Link attachments to actors or reactions to expose documents in context
  • List, rename, and detach attachments across the workspace
  • Support for actor avatars via engine tools while keeping attachments decoupled from actor data
  • Works with related skills such as simulator-reactions and simulator-actors to attach files to comments or actors

Quick Start

Upload a file to the workspace, then attach it to an actor or reaction.

Frequently Asked Questions about simulator-attachments

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

FAQPage Schema
How do I upload files as attachments and link them to actors in a workspace?

To upload files as attachments and link them to actors, you use server-side tooling like uploadBase64 to store the file and addAttachments to link the resulting attachId to the actor record.

What is the best way to manage and rename workspace attachments?

The best way to manage and rename workspace attachments is by using the updateAttachment tool, which allows you to modify attachment records, while getAttachments lists available files across the workspace.

Can I attach files to reactions or comments in Simulator.Company?

Yes, you can attach files to reactions in Simulator.Company by linking the attachment record to the reaction, working in synergy with simulator-reactions to expose documents in the proper context.

How do actor avatars work when mounting attachments via engine tools?

Actor avatars are mounted via engine tools while keeping the attachment records decoupled from the core actor data, ensuring file management remains independent of actor profile updates.

Does the attachment workflow support detaching or removing files from actors?

Yes, the attachment workflow supports detaching and removing files from actors or reactions using the removeAttachments server-side tool to cleanly delete attachment links and records.