ワンクリックで
init
Configure the local Multica API address, personal access token, and default workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure the local Multica API address, personal access token, and default workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Draft and, after immediate natural-language confirmation, publish a Codex session summary to the linked Multica issue.
Associate the current Codex conversation with a Multica issue and load its context.
Show the configured Multica service, default workspace, and current conversation association.
Clear the Multica issue association from the current Codex conversation.
SOC 職業分類に基づく
| name | init |
| description | Configure the local Multica API address, personal access token, and default workspace. |
Configure Multica only when the user explicitly invokes this skill.
Find the plugin root from the absolute path of this SKILL.md: it is two parent directories above this file. Ask for the API address when absent, then invoke node <plugin-root>/scripts/multica.mjs bootstrap --url <api-url>.
The bootstrap result names a private configuration file. Ask the user to add their Multica PAT to its apiToken field themselves; do not ask them to send it in this conversation and never pass a token as a command-line argument. Then invoke node <plugin-root>/scripts/multica.mjs init, adding --workspace-id <id-or-slug> only when the user selected a workspace. The helper accepts HTTPS, plus HTTP only for localhost development addresses.
If the helper reports workspace_selection_required, show only the returned workspace names and identifiers, ask the user to choose one, then rerun init with that selection. The helper stores the API address, token, and selected workspace in ~/.codex/multica/config.json with private permissions.
On success, report the configured API address and workspace without mentioning the token.