Skip to main content
Execute qualquer Skill no Manus
com um clique
zhinjs
Perfil de criador do GitHub

zhinjs

Visão por repositório de 60 skills coletadas em 5 repositórios do GitHub.

skills coletadas
60
repositórios
5
atualizado
2026-06-25
explorador de repositórios

Repositórios e skills representativas

github
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-04-09
onebot12
Desenvolvedores de software

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

2026-04-09
sandbox
Desenvolvedores de software

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

2026-04-09
satori
Desenvolvedores de software

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

2026-04-09
wechat-mp
Desenvolvedores de software

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

2026-04-09
code-runner
Desenvolvedores de software

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

2026-04-09
Mostrando as 8 principais de 30 skills coletadas neste repositório.
zhin-plugin-standard-development
Desenvolvedores de software

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-06-25
plugin-init
Desenvolvedores de software

初始化 Zhin.js 插件项目。Use when asked to create a new plugin, scaffold plugin structure, or set up a plugin project. 引导生成符合 Zhin 规范的目录结构、package.json、tsconfig、入口文件和 README。

2026-06-25
zhin-audit
Desenvolvedores de software

Audit Zhin.js monorepo for security vulnerabilities, performance bottlenecks, and architecture issues. Use when asked to "audit code", "check security", "find performance issues", "review architecture", "scan for vulnerabilities", "check memory leaks", or "review code quality".

2026-06-18
plugin-develop
Desenvolvedores de software

Implement Zhin.js plugin features: commands, AI tools, cron jobs, middleware, and console pages. Use when asked to add a command, register a tool, wire cron, extend middleware, or build a console page entry. Triggers: 插件开发, add command, addTool, 加命令, 写插件功能.

2026-06-15
zhin-plugin-refactoring
Desenvolvedores de software

Refactor existing Zhin.js plugins into a cleaner standard structure. Use when asked to reorganize plugin files, split commands or services, migrate a messy plugin to standard layout, reduce coupling, clean lifecycle logic, or standardize plugin structure without changing behavior. 适用于已有 Zhin 插件重构、结构整理、职责拆分与标准化迁移。

2026-06-12
github
Desenvolvedores de software

Prepare GitHub issues, pull requests, reviews, and release notes for Zhin projects. Use when asked to write an issue, PR description, changelog entry, or review comment. Triggers: 写 issue, PR 描述, 提 PR, release notes, gh pr.

2026-06-12
plugin-publish
Desenvolvedores de software

发布 Zhin.js 插件到 npm 和 Zhin 插件市场。Use when asked to publish a plugin, prepare for release, check publish readiness, or submit to the Zhin plugin marketplace. 引导完成发布前检查、版本管理和提交流程。

2026-06-12
plugin-quality
Desenvolvedores de software

审查和改进 Zhin.js 插件质量。Use when asked to review plugin code, check code quality, audit plugin structure, refactor plugin, or improve plugin before publishing. 引导检查插件的结构规范性、代码健壮性、性能和安全性。

2026-06-12
Mostrando as 8 principais de 13 skills coletadas neste repositório.
zhin-command-middleware
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Arquitetos de banco de dados

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 12 skills coletadas neste repositório.
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos