dotnet-agent-harness-offline

Cache skills, MCP responses, and registry data for offline .NET agent operation.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rudironsoni/SharpClaw --skill dotnet-agent-harness-offline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-agent-harness-offline
Source: https://github.com/rudironsoni/SharpClaw/tree/main/.github/skills/dotnet-agent-harness-offline
Command: npx skills add https://github.com/rudironsoni/SharpClaw --skill dotnet-agent-harness-offline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the .NET agent harness to operate in offline or air-gapped environments by leveraging local caching for skills, MCP responses, and registry data.

Core Features & Use Cases

  • Offline Operation: Allows the agent to function without an active internet connection.
  • Local Caching: Stores skills, MCP responses, and registry data locally for quick access.
  • Use Case: A developer working on a secure, air-gapped network can use this Skill to ensure their .NET agent can still access necessary tools and information without needing external connectivity.

Quick Start

Enable offline mode for the dotnet agent harness by setting the DOTNET_HARNESS_OFFLINE environment variable to true.

Frequently Asked Questions about dotnet-agent-harness-offline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a .NET agent harness in an air-gapped environment?

To run a .NET agent harness in an air-gapped environment, enable offline mode by setting the DOTNET_HARNESS_OFFLINE environment variable to true. This activates local caching for skills and registry data.

What is local caching for offline agents and how does it work?

Local caching for offline agents stores skills, MCP responses, and registry data locally. This mechanism ensures continuous agent functionality without requiring external network access.

Can I synchronize offline cache data for a .NET agent harness?

Yes, you can synchronize offline cache data for a .NET agent harness. The offline mode provides specific commands for cache synchronization and management.

Does the .NET agent harness support MCP responses when offline?

The .NET agent harness supports MCP responses when offline by leveraging local caching. It stores these responses locally to maintain tool access without external connectivity.

What are the limitations of using local caching for offline .NET agents?

The limitation of using local caching for offline .NET agents is that data freshness depends on the last synchronization. Cache must be populated prior to entering the air-gapped environment.