openterminal-integration

openterminal-integration is a skill for Claude Code, Codex from layer1labs/specsmith. It costs 21 tokens per session (366 once invoked), scanned A, original, MIT.

An integration for OpenTerminal, an AI terminal interface. It manages terminal sessions, configuration, command history, and logging under Specsmith governance.

In plain words
What is it for?
It helps configure OpenTerminal, start terminal sessions, manage session settings, and record terminal activity.
Why use it?
It adds human approval, configuration controls, security checks, and session monitoring to an AI terminal connection.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/layer1labs/specsmith/openterminal-integration
Any agent
npx skills add layer1labs/specsmith --skill openterminal-integration
Clone the repo
git clone --depth 1 https://github.com/layer1labs/specsmith

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openterminal-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/layer1labs/specsmith/openterminal-integration.svg)](https://agentmods.dev/skills/layer1labs/specsmith/openterminal-integration)
Your own site
<a href="https://agentmods.dev/skills/layer1labs/specsmith/openterminal-integration"><img src="https://agentmods.dev/badge/skills/layer1labs/specsmith/openterminal-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00366
Opus 5 $0.00010 $0.00183
Sonnet 5 $0.00004 $0.00073
Haiku 4.5 $0.00002 $0.00037

Measured 5d ago against content hash c868d9a9b7a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openterminal-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/openterminal-integration/SKILL.md · 67 lines

What it actually says

OpenTerminal Platform Integration

This skill enables specsmith projects to integrate with OpenTerminal for AI terminal interfaces while maintaining governance compliance.

Requirements Covered

  • REQ-113: OpenTerminal Platform Integration
  • Allows specsmith projects to integrate with OpenTerminal for AI terminal interfaces with human approval

Integration Capabilities

Platform Features

  • OpenTerminal terminal interface management
  • AI-powered terminal command execution
  • Terminal session management
  • API endpoint configuration for OpenTerminal services
  • Command history and logging

Governance Requirements

  • Human approval required for all OpenTerminal integrations
  • Configuration management with governance controls
  • Security best practices enforcement
  • Session monitoring and logging

Usage Examples

# Initialize OpenTerminal integration
specsmith skill install openterminal-integration

# Configure OpenTerminal platform settings
specsmith openterminal configure --platform openterminal --terminal-type ai-terminal --session-id session-123

# Start terminal session
specsmith openterminal start --session-id session-123

Configuration

The skill requires the following configuration in scaffold.yml:

openterminal:
  platform: openterminal
  terminal_type: ai-terminal
  session_id: session-123
  api_endpoint: "https://api.openterminal.com"

Security Considerations

  • All OpenTerminal integrations require human approval
  • Terminal session access controls must be configured
  • Command execution security must be enforced
  • Session monitoring is required

Compliance Requirements

  • Follow security best practices for AI terminal interfaces
  • Maintain audit logs of all OpenTerminal interactions
  • Ensure proper session management and monitoring
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 67 lines · 21 tokens per session scan A c868d9a9b7a9

Subscribe to this mod's changes

openterminal-integration is a skill published in the GitHub repository layer1labs/specsmith (7 stars, last pushed 4d ago), licensed MIT. It adds 21 tokens to every session and 366 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

arch-audit

Audit Claude Code architecture files against Anthropic docs and release notes, and verify internal ecosystem consistency. Run on demand to maintain compliance, catch new features, and keep the context system clean.

marcoguillermaz/Tierward · 41 tokens

pr-review

Autonomous local code review. Reviews either an open PR's diff (via gh) or the local working diff against a base branch (--local, auto-selected when no PR exists yet), spawns a dedicated review subagent with universal + stack-specific severity criteria, posts the review as a comment on the PR (audit trail; skipped in…

marcoguillermaz/Tierward · 0 tokens

security-audit

Security audit: auth/authz on API routes, input validation, row-level access control (RLS in Postgres, ORM scopes or app-level guards elsewhere), response shape review, secret exposure, HTTP headers. Native mode checks entitlements and Keychain. MCP-aware (v1.20+): when mcp-nvd server is wired, Step 3c queries live…

marcoguillermaz/Tierward · 0 tokens

skill-db

Database audit: schema quality, index coverage, row-level access-control completeness, FK cascades, query patterns. Runs live SQL verification (PostgreSQL instance in PATTERNS.md; other engines verify the equivalent guard). Migration file safety → /migration-audit.

marcoguillermaz/Tierward · 0 tokens

skill-dev

Code quality audit: detect cross-module coupling, N+1 queries, dead exports, antipatterns, over-large components. Cross-checks against refactoring backlog.

marcoguillermaz/Tierward · 0 tokens

accessibility-audit

Unified accessibility audit - axe-core WCAG 2.2 scan, APCA contrast measurement, static a11y checks (aria-label, tabindex, form labels, focus visibility, onClick on non-interactive). Static and live modes.

marcoguillermaz/Tierward · 0 tokens