Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

jarvis-chief-of-ai-staff贾维斯 AI 参谋长

Agent Skill

jarvis-chief-of-ai-staff 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,340

周安装

254

GitHub Stars

2

下载量

2,052
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jarvis-chief-of-ai-staff(贾维斯 AI 参谋长)
来源仓库:https://github.com/gignaati/jarvis-chief-of-ai-staff
安装命令:
openclaw skills install jarvis-chief-of-ai-staff
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install jarvis-chief-of-ai-staff

简介

用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 针对 Dell Pro Max GB10 (NVIDIA DGX Spark) 边缘设备优化,适用于 AI 部署和边缘计算场景。
  • 通过 clawhub 安装,需确认权限范围、维护状态及是否触发联网、命令执行或文件读写操作。
  • 安装命令为 openclaw skills install jarvis-chief-of-ai-staff,来源仓库为 https://github.com/gignaati/jarvis-chief-of-ai-staff。
  • 建议结合原始 README 核验具体用法,确保硬件兼容性和部署环境匹配。

SKILL.md

name
jarvis-chief-of-ai-staff
description
Deploy Jarvis, your Chief of AI Staff, on OpenClaw. Optimized for Dell Pro Max GB10 (NVIDIA DGX Spark) edge devices. Use when setting up Jarvis, configuring an AI executive agent, deploying OpenClaw on GB10, initializing agent persona and memory, or building an always-on local AI assistant for business operations. Powered by Gignaati.
version
1.0.0
metadata
openclaw
emoji
🤖
requires
bins
anyBins
os
homepage
https://gignaati.com
author
Yogesh Huja
license
MIT

Jarvis — Chief of AI Staff

Your always-on, local-first AI executive that runs entirely on-premise. Zero cloud bills. Zero data egress. Full enterprise intelligence.

Created by: Yogesh Huja — Founder & CEO, Gignaati Book: Invisible Enterprises — Best-selling guide on leading with People & AI Agents


What Is Jarvis?

Jarvis is not a chatbot. Jarvis is your Chief of AI Staff — a strategic, proactive, always-on AI executive that manages operations, communications, research, and project orchestration autonomously from your Dell Pro Max GB10 (NVIDIA DGX Spark).

Jarvis runs entirely on your hardware. No data leaves your machine. No API costs. No cloud dependency.

Who Is This For?

  • Founders, CEOs, and CTOs who want an AI-powered operations layer
  • Enterprises deploying on-premise AI agents under DPDP Act or data sovereignty requirements
  • Teams using Dell Pro Max GB10 or NVIDIA DGX Spark for edge AI
  • Anyone building a production-grade OpenClaw agent beyond basic chat

What Jarvis Can Do

  • Email & Calendar Secretary — Inbox triage, scheduling, draft replies, meeting management
  • Proactive Project Management — Status updates, follow-ups, sprint tracking via WhatsApp or messaging
  • Research Agent — Web search combined with local files for personalized intelligence reports
  • Competitive Intelligence — Monitor market shifts, competitor moves, technology trends
  • Sales Pipeline Support — Draft outreach, track leads, generate proposals from templates
  • System Guardian — Monitor GPU health, RAM, disk usage, and alert on anomalies

Prerequisites

Before running Jarvis, ensure:

  1. Hardware: Dell Pro Max GB10 (NVIDIA DGX Spark) running Linux (Ubuntu-based)
  2. OpenClaw: Installed and onboarded (openclaw --version returns a valid version)
  3. LLM Backend: Either Ollama or LM Studio installed and running
  4. Model: At least one model pulled (recommended: qwen3.5:35b-a3b or qwen3.5:27b)
  5. Network: Tailscale VPN configured for remote access (recommended, not required)
  6. Docker: Installed for SearXNG web search (docker --version)

Verify readiness:

# Check all prerequisites
echo "=== Jarvis Readiness Check ==="
echo "OS: $(uname -srm)"
echo "OpenClaw: $(openclaw --version 2>/dev/null || echo 'NOT INSTALLED')"
echo "Ollama: $(ollama --version 2>/dev/null || echo 'NOT INSTALLED')"
echo "Docker: $(docker --version 2>/dev/null || echo 'NOT INSTALLED')"
echo "GPU: $(nvidia-smi --query-gpu=name,memory.total --format=csv,noheader 2>/dev/null || echo 'NOT DETECTED')"
echo "Gateway: $(systemctl is-active openclaw 2>/dev/null || echo 'NOT RUNNING')"
echo "=== Check Complete ==="

Installation

Phase 1: Deploy Jarvis Persona (5 minutes)

This phase loads Jarvis's identity, memory, and operating instructions into your OpenClaw workspace.

Step 1 — Back up your existing workspace:

cp -r ~/.openclaw/workspace ~/.openclaw/workspace.backup.$(date +%Y%m%d) 2>/dev/null
echo "Backup complete (or no existing workspace found)."

Step 2 — Deploy workspace files:

