ソース情報
- リポジトリ
- iamlalitpandit/RudraX
- ソースの最終更新活動
- 2026年7月16日 00:10
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/iamlalitpandit/RudraX --skill rudrax-agentコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | rudrax-agent |
| description | Configure, operate, troubleshoot, and extend RudraX. |
| metadata | {"category":"ai-agents","emoji":"🔱","color":"orange","vibe":"Build. Break. Deploy. Orchestrate.","original_name":"rudrax-agent"} |
Use this skill when a task involves installing, configuring, operating, troubleshooting, or extending RudraX.
RudraX is a hierarchical multi-agent runtime developed by Lalit Pandit. The runtime combines 349 specialist agents, 43 model-provider integrations, tactical squads, a WebUI, terminal interfaces, persistent memory, quality gates, and operational controls.
~/.rudrax/agent/5555git clone https://github.com/iamlalitpandit/RudraX.git
cd RudraX
npm install
npm start
Open http://localhost:5555 and change the default local password before exposing the service to a network.
npm start
npm run webui
npm run lint
npm test
npm run test:coverage
rudrax --list-models
rudrax --provider <provider> --model <model>
~/.rudrax/agent/auth.json provider credentials
~/.rudrax/agent/models.json custom providers and model definitions
~/.rudrax/agent/settings.json runtime defaults
Credential files must remain mode 0600. Never print or return raw keys from APIs.
rudrax --list-models and confirm the provider/model appears.api-key authentication./api/health.auth.json, models.json, and settings.json are writable only by the current user.lib/core/provider-catalog.js.npm ci
npm run lint
npm test
npm run test:coverage
npm pack --dry-run
git diff --check
A task is complete only after the requested runtime path has been exercised and the result has been verified.