init-digest

Initializes optional local conversation digesting for Memory Kit with a specified model.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/hanh-nd/agent-kit --skill init-digest-hanh-nd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: init-digest
Source: https://github.com/hanh-nd/agent-kit/tree/main/plugins/memory-kit/.gemini/skills/init-digest
Command: npx skills add https://github.com/hanh-nd/agent-kit --skill init-digest-hanh-nd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up local conversation digesting for Memory Kit requires calling the correct initialization tool with the right model configuration, which can be error-prone when done manually. ## Core Features & Use Cases - Digest Initialization: Calls kit_memory_digest_init with a user-provided model_id, or falls back to the default pinned model when none is given. - Status Reporting: Reports whether initialization succeeded, including the model id, provider, and any returned error. - Use Case: A user setting up Memory Kit wants local conversation digests enabled; they request initialization and receive a short confirmation showing the model, provider, and whether /wiki compile is still required for authoritative wiki memory. ## Quick Start Ask the agent to initialize the local conversation digest for Memory Kit, optionally specifying a model id.

Frequently Asked Questions about init-digest

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

FAQPage Schema
How do I initialize local conversation digesting for Memory Kit?▼

Request digest initialization explicitly, optionally providing a model id. The skill calls kit_memory_digest_init with your model id, or with no arguments to use the default pinned model, then reports the result.

What happens if I don't provide a model id for digest initialization?▼

The initialization runs with no arguments, which uses the default pinned model configured for Memory Kit. The response still reports the initialized model id and provider.

Does digest initialization replace the /wiki compile step?▼

No. The digest setup is optional and local; the output explicitly states whether /wiki compile is still required for authoritative wiki memory.

When does the init-digest skill run?▼

It runs only when explicitly requested by the user. It is an optional setup step for Memory Kit and does not activate automatically.

What information does digest initialization report on failure?▼

It reports whether initialization succeeded and includes any error returned by the kit_memory_digest_init call, keeping the response short.