Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/iamlalitpandit/RudraX --skill rudrax-agent명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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.