ソース情報
- リポジトリ
- rajmohanutopai/dina
- ソースの最終更新活動
- 2026年7月29日 18:09
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/rajmohanutopai/dina --skill pair-phoneコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | pair-phone |
| description | Guide the owner through coding-agent and approval-phone pairing. |
| user-invocable | true |
State the boundary first: the filesystem-aware coding gate runs in Home Node
Lite Core, not mobile Core. Pairing the agent CLI directly to the Dina mobile
app therefore does not activate the coding gate; the hook correctly blocks
when mobile Core returns 501.
/dina:setup if Home Node has not been installed or enrollment needs
repair. It preserves an existing identity and configuration.DINA_AGENT_HOST=claude-code "${CLAUDE_PLUGIN_ROOT}/bin/dina-cli" home-node status.DINA_AGENT_HOST=claude-code "${CLAUDE_PLUGIN_ROOT}/bin/dina-cli" status.Explain the trust model briefly: the agent gets its own Ed25519 key and never sees the vault keys; every action it takes still passes the Core-owned gate on the Home Node. Remind them that until pairing is complete, the gate blocks tool calls fail-closed.
Explain that HIGH approvals can be synchronized to mobile:
This skill only guides the owner; it must not receive or handle the phone setup
code. The V1 phone endpoint is the mobile Home Node's canonical did:plc; the
laptop approval client has its own revocable did:key. V1 supports one phone.
Point to docs/DINA_PLUGIN_DEVELOPER_SURFACE.md §13.1.
Do not paste, echo, or store a setup code or pairing code in files or
output. It is single-use enrolment authority. If the user pastes one here,
tell them to enter it directly in dina configure or the owner console rather
than having the agent handle it.