init

Automate origin plugin, MCP server, and daemon setup with health checks.

47|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/7xuanlu/wenlan --skill init-7xuanlu
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/7xuanlu/wenlan/tree/main/plugin/skills/init
Command: npx skills add https://github.com/7xuanlu/wenlan --skill init-7xuanlu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frictionless setup for the origin plugin and its MCP backend, automating daemon installation, configuration, and end-to-end verification.

Core Features & Use Cases

  • Auto-detect and install the origin daemon if missing
  • Configure local memory for offline operation
  • Verify end-to-end plugin β†’ MCP β†’ daemon round-trip
  • Use case: After plugin install or when the user runs /init to ensure everything is ready

Quick Start

Run the /init command to automatically verify the daemon, install origin if missing, and configure MCP integration.

Frequently Asked Questions about init

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

FAQPage Schema
How do I set up the origin plugin and MCP backend after installation?β–Ό

To set up the origin plugin and MCP backend, run the /init command to trigger a deterministic six-step flow that auto-installs the daemon, configures PATH, and verifies end-to-end readiness.

Why is the origin daemon down and how can I verify if it is working?β–Ό

If the origin daemon is down, the /init setup process performs a health probe, bootstrap, and doctor verification to detect issues, auto-install missing components, and confirm the daemon is working through an MCP round-trip check.

What does the MCP server round-trip verification check for during setup?β–Ό

The MCP server round-trip verification checks end-to-end communication from the plugin to the MCP backend and local daemon, ensuring the entire origin stack is properly configured and ready for offline operation.

Can I run the origin plugin setup repeatedly without breaking my configuration?β–Ό

Yes, you can run the origin plugin setup repeatedly because the /init process implements idempotent actions, meaning re-running it will safely verify health and configure MCP integration without duplicating or breaking existing configurations.

Do I need to manually configure PATH variables for the origin daemon?β–Ό

No, you do not need to manually configure PATH variables for the origin daemon because the automated setup handles PATH configuration automatically during the bootstrap phase if the daemon is missing or not detected.