yichen-social-bookmarks-exporter

Redirects legacy bookmark export calls to the maintained yichen-bookmarks-export skill.

2.0k|274|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mcncarl/yichen-skills --skill yichen-social-bookmarks-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yichen-social-bookmarks-exporter
Source: https://github.com/mcncarl/yichen-skills/tree/main/yichen-social-bookmarks-exporter
Command: npx skills add https://github.com/mcncarl/yichen-skills --skill yichen-social-bookmarks-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Older workflows and saved prompts may still reference the retired skill name yichen-social-bookmarks-exporter. This compatibility entry prevents those calls from breaking by transparently handing them off to the maintained yichen-bookmarks-export skill, which now owns all Xiaohongshu favorites, Douyin favorites, and X/Twitter bookmark export logic.

Core Features & Use Cases

  • Legacy Name Compatibility: Accepts explicit invocations of the old skill name and immediately delegates to yichen-bookmarks-export without executing any deprecated local scripts.
  • Preserved Historical Assets: Retains the original Chrome collectors, X link exporter, and link validator scripts in the directory for reference and backwards compatibility, though they are no longer executed.
  • Use Case: A user has an old automation snippet that says "use yichen-social-bookmarks-exporter to export my Douyin favorites." This entry catches that call and routes it to yichen-bookmarks-export, which re-confirms the platform, scope, and private-read authorization for the current session.

Quick Start

Ask the assistant to export your Xiaohongshu, Douyin, or X bookmarks and it will use yichen-bookmarks-export, the maintained successor to this retired entry.

Frequently Asked Questions about yichen-social-bookmarks-exporter

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

FAQPage Schema
How do I export my Xiaohongshu, Douyin, or X bookmarks?

Use the yichen-bookmarks-export skill, which now contains all bookmark export capabilities. The old yichen-social-bookmarks-exporter name still works as a compatibility alias but immediately hands off to the maintained skill.

What happened to the yichen-social-bookmarks-exporter skill?

It has been retired and merged into yichen-bookmarks-export. The directory remains for history and backwards compatibility, but its SKILL.md no longer executes the old scripts and only redirects calls to the successor skill.

Can I still run the old Chrome collector scripts in this directory?

No, the compatibility entry explicitly instructs not to execute the retained legacy scripts. They are kept only for historical reference; all collection, deduplication, and validation now runs through yichen-bookmarks-export.

Does the X bookmark export still use Field Theory CLI?

Yes, the X route in the maintained yichen-bookmarks-export skill optionally calls the external afar1/fieldtheory-cli runtime. No Field Theory source or binary is bundled in this repository.

Why is my old bookmark export prompt not running the export directly?

Because the legacy entry only redirects and never executes exports itself. The successor skill re-confirms the platform, scope, and private-read authorization for the current session before exporting anything.