# Workspace Actions Skill

> Manages workspace files and executes local python/node scripts.

- Skill: `teycir/workspace-actions-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add teycir/workspace-actions-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/teycir/workspace-actions-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Teycir (https://skillmd.com/u/teycir)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/teycir/workspace-actions-skill

---


# Workspace Actions Skill

This skill lets the agent read, write, and execute scripts in the workspace.

## Usage

```bash
node scripts/file-manager.js read ../../../../etc/passwd
```

