Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计异常

mini-six-ren迷你六人

Agent Skill

mini-six-ren 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,126

周安装

46

GitHub Stars

1

下载量

361
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mini-six-ren(迷你六人)
来源仓库:https://github.com/aicoder2048/mini-six-ren-skill
仓库路径:skills/mini-six-ren
安装命令:
npx skills add https://github.com/aicoder2048/mini-six-ren-skill --skill mini-six-ren
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aicoder2048/mini-six-ren-skill --skill mini-six-ren

简介

mini-six-ren 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。

  • 适用于团队协作任务管理、代码审查或项目进度跟踪等开发相关场景。
  • 通过安装命令添加后,可结合来源仓库和 README 文档进一步了解具体用法。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Mini Six Ren (小六壬占卜)

Chinese traditional divination system based on the Nine-Palace hand technique. Generate three-pass (三传) predictions and provide AI-powered analysis.

Workflow

  1. Determine input mode (numbers / datetime / Chinese chars / current time)
  2. Run scripts/xiaoliu.py --format json to compute the prediction
  3. Check if config.yaml exists and has a model field:

- No config (default): Display ℹ️ 当前使用 Claude Code 内置模型解读。如需使用第三方模型,请创建 config.yaml。Then use the built-in LLM to analyze the result following the "LLM Analysis" section below. - Has config + API key: Display ℹ️ 当前使用 <model> 解读。Run scripts/interpret.py with the prediction JSON piped in: uv run scripts/xiaoliu.py --now --question "问题" --format json | \ uv run scripts/interpret.py --question "问题" - Has config, missing API key: Display ⚠️ 请在.env 中设置 <ENV_KEY>。Fall back to built-in LLM analysis.

  1. Format the report using assets/template.md

Quick Start

Run the divination script (uv single-file script, no project install needed):

# By three numbers
uv run scripts/xiaoliu.py --numbers 1,2,3 --question "今日运势" --format json

# By date/time (converts to lunar calendar internally)
uv run scripts/xiaoliu.py --datetime "2025-07-15 10:30" --question "面试能成功吗" --format json

# By Chinese characters (uses stroke count)
uv run scripts/xiaoliu.py --chars "天地人" --question "感情运势" --format json

# By current time
uv run scripts/xiaoliu.py --now --question "今天适合出行吗" --format json

Use --format json to get structured output for LLM analysis. Use --format text for human-readable display.

Input Mode Selection

User saysModeExample
gives 3 numbers--numbers--numbers 3,5,7
mentions a date/time--datetime--datetime "2025-01-31 14:30"
gives Chinese characters--chars--chars "天地人"
"用现在的时间" / "now"--now--now
no specific input--nowdefault to current time

LLM Analysis

After getting the JSON prediction result, provide an analysis following this structure. Role-play as a 小六壬占卜大师 with deep traditional culture knowledge.

Analysis structure

  1. 卦象总览: Summarize the three passes and their elements
  2. 时间发展脉络:

- 初传(前期/当前): What the first symbol means for this question - 中传(中期/发展): How the middle symbol drives change - 末传(后期/结果): What the final symbol predicts

  1. 五行生克解读: Explain how the element relationships affect the outcome
  2. 具体建议: Practical, actionable advice tied to the question
  3. 关键提示: Notable directions, timing, or deity influences

Analysis guidelines

  • Always tie the interpretation to the specific question asked
  • Prioritize the final pass (末传) as the most important indicator
  • Explain five-element relationships in terms the user understands
  • Keep analysis under 800 characters (Chinese) for conciseness
  • Use elegant, philosophical Chinese language but remain accessible

Report Output

After generating the prediction and LLM analysis, format using assets/template.md. Replace all {{placeholder}} variables with actual values from the script output and LLM analysis.

Third-Party Model Configuration (Optional)

By default, the skill uses Claude Code's built-in LLM for interpretation. To use a third-party model instead:

Step 1: Create config.yaml

Create config.yaml in the skill root directory (mini-six-ren/config.yaml):

# 格式: provider:model_name
model: deepseek:deepseek-chat

Format: provider:model_name

Step 2: Set API Key in .env

Add your API key to mini-six-ren/.env:

DEEPSEEK_API_KEY=sk-...

Supported Providers

Provider prefixAPI Key env varNotes
openaiOPENAI_API_KEYGPT series
anthropicANTHROPIC_API_KEYClaude series
google-glaGEMINI_API_KEYGemini series
deepseekDEEPSEEK_API_KEYDeepSeek
kimiMOONSHOT_API_KEYMoonshot Kimi
qwenDASHSCOPE_API_KEYAlibaba Qwen
glmZHIPU_API_KEYZhipu ChatGLM

Examples

# DeepSeek
model: deepseek:deepseek-chat

# GPT-4o
# model: openai:gpt-4o

# Qwen
# model: qwen:qwen-plus

To switch back to built-in LLM, simply delete config.yaml.

Reference

For detailed symbol meanings and five-element relationships: see references/symbols_reference.md

For usage examples: see the examples/ directory

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.81%
按下载量换算126

Claude

27.29%
按下载量换算99

Cursor

19.08%
按下载量换算69

Gemini CLI

10.3%
按下载量换算37

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills