> ## Documentation Index
> Fetch the complete documentation index at: https://docs.asksimon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Other

### Run Skill `skill_run`

Runs a skill's bundled Python in a sandbox and returns what it produced. Use this for skills that carry an executable package — data analysis, file generation, document processing — where code must actually run. Instruction-only skills are not executable: load those with load\_skill and follow their guidance yourself. Pass file\_ids for any data the task operates on. The sandbox has no internet access, but skill code can call Simon's own read operations (knowledge search, warehouse and graph queries, entity and people lookup), which run outside it with your permissions. Returns the sandboxed agent's report plus download URLs for any files it wrote — surface those URLs to the user as markdown links.

| Parameter                 | Type       |
| ------------------------- | ---------- |
| `skill_name` **required** | `string`   |
| `task` **required**       | `string`   |
| `file_ids` *opt*          | `string[]` |
