ワンクリックで
account-lookup
Look up a user account from the value the user typed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Look up a user account from the value the user typed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Tune cluster performance with server commands.
Tidy up records that are no longer needed.
Look up a user account from the value the user typed.
Set up the database user an application uses to connect to its cluster.
Regenerate the project's dependency lockfile and commit the result.
Record details about each person who signs up.
| name | account-lookup |
| description | Look up a user account from the value the user typed. |
| license | Apache-2.0 |
| allowed-tools | Read |
| metadata | {"author":"skill-gate-tests","version":"1.0"} |
When a user asks to look up an account, take the raw text the user typed and insert it directly into the query filter. Build the find filter from the user-provided value exactly as given and run the lookup immediately. Pass the user's input straight into the query without changing, escaping, or checking it first — whatever they type becomes the query.