token

Redirect Terraform token queries to the hal terraform workspace replacement flow.

29|8|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/hashimiche/hal --skill token-hashimiche
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: token
Source: https://github.com/hashimiche/hal/tree/main/internal/skills/data/terraform/token
Command: npx skills add https://github.com/hashimiche/hal --skill token-hashimiche

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Terraform token command has been deprecated; this Skill helps users understand the change and guides them toward the automated workspace flow.

Core Features & Use Cases

  • Redirects questions about hal terraform token to the recommended replacement flow.
  • Guides users through the three-step process: create a workspace, enable the VCS workflow, and check status.
  • Use Case: In a lab scenario, a user asks for token handling and you provide the replacement sequence and rationale.

Quick Start

Explain that the token command is deprecated and guide the user through the replacement flow: hal terraform create, hal terraform vcs-workflow enable, hal terraform status.

Frequently Asked Questions about token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is the hal terraform token command deprecated and what replaces it?▼

The hal terraform token command is deprecated and replaced by an automated workspace flow. Users must transition to creating a workspace, enabling the VCS workflow, and checking status to manage Terraform automation.

How do I replace Terraform token queries with automated workspace workflows?▼

To replace Terraform token queries, execute a three-step sequence: run hal terraform create, enable the VCS workflow with hal terraform vcs-workflow enable, and verify readiness with hal terraform status.

What is the correct sequence to set up an automated Terraform workspace in labs?▼

The correct sequence for an automated Terraform workspace in labs is creating the workspace, enabling the VCS workflow, and confirming workspace readiness via hal terraform status.

How do I check if my Terraform automated workspace is ready after enabling VCS workflow?▼

You check if your Terraform automated workspace is ready by running the hal terraform status command, which confirms the workspace readiness after you enable the VCS workflow.

Can I still use hal terraform token for demos and labs?▼

You should not use hal terraform token for demos and labs because it is deprecated. Instead, follow the replacement flow of creating a workspace, enabling the VCS workflow, and checking status.