offline-prompt-packager

Package skill prompts into offline bundles for disconnected hosts.

91|12|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/zhaohui-yang/official-document-drafting --skill offline-prompt-packager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: offline-prompt-packager
Source: https://github.com/zhaohui-yang/official-document-drafting/tree/main/skills/offline-prompt-packager
Command: npx skills add https://github.com/zhaohui-yang/official-document-drafting --skill offline-prompt-packager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for offline usage of prompts when users are disconnected from the internet, such as with WebUI, Qwen, AnythingLLM, and Claude.ai.

Core Features & Use Cases

  • Offline Prompt Packaging: Packages skill prompts into offline, single-use packages that can be used on disconnected hosts.
  • System and User Prompt Bundles: Generates system_prompt and user_prompt bundles for offline environments.
  • Customizable by Document Type: Allows for creation of complete prompts specific to a document type, such as generating a prompt for '通知' (Notice).
  • Profile Management: Supports different profiles for customizing prompt generation.

Quick Start

Build an offline prompt packager for the '通知' (Notice) document type by running the following command: python3 src/adapters/offline/build.py --doc-type 通知

Frequently Asked Questions about offline-prompt-packager

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

FAQPage Schema
How do I package skill prompts for offline environments?

To package skill prompts for offline environments, this Skill converts main source prompts into complete, self-contained bundles for disconnected hosts. It generates system_prompt and user_prompt bundles for use without internet access.

Can I use prompts with WebUI, Qwen, or AnythingLLM when disconnected from the internet?

Yes, you can use prompts with WebUI, Qwen, AnythingLLM, and Claude.ai when disconnected. The Skill creates offline prompt packages specifically designed for these disconnected environments.

How do I generate a custom offline prompt for a specific document type?

You generate a custom offline prompt for a specific document type by running the build script with your desired parameter, such as `python3 src/adapters/offline/build.py --doc-type 通知` for a Notice document.

What are system_prompt and user_prompt bundles in offline prompt packaging?

System_prompt and user_prompt bundles are complete, self-contained prompt packages generated for offline environments. They ensure prompts remain fully functional on disconnected hosts without requiring internet access.

Does offline prompt packaging support different profiles for customizing prompt generation?

Yes, offline prompt packaging supports different profiles for customizing prompt generation. This allows you to tailor the self-contained prompt bundles for various document types and specific disconnected usage scenarios.

What is the best way to deploy skills to disconnected hosts without internet access?

The best way to deploy skills to disconnected hosts is converting skill prompts into offline packages. This ensures prompts are complete and self-contained for usage in offline environments without internet connectivity.