Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
zhinjs
GitHub 创作者资料

zhinjs

按仓库查看 5 个 GitHub 仓库中的 83 个已收集 skills,并展示近似职业覆盖。

已收集 skills
83
仓库
5
职业领域
4
更新
2026-05-30
仓库浏览

仓库与代表性 skills

#001
zhin
36 个 skills12815更新于 2026-05-30
占该创作者 43%
checkin
软件开发工程师

签到积分系统查询能力。当用户想查看自己的积分、签到排行榜、连签天数、 或了解签到奖励时使用。日常签到通过聊天命令触发,此技能提供积分查询的 AI 工具。 用户说「我的积分」「排行榜」「签到排名」时应触发。

2026-05-30
group-daily-analysis
软件开发工程师

群日常分析:基于收件箱统计群消息数量、参与人数、活跃时段, 支持按群启用/禁用和定时分析报告。通过命令和定时任务运行,无 AI 工具。

2026-05-30
github
软件开发工程师

Prepare GitHub issue, pull request, and review text for Zhin projects.

2026-05-29
plugin-develop
软件开发工程师

Develop Zhin.js plugin features such as commands, tools, middleware-style guardrails, cron jobs, and console pages.

2026-05-29
skill-creator
软件开发工程师

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.

2026-05-29
summarize
软件开发工程师

Summarize conversations, logs, documents, or investigation notes into concise action-oriented records.

2026-05-29
github
软件开发工程师

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。

2026-05-18
zhin-plugin-standard-development
软件开发工程师

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 接入。

2026-05-13
当前展示该仓库 Top 8 / 36 个已收集 skills。
#002
plugins
30 个 skills40更新于 2026-04-15
占该创作者 36%
github
软件开发工程师

GitHub 全功能适配器技能:通过适配器内置工具完成用户交互操作(Star/Fork/账号绑定/Webhook 订阅/App 安装), 通过 bash + gh CLI 完成仓库自动化操作(Issue/PR/Release/CI/搜索/文件/Discussion)。 Bot 操作使用 GitHub App 身份,Star/Fork 等用户操作使用个人绑定的 OAuth Token。 每个 Zhin 实例通过 GH_TOKEN 环境变量注入身份,支持多实例协同。 channel ID 格式:owner/repo/issues/N 或 owner/repo/pull/N。

2026-04-15
icqq
软件开发工程师

Operate QQ account via icqq CLI. Use when asked to: send QQ message, manage QQ groups, check QQ friends, poke friend, like friend, mute member, kick member, set nickname, view QQ profile, handle friend/group requests, manage group files, set group announcement, QQ签到, 发消息, 管群, 好友操作, 群文件.

2026-04-12
email
软件开发工程师

邮件适配器:通过 SMTP 发送和 IMAP 接收邮件,支持附件处理、TLS 加密和定时轮询收信。

2026-04-09
onebot12
软件开发工程师

OneBot 12 协议适配器:支持 WebSocket 正向连接、Webhook 回调和反向 WebSocket 三种模式,兼容 OneBot 12 标准。

2026-04-09
sandbox
软件开发工程师

沙箱测试适配器:基于 WebSocket 的本地测试环境,提供浏览器内聊天 UI,无需第三方平台即可调试插件和命令。

2026-04-09
satori
软件开发工程师

Satori 协议适配器:支持 WebSocket(正向)和 Webhook 两种连接方式,实现 Satori 标准协议的消息收发。

2026-04-09
wechat-mp
软件开发工程师

微信公众号适配器:通过 Webhook 接收消息、自动管理 Access Token、支持 XML 消息解析和 AES 加密。

2026-04-09
code-runner
软件开发工程师

在线代码执行:支持 Python、JavaScript、TypeScript、Go、Rust、Java、C/C++、Ruby、PHP 等语言的沙箱运行。

2026-04-09
当前展示该仓库 Top 8 / 30 个已收集 skills。
#003
ai-skills
12 个 skills00更新于 2026-02-07
占该创作者 14%
zhin-command-middleware
软件开发工程师

Explains Zhin command registration, middleware flow, and permission checks. Use when building commands or message middleware in Zhin plugins.

2026-02-07
zhin-tool-service
软件开发工程师

Guides creation and management of Zhin tools using ZhinTool, defineTool, and ToolService. Covers the unified tool system that bridges AI agent tool-calling and message commands, including Tool↔Command conversion, permission levels, platform/scope filtering, and tool collection. Use when registering tools, converting between tools and commands, or integrating tools with AI agents.

2026-02-07
zhin-ai-integration
软件开发工程师

Guides integration of AI/LLM capabilities in Zhin plugins using @zhin.js/ai. Covers multi-model providers, Agent tool calling, session management, streaming responses, unified tool services, and rich media output. Use when adding AI chat, agents, or tool-calling features to a Zhin bot.

2026-02-07
zhin-adapter-development
软件开发工程师

Guides development of custom platform adapters in Zhin. Covers extending the Adapter abstract class, creating Bot instances, handling message events, registering tools, and lifecycle management. Use when building adapters for new chat platforms.

2026-02-07
zhin-database-orm
数据库架构师

Guides database usage in Zhin including model definitions, CRUD queries, transactions, migrations, and lifecycle hooks. Covers the built-in ORM based on @zhin.js/database with SQLite support. Use when working with data persistence in Zhin plugins.

2026-02-07
zhin-error-handling
软件开发工程师

Guides error handling in Zhin using the built-in error hierarchy, ErrorManager, RetryManager, and CircuitBreaker. Use when implementing resilient error handling, retry logic, or circuit breaker patterns in Zhin plugins.

2026-02-07
zhin-mcp-server
软件开发工程师

Guides setup and usage of the Zhin MCP (Model Context Protocol) server plugin. Covers configuration, available tools, resources, and prompts for AI assistant integration. Use when integrating Zhin with AI coding assistants like Claude or Cursor via MCP.

2026-02-07
zhin-prompt-interaction
软件开发工程师

Guides interactive user input collection using the Zhin Prompt class. Covers text, number, confirm, list, and pick prompts with timeout handling and Schema-based input. Use when a plugin needs to collect input from users in a conversational flow.

2026-02-07
当前展示该仓库 Top 8 / 12 个已收集 skills。
#004
create-zhin
4 个 skills00更新于 2026-04-01
占该创作者 4.8%
已展示 5 / 5 个仓库
已展示全部仓库