wonda-cli

wonda-cli

ターミナルから画像・動画・音楽・音声を生成・編集し、ソーシャルメディアへの公開や調査、自動化にも対応するWonda CLI。

AIスキル大辞典による日本語要約
品質評価80/100評価確度:十分
人気度(GitHub Star) 74発掘スコア 68
01

このSkillでできること

  • ターミナルから画像、動画、音楽、音声を生成する
  • メディアを編集・合成し、音声クローンやリップシンクなどを扱う
  • LinkedIn、Reddit、X/Twitterを調査・自動化する
  • ソーシャルプラットフォームへコンテンツを公開する
02

使い方

01
STEP 1

Wonda CLIの各生成コマンドでメディア種別、モデル、プロンプトを指定する

02
STEP 2

生成結果はJSON出力や識別子のみの出力に切り替えてスクリプトから扱う

03
STEP 3

必要に応じて出力ファイル指定やジョブの待機、ステータス確認を行う

04
STEP 4

認証情報や外部サービス連携を利用する場合は権限と対象アカウントを確認する

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/degausai/wonda
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

npm i -g @degausai/wonda
brew tap degausai/tap && brew install wonda
wonda wab install                             # one-time: npm install + stealth-browser Chromium (shared by sessions, screenshot, record, brand extract)
wonda wab update                              # refresh the runtime to the version this CLI pins (runtime versions ship inside CLI releases): staged download, verified, then atomically swapped in, so a failed download leaves the current driver tree untouched; refuses the runtime swap while personas run (wab stop them first; the relay picks the new runtime up on its next spawn, no restart), while an already-current tree's cheap manifest refresh proceeds without the gate: it reconciles drifted current files back to this build's embedded bytes (additive rewrites, safe under a running persona) and only prunes stale files when NO personas are running, deferring the prune (and keeping the mismatch visible) until the tree is quiet; --check reports installed vs pinned without changing anything, --force reinstalls even when current and re-downloads the shared Chromium build (corrupt-cache recovery; caveat: --force clears the cached Chromium before re-downloading, so a failed forced download leaves the shared cache without it until a retry succeeds). The driver tree also carries a manifest recording what produced it: the embedded driver asset identity compatibility is actually keyed on, plus the CLI build and platform as provenance. A tr
npm i -g @degausai/wonda
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

商品画像をもとに、ブランドカラーを保った短い縦型プロモーション動画を生成してください。動きは自然なカメラワークに限定し、動画内には文字を描画しないでください。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行検出あり
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • shell: [large code block omitted] ### Publish to Instagram ```bash wonda publish instagram \ --media med_abc123 \ --account ig_acct_456 \ --caption "N
  • shell: commands output JSON to stdout. Errors go to stderr. ```bash # Default — formatted JSON wonda generate image --model nano-banana-2 --prompt "A cat" #
  • network: x64 + ARM64 ## License Proprietary — see [wonda.sh](https://wonda.sh) for terms.
  • network: able content skills wonda skill get product-b-roll # Fetch a specific content guide ``` The skill file auto-syncs in the background. No configurati
  • credential: nonicalized to `instagram.com`), `username`, `email`, `password` (required), `metadata` (arbitrary JSON). At least one of `username` / `email` must be pr
  • credential: *Event log**: every `credentials get`/`use`, `create`, password rotate, and other updates are recorded as events on the credential (actor: `cli` | `web`
06

関連Skill