An open repository that bundles three things together:
- a local archive of Vida's public Zhihu content
- a reusable
vida-perspectiveskill distilled from that corpus - the source code for the exhibition-style website that presents the archive
archive/vida_articles_extract/- extracted markdown corpus
- extracted inline images
- extraction manifest
skills/vida-perspective/- the distilled Vida skill
- research notes used to build it
web/- the React + Vite source for the exhibition website
scripts/- helper scripts used to extract and prepare the dataset
564archived Zhihu items82extracted images- a local markdown archive at
archive/vida_articles_extract/extracted.md - a structured website dataset at
web/src/data/articles.json - a distilled skill at
skills/vida-perspective/SKILL.md
For Codex / skills-based environments, install the skill from this repo path:
npx skills add superpilot69/vida-open-archive --path skills/vida-perspectiveAfter installation, restart your agent session and trigger it with prompts like:
切到 Vida
or:
用 Vida 的视角,帮我判断现在还有哪些适合年轻人的轻资产套利机会
cd web
pnpm install
pnpm devBuild:
cd web
pnpm buildThe archive is built from a local Vida corpus extracted into:
archive/vida_articles_extract/extracted.mdarchive/vida_articles_extract/manifest.json
The website dataset lives at:
web/src/data/articles.json
- Code and skill materials in this repository are released under the MIT License.
- Archived article text and media are preserved with original source URLs for research and archival purposes; see
CONTENT_NOTICE.md.