AI fortune-telling skill for DeepSeek Harness: feng shui, face reading, BaZi, zodiac, daily divination and Chinese almanac.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:kobenfang/Big8
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
读图看风水 · 看面相 · 算八字 · 查星座 · 每日一卦 · 老黄历。上传图片分析家居风水/面相,输入生日排八字,查星座运势,起卦占卜。
English: AI fortune-telling assistant: feng shui, face reading, BaZi (Chinese astrology), zodiac, daily divination, almanac.
✨ 功能
详见 SKILL.md 完整说明。
🔧 环境依赖
Python 3 + lunar-python (pip install lunar-python)。风水/面相解读需要多模态模型支持。
📥 安装(DeepSeek Harness / dsh)
本技能遵循 Agent Skills 开放标准(SKILL.md + YAML frontmatter),适用于 DeepSeek Harness (dsh)、OpenClaw、Claude Code 等支持 Agent Skills 的框架。
# 方式一:放入用户级共享目录(推荐)
mkdir -p ~/.agents
git clone https://github.com/kobenfang/big8.git ~/.agents/big8
# 方式二:放入项目目录
mkdir -p .agents
cp -r big8 .agents/
dsh 启动后即可在技能列表中找到 big8。
🔍 搜索关键词
玄学, 风水, 八字, 星座, 面相, 算命, feng shui, BaZi, fortune telling, Chinese astrology
📄 目录结构
big8/
├── SKILL.md # 技能定义(Agent Skills 标准)
├── scripts/big8.py
├── scripts/knowledge/bazi.yaml
├── scripts/knowledge/face.yaml
├── scripts/knowledge/fengshui.yaml
├── scripts/knowledge/zodiac.yaml
⚖️ License
MIT
© 2026 kobenfang · 更多技能见 dsh-skills
📦 Also on ClawHub (OpenClaw)
This skill is also published on ClawHub for OpenClaw users:
npx clawhub install big8
Search it: npx clawhub search big8
Links
More in this category
zhu1090093659/dsh-web#packages/dsh-skill-explorer★ 6553
Skill center for the dsh web GUI: browse all loaded skills grouped by source, enable or disable model invocation, create new skills, and delete into a recoverable trash.
GanyuanRan/Aegis★ 1156
Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
superdesigndev/superdesign-skill★ 488
Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
linhay/harmony-next.skills★ 341
HarmonyOS NEXT skill bundle for DeepSeek Harness with offline API references and DevEco, HDC, and emulator automation guidance.
Vladimir-Human/humanizer-ru#dsh★ 119
Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
LayneChai/superpowers-dsh★ 110
Superpowers for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers, installed as a Cordis plugin registering 14 skills with zero runtime dependencies.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.