# Supaterm

> Control Supaterm spaces, tab groups, tabs, panes, licensing, coding-agent integrations, and task launches with `sp`. Use when an agent needs to inspect or operate Supaterm, organize tabs, handle a tab-limit refusal, guide a Supaterm purchase or activation, open commands in tabs or panes, or launch and prompt coding agents.

- Skill: `supabitapp/supaterm` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add supabitapp/supaterm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/supabitapp/supaterm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: supabitapp (https://skillmd.com/u/supabitapp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/supabitapp/supaterm

---


# Supaterm

This file is a stable discovery stub. `sp skills` commands are served by the running Supaterm app, so the guide always matches the version you are driving. Load it before running Supaterm commands:

```bash
sp skills get core
```

Load the complete command references when needed:

```bash
sp skills get core --full
```

Resolve the bundled directory when reading one reference directly:

```bash
sp skills path core
```

Load the license reference before guiding a purchase, activation, renewal, deactivation, or `license_required` tab refusal:

```bash
sp skills path core
```

Read `references/license.md` from the printed directory.

Load the coding-agent workflow before launching or prompting a coding agent:

```bash
sp skills get coding-agents
```

Submit coding-agent follow-up prompts with the paste-aware command from that guide:

```bash
sp pane send --submit <pane-uuid> - < "$prompt_file"
```

Do not use `--newline` for coding-agent prompts. An interactive agent can treat the appended newline as pasted content and leave the prompt in its composer.

List every guide the running app offers:

```bash
sp skills list
```

