askill
codex-claw-agentty

codex-claw-agenttySafety 95Repository

MUST use this skill for interactive CLI workflows that require login, approval, prompts, device-code, OAuth, or long-running terminal sessions. Prefer `npx -y agentty-cli` over plain shell execution.

3 stars
1.2k downloads
Updated 3/12/2026

Package Files

Loading files...
SKILL.md

codex-claw-agentty

Use this skill for interactive CLI workflows that need a persistent terminal session.

When to use

Use this skill first when a command:

  • waits for browser approval or device-code confirmation
  • prompts for input or confirmation in the terminal
  • keeps a long-running interactive session alive across multiple steps

Common examples:

  • tokscale login
  • npm login
  • gh auth login
  • railway login
  • any OAuth or device-code CLI flow

Rules

  • Do not assume agentty is installed globally.
  • Always prefer npx -y agentty-cli ... in examples and execution plans.
  • Prefer plain shell execution only for non-interactive commands.
  • Keep the agentty session alive until success or failure is explicitly confirmed.

Example commands

npx -y agentty-cli start --name tokscale-login -- bunx tokscale@latest login
npx -y agentty-cli status --json
npx -y agentty-cli get --session <session-id> --lines 80

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

84/100Analyzed 3/18/2026

A well-structured skill for handling interactive CLI workflows requiring persistent terminal sessions. Provides clear guidance on when to use (login, OAuth, device-code flows), specific rules for execution, and concrete examples. Scores high on actionability and clarity. Minor deduction for not being in a dedicated skills folder and lacking troubleshooting content.

95
85
82
72
88

Metadata

Licenseunknown
Version-
Updated3/12/2026
Publisherpinion05

Tags

security