> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/example-scripts.md).

# サンプルスクリプト

### サンプルスクリプト <a href="#jk16t1n96hg" id="jk16t1n96hg"></a>

1Passwordソリューションチームは、独自のプロジェクトのヒントとして利用できる[1Password CLIスクリプトのサンプルのリポジトリーを管理しています。](https://github.com/1Password/solutions)

サンプルスクリプトを正しく動作させるには、コマンドラインJSONプロセッサーである[jq](https://stedolan.github.io/jq/)をインストールする必要があります。

役に立つデモ スクリプトが見つかります:

* [別のパスワードソリューションから移行する](https://github.com/1Password/solutions/tree/main/migration)
* [CSVから新しいユーザーをプロビジョニングする](https://github.com/1Password/solutions/tree/main/scripted-provisioning)
* 保存済み[のユーザーを監査または管理する](https://github.com/1Password/solutions/tree/main/user-management)
* 保管庫[とグループを管理する](https://github.com/1Password/solutions/tree/main/account-management)
* [アイテムをCreate、更新、共有する](https://github.com/1Password/solutions/tree/main/item-management)

### さらに詳しく知るには <a href="#id-6xmw20v8jahl" id="id-6xmw20v8jahl"></a>

* [シークレット参照を使い始める](https://developer.1password.com/docs/cli/secret-references/)
* [スクリプトにシークレットを読み込む](https://developer.1password.com/docs/cli/secrets-scripts/)
* [環境にシークレットをロードする](https://developer.1password.com/docs/cli/secrets-environment-variables/)
* [シークレットを設定ファイルに読み込む](https://developer.1password.com/docs/cli/secrets-config-files/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/1password/example-scripts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
