ソース情報
- リポジトリ
- jaylfc/taosmd
- ソースの最終更新活動
- 2026年6月8日 17:18
- 検出された SKILL.md の言語
- 英語
- スター
- 75
- フォーク
- 3
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jaylfc/taosmd --skill taosmd-a2aコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | taosmd-a2a |
| description | Set up agent-to-agent comms and named channels via the taOSmd A2A bus. |
| user-invocable | true |
Print the setup guide from the taosmd package, then execute it. taOSmd must be importable to read the guide, so install it first if it is missing:
python -c "import taosmd" 2>/dev/null || pip install git+https://github.com/jaylfc/taosmd
python -c "import taosmd; print(taosmd.a2a_setup_guide())"
Follow every step in the guide in order. The guide is the source of truth for checking for an existing server, starting the bus, creating/joining a channel, and generating the invite block for the user's other agents.
After joining a channel, set up the hourly bus-check cron so you do not miss
messages when your session ends — follow the "Durable monitoring" section
in the guide for idempotent cron/schtasks setup instructions. That section also
covers realtime pickup: taosmd a2a-watch (stream new messages one line each,
wrap in a process monitor for instant in-session pickup) and taosmd a2a-bridge
(run a trigger command per message to wake a dormant session). Keep the hourly
cron as the durable floor underneath either.
Maintain docs/research-report.md, the living technical report of taOSmd findings. Use when recording experiment results, adding negative results, pre-registering experiments, or revising the report. Enforces methodology discipline; never lets a number in without provenance.
Set up agent-to-agent comms and named channels via the taOSmd A2A bus.
SOC 職業分類に基づく