bash {baseDir}/scripts/deploy-workspace.sh

This creates or updates the following files in ~/.openclaw/workspace/:

FilePurpose
SOUL.mdJarvis's behavioral philosophy, tone, and boundaries
IDENTITY.mdName, role, voice, and presentation
USER.mdYour profile — edit this with your details
MEMORY.mdCurated long-term memory (Tier 1, always loaded)
AGENTS.mdOperating instructions, tool permissions, memory rules
HEARTBEAT.mdProactive checklist for 30-minute heartbeat cycles
TOOLS.mdLocal environment, installed skills, model-specific notes
memory/Daily logs, people, projects, topics, decisions

Step 3 — Personalize USER.md:

Open ~/.openclaw/workspace/USER.md and replace placeholder values with your actual details:

nano ~/.openclaw/workspace/USER.md

Update: your name, email, company name, communication preferences, and priorities.

Step 4 — Initialize git backup:

cd ~/.openclaw/workspace
git init 2>/dev/null
git add -A
git commit -m "Jarvis workspace: initial deployment by gignaati/jarvis-chief-of-ai-staff"

Phase 2: Configure LLM Backend (10 minutes)

Option A — Ollama (recommended for simplicity):

# Pull the recommended model
ollama pull qwen3.5:35b-a3b

# Verify it runs
ollama run qwen3.5:35b-a3b "Hello, I am Jarvis." --verbose

Option B — LM Studio with llama.cpp (recommended for performance):

For Qwen3.5-35B-A3B, you need the role translation proxy. See: https://github.com/ZengboJamesWang/Qwen3.5-35B-A3B-openclaw-dgx-spark

Configure OpenClaw to use local model:

Edit ~/.openclaw/openclaw.json:

{
  "agent": {
    "model": "ollama/qwen3.5:35b-a3b",
    "workspace": "~/.openclaw/workspace",
    "thinkingDefault": "high",
    "timeoutSeconds": 1800,
    "heartbeat": {
      "every": "0m"
    }
  }
}
Note: Start with heartbeat disabled ("0m"). Enable after you trust the setup.

Phase 3: Enable Web Search (5 minutes)

Option A — SearXNG (free, fully local, recommended):

# Deploy SearXNG as a Docker container
docker run -d \
  --name searxng \
  --restart=always \
  -p 8888:8080 \
  -e SEARXNG_SECRET=$(openssl rand -hex 32) \
  searxng/searxng:latest

# Verify it works
sleep 5
curl -s "http://127.0.0.1:8888/search?q=test&format=json" | head -c 100
echo ""
echo "SearXNG is running at http://127.0.0.1:8888"

Option B — Brave Search (built-in, costs $5/month):

# Set your Brave API key
export BRAVE_API_KEY="BSA-your-key-here"
echo 'export BRAVE_API_KEY="BSA-your-key-here"' >> ~/.bashrc

# Configure in OpenClaw
openclaw configure --section web

Phase 4: Security Hardening (5 minutes)

bash {baseDir}/scripts/security-harden.sh

This script:

  • Configures WhatsApp allowlist (restricts who can message Jarvis)
  • Enables sandbox mode for filesystem access
  • Sets up UFW firewall rules
  • Generates SSL certificates for the dashboard
  • Creates a security audit log

Phase 5: Verify Deployment (2 minutes)

Restart the gateway:

sudo systemctl restart openclaw
sleep 3
systemctl status openclaw

Check that all workspace files are loaded:

Send this as your first message to Jarvis (via WhatsApp or the dashboard):

Hey Jarvis, run /context list and tell me which workspace files are loaded.

Expected response: All 7 core files listed as loaded (SOUL.md, IDENTITY.md, USER.md, MEMORY.md, AGENTS.md, HEARTBEAT.md, TOOLS.md).

Test the persona:

Who are you and what is your role?

Expected: Jarvis identifies as Chief of AI Staff, describes capabilities, references your company.


Post-Installation

Enable Heartbeat (when ready)

After 24-48 hours of stable operation, enable proactive behavior:

Edit ~/.openclaw/openclaw.json:

{
  "agent": {
    "heartbeat": {
      "every": "30m"
    }
  }
}

Restart: sudo systemctl restart openclaw

Add Google Workspace (optional)

Install the gog skill for Gmail, Calendar, and Drive:

clawhub install gog
CRITICAL: Use a dedicated agent account (e.g., jarvis@yourcompany.com), never your personal Gmail. Google can ban accounts that show automated behavior. Start with read-only permissions.

Model Upgrade Path

ModelUse CaseVRAMSpeed on GB10
qwen3.5:27bQuick tasks, testing~40GBFast
qwen3.5:35b-a3bDaily operations (recommended)~35GB active~43 tok/s
gpt-oss-120bComplex reasoning, analysis~65GBSlower
qwen3.5:122b-a10bCoding, technical work~50GB activeModerate

Dell Pro Max GB10 Optimization Notes

The Dell Pro Max GB10 (NVIDIA DGX Spark) is the ideal hardware for Jarvis:

  • 128GB unified memory — Run models up to 120B parameters entirely on-device
  • NVIDIA Grace Blackwell GPU — Tensor Cores optimized for AI inference
  • Always-on Linux — Designed for 24/7 operation, perfect for an always-on agent
  • 1.9TB+ storage — Room for multiple models, RAG indexes, and workspace history
  • Thermal design — Sustained 70°C under heavy load is normal and healthy

Performance tips:

  1. Use MoE models (like Qwen3.5-35B-A3B) — they activate fewer parameters per request, giving better speed-to-capability ratio
  2. Set GPU to performance mode: sudo nvpmodel -m 0 && sudo jetson_clocks
  3. Monitor thermals: GPU should stay below 85°C under sustained load
  4. Keep at least 20GB RAM free for the OS and OpenClaw gateway
  5. Use NVFP4 quantization for larger models (see NVIDIA playbook at build.nvidia.com/spark/nvfp4-quantization)

Memory Architecture

Jarvis uses a 3-tier memory system designed for long-term reliability:

Tier 1 — Always Loaded (every session)
├── SOUL.md        → Who Jarvis is
├── IDENTITY.md    → Name and voice
├── USER.md        → Who you are
├── MEMORY.md      → Curated long-term facts (keep under 100 lines)
├── AGENTS.md      → Operating rules
├── HEARTBEAT.md   → Proactive checklist
└── TOOLS.md       → Environment config

Tier 2 — Auto-loaded (today + yesterday)
└── memory/YYYY-MM-DD.md  → Daily observations

Tier 3 — Searched on demand (semantic)
├── memory/people/     → Contact profiles
├── memory/projects/   → Project status
├── memory/topics/     → Domain knowledge
└── memory/decisions/  → Decision log with rationale

Critical rule: Put durable instructions in FILES, not in chat messages. Chat messages are lost during context compaction. Everything in Tier 1 files survives compaction.


Security Model

Jarvis follows a defense-in-depth security approach:

  1. Isolation — Run on a dedicated or clean DGX Spark, not your primary workstation
  2. Least privilege — Dedicated agent accounts with minimum access
  3. Skill vetting — Only install community-vetted skills; audit source code
  4. Network security — Never expose the web UI to public internet; use Tailscale VPN
  5. Firewall — UFW rules to restrict agent's outbound connections
  6. Monitoring — Daily log review, heartbeat health checks
  7. Approval gates — External messages, file modifications, and bulk operations require human confirmation
  8. Git-backed workspace — All memory and config changes are version-controlled and recoverable

This skill contains NO:

  • Network calls to external endpoints
  • Obfuscated or encoded code
  • Filesystem access outside the OpenClaw workspace
  • Requests for API keys or credentials
  • Background processes or daemons
  • Binary downloads or package installations beyond declared dependencies

Troubleshooting

Jarvis doesn't know who he is:

  • Run /context list to check if SOUL.md and IDENTITY.md are loaded
  • Verify files exist in ~/.openclaw/workspace/
  • Check file sizes are under 20,000 characters each
  • Restart the gateway: sudo systemctl restart openclaw

Memory is not persisting:

  • Check that MEMORY.md exists and is under 100 lines
  • Verify daily memory files are being created in memory/
  • Look for "dirty" memory warnings in the dashboard
  • Ensure the workspace is writable: ls -la ~/.openclaw/workspace/

GPU overheating (>85°C):

  • Check ambient temperature and airflow
  • Reduce model size or context window
  • Run nvidia-smi to check current utilization
  • Consider enabling speculative decoding for efficiency

WhatsApp not responding:

  • Check channel authentication in the dashboard
  • Verify allowlist configuration includes your number
  • Restart gateway and re-scan WhatsApp QR code

Uninstall

To remove Jarvis persona files while keeping OpenClaw intact:

# Back up first
cp -r ~/.openclaw/workspace ~/.openclaw/workspace.jarvis-backup.$(date +%Y%m%d)

# Remove Jarvis-specific files
rm ~/.openclaw/workspace/SOUL.md
rm ~/.openclaw/workspace/IDENTITY.md
rm ~/.openclaw/workspace/HEARTBEAT.md

# Restart gateway
sudo systemctl restart openclaw

Your USER.md, MEMORY.md, and AGENTS.md can be kept or customized for a different persona.


Credits & Resources

Skill Author: Yogesh Huja — Founder & CEO, Gignaati (Smartians AI Pvt. Ltd)

Book: Invisible Enterprises: How to Lead Better with People & AI Agents by Yogesh Huja — The best-selling guide for leaders navigating the intersection of human talent and AI-powered operations.

Powered by: Gignaati — Making enterprise AI accessible, affordable, and local-first.

References:

License: MIT — Use freely, modify freely, attribute kindly.

Version: 1.0.0 | Last Updated: 2026-03-16

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.64%
按下载量换算1,470

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills