连接器

Synchronize external service data into a local LifeOS Vault as JSON files.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Leochens/LifeOs --skill -leochens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 连接器
Source: https://github.com/Leochens/LifeOs/tree/main/src/components/modules/connectors
Command: npx skills add https://github.com/Leochens/LifeOs --skill -leochens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and persists data from external services into the user's local LifeOS Vault so remote content is searchable, offline-accessible, and managed alongside personal notes and projects.

Core Features & Use Cases

  • Token-based Connectors: Manage and store service tokens (for example GitHub) in the Vault configuration and use them to authenticate API calls.
  • Data Synchronization: Fetch repositories, notifications, user profiles, notes, and other service data and save them as JSON or files under the Vault connectors directory for offline use.
  • MCP and Skill Integrations: Support MCP helper processes (e.g., RedNote-MCP) and Claude Code skills (e.g., Jike) to access services that require local adapters.
  • Use Case: Configure a GitHub token to automatically sync recent repositories and notifications into {vault}/connectors/github for quick reference and offline analysis.

Quick Start

Use the connectors skill to add your GitHub token and synchronize your repositories and notifications into the Vault.

Frequently Asked Questions about 连接器

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

FAQPage Schema
How do I sync GitHub repositories and notifications into a local Vault?

Syncing GitHub data into a local Vault requires configuring your API token in the local YAML configuration, which then fetches repositories and notifications to save as structured JSON files under the connectors directory for offline use.

What is the best way to centralize external service data for offline access?

Centralizing external service data for offline access involves using connectors to fetch remote content via service APIs or MCP helper processes, persisting the data as structured files directly within your local LifeOS Vault alongside personal notes.

Can I sync Xiaohongshu notes and Jike content into my Vault?

Yes, you can sync Xiaohongshu notes and Jike content by utilizing MCP helper processes like RedNote-MCP and Claude Code skills, which act as local adapters to access and write the external service data into your Vault.

Do I need to manage API tokens locally to synchronize external services?

Yes, managing API tokens locally is required to synchronize external services, as you must store service tokens in the local Vault YAML configuration to authenticate API calls for fetching and persisting remote content securely.

Does synchronizing remote content into the Vault require manual API calls?

Synchronizing remote content into the Vault does not require manual API calls, as the connector manages the process by invoking service APIs or MCP helper processes automatically and includes basic error handling to ensure structured data writes.