用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/iamlalitpandit/RudraX --skill rudrax-agent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, and reading/injecting secrets for commands.
Build fully-integrated 3-statement models (IS, BS, CF) in Excel with working capital schedules, D&A roll-forwards, debt schedule, and the plugs that make cash and retained earnings tie. Pairs with excel-author.
Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method — builds culturally coherent societies that feel lived-in rather than invented
基于 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.