签到积分系统查询能力。当用户想查看自己的积分、签到排行榜、连签天数、 或了解签到奖励时使用。日常签到通过聊天命令触发,此技能提供积分查询的 AI 工具。 用户说「我的积分」「排行榜」「签到排名」时应触发。
群日常分析:基于收件箱统计群消息数量、参与人数、活跃时段, 支持按群启用/禁用和定时分析报告。通过命令和定时任务运行,无 AI 工具。
Prepare GitHub issue, pull request, and review text for Zhin projects.
Develop Zhin.js plugin features such as commands, tools, middleware-style guardrails, cron jobs, and console pages.
Create or improve local Zhin Agent skills. Use when asked to add a new skill, refine an existing SKILL.md, or document a repeatable workflow for the project agent.
Summarize conversations, logs, documents, or investigation notes into concise action-oriented records.
GitHub 全功能适配器技能:内置工具处理 Star/绑定/订阅;MCP server-github 处理 Fork/PR/Issue 等 API; bash + gh CLI 覆盖其余仓库自动化。 Bot 操作使用 GitHub App 身份;Star 等可使用用户 OAuth 绑定。 每个 Zhin 实例通过 GH_TOKEN 环境变量注入身份,支持多实例协同。 channel ID 格式:owner/repo/issues/N 或 owner/repo/pull/N。
Implement Zhin.js plugins with the standard development workflow. Use when asked to create a plugin, add commands, middleware, event hooks, components, cron jobs, Contexts, AI tools, AI skills, AI agent presets, config schema, database, router, or web console integration, or follow the recommended Zhin plugin development pattern. 适用于 Zhin 插件标准开发姿势实现、插件功能落地、命令与 Context 接入。