wiki-context-pack

Retrieve token-bounded context packs from the Obsidian wiki.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill wiki-context-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-context-pack
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/wiki-context-pack
Command: npx skills add https://github.com/zjykzk/blog --skill wiki-context-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces a token-bounded, reusable slice of wiki knowledge that downstream agents can consume for context-driven tasks, rather than answering questions directly.

Core Features & Use Cases

  • Builds topic-specific context packs from the Obsidian wiki for downstream tasks such as wiki-research or wiki-synthesize.
  • Supports recent-activity packs to capture the latest wiki updates efficiently.
  • Delivers a compact, structural block with metadata to simplify integration into other workflows.

Quick Start

Invoke the wiki-context-pack with a topic string to generate a bounded context pack for that topic, or use the recent option to pack the latest pages.

Frequently Asked Questions about wiki-context-pack

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

FAQPage Schema
How do I bundle wiki knowledge into a compact context pack for downstream agents?

You can bundle wiki knowledge by retrieving a token-bounded context pack from the Obsidian wiki. This produces a compact, structured block containing page metadata and a compressed body suitable for context-driven processing.

What is a token-bounded context pack and when do I need it for Obsidian?

A token-bounded context pack is a reusable slice of Obsidian wiki knowledge constrained by a token budget. You need it when supplying downstream agents with structured context for tasks like research or synthesis rather than direct answers.

Can I generate a context pack from recent wiki activity instead of a specific topic?

Yes, you can generate a recent-activity pack to capture the latest wiki updates efficiently. This option packs the latest pages into a compact block instead of filtering by a specific topic string.

How do I feed Obsidian wiki context to wiki-research or wiki-synthesize tasks?

Invoke the context pack tool with a topic string to generate a bounded pack, then feed that structured block to downstream agents or skills such as wiki-research or wiki-synthesize for context-driven processing.

Does the context pack include page metadata or just compressed body text?

The context pack includes both page metadata and a compressed body. When the token budget permits, it delivers a structural block containing metadata alongside the compressed text for integration.