macOS
brew install ask-clilocal Homebrew formula metadata
brew
ask-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ask-clilocal Homebrew formula metadata
概要
CLI tool for Alexa Skill Kit
履歴
ASK CLI is Amazon's command-line interface for the Alexa Skills Kit. It creates, manages, tests, and deploys Alexa skills, wrapping both higher-level project workflows and lower-level Skill Management API operations.
The alexa/ask-cli repository was created in December 2016 under the Alexa GitHub organization. Amazon's documentation presents it as the command-line front door for Alexa skill development, with commands for configuring credentials, creating projects from templates, deploying skill packages and Lambda code, and testing deployed skills.
The v2 line is the modern shape documented by Amazon: `ask configure` initializes Amazon developer and optional AWS credentials; `ask new` creates local skill projects; `ask deploy` publishes the skill manifest, interaction model, and backend resources; and `ask dialog` simulates conversations against a skill.
ASK CLI's adoption is tied to the Alexa developer ecosystem rather than general-purpose command-line culture. It is distributed through npm and Homebrew, and the official README points users to npm global installation. Homebrew analytics show modest but continuing installs, consistent with a specialized vendor SDK tool.
Amazon's documentation also made ASK CLI the documented workflow for Alexa-hosted skills, AWS Lambda backed skills, and skill package management. That gave the tool real operational weight for developers who wanted reproducible Alexa deployments instead of only using the web console.
A typical session starts with `ask configure`, which opens a browser login to an Amazon developer account and creates the `~/.ask/cli_config` profile file. Developers then run `ask new`, edit the generated skill-package, lambda, infrastructure, and ask-resources files, and deploy with `ask deploy`.
The command reference distinguishes high-level commands such as `new`, `deploy`, and `configure` from low-level `smapi` commands that expose more direct control over Skill Management API calls.
ASK CLI is a classic vendor CLI package: not glamorous, but important because it captures a cloud product's deployment contract in a versioned tool. For package nerds it is interesting as a Node-distributed CLI that is also bottled by Homebrew, and as an example of a platform SDK where local config, cloud credentials, generated project files, and API wrappers all meet.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.ask/cli_configask-resources.jsonCredential-bearing paths to review before unattended agent runs.
~/.ask/cli_config実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ask | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
インストールメタデータ
| パッケージキー | brew:ask-cli |
|---|---|
| バージョン | 2.30.7 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ask-cli |
| ホームページ | https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html |
| リポジトリ | https://github.com/alexa/ask-cli |
| 上流ドキュメント | https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-command-reference.html |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://registry.npmjs.org/ask-cli/-/ask-cli-2.30.7.tgz |
| 最終更新 | 2026-06-15T10:20:10-04:00 |
| Pulse | updated |
| 依存関係 | node |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ask-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.