Skip to main content
zhinjs
GitHub クリエイタープロフィール

zhinjs

5 件の GitHub リポジトリにある 61 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
61
リポジトリ
5
更新
2026年8月21日
リポジトリエクスプローラー

リポジトリと代表的な skills

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…

2026年4月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…

2026年4月12日
email
ソフトウェア開発者

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

2026年4月9日
onebot12
ソフトウェア開発者

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

2026年4月9日
sandbox
ソフトウェア開発者

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

2026年4月9日
satori
ソフトウェア開発者

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

2026年4月9日
wechat-mp
ソフトウェア開発者

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

2026年4月9日
code-runner
ソフトウェア開発者

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

2026年4月9日
収集済み skill 30 件中 8 件を表示しています。
memory-consolidate
未分類

回合末或 master 说「记住」时,将 1–3 条可检索事实写入 memory_entries(memory_upsert),文件 MEMORY.md 仅保留纲领。

2026年8月21日
zhin-plugin-standard-development
未分類

Implement Zhin.js plugins with Plugin Runtime. Use when asked to create a plugin, add commands, middleware, components, cron, AI tools/skills/agents, config, database, router, or console pages. 适用于 definePlugin / 约定目录能力落地。

2026年8月21日
plugin-quality
未分類

审查和改进 Zhin.js 插件质量(Plugin Runtime)。Use when asked to review plugin code, audit structure, or improve before publishing. 检查 definePlugin、约定目录、发送链与安全。

2026年8月21日
migrate-zhin-plugin-runtime
未分類

Migrate legacy Zhin.js plugins and projects to the convention-based Plugin Runtime — from usePlugin/getPlugin/addCommand/addMiddleware/addComponent/addTool/addCron/declareConfig/useContext and mutable registries to definePlugin + capability directories +…

2026年8月20日
plugin-develop
未分類

Implement Zhin.js plugin features with Plugin Runtime: defineCommand, defineAgentTool, middleware, pages. Use when asked to add a command, register a tool, wire cron, extend middleware, or build a console page. Triggers: 插件开发, add command, 加命令, 写插件功能,…

2026年8月20日
plugin-init
未分類

初始化 Zhin.js 插件项目。Use when asked to create a new plugin, scaffold plugin structure, or set up a plugin project. 引导生成符合 Plugin Runtime 规范的目录结构、package.json、plugin.ts、约定能力目录和 README。

2026年8月20日
zhin-audit
ソフトウェア品質保証アナリスト・テスター

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…

2026年8月11日
zhin-plugin-refactoring
ソフトウェア開発者

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…

2026年8月11日
収集済み skill 14 件中 8 件を表示しています。
zhin-command-middleware
ソフトウェア開発者

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

2026年2月7日
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,…

2026年2月7日
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…

2026年2月7日
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年2月7日
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年2月7日
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年2月7日
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年2月7日
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年2月7日
収集済み skill 12 件中 8 件を表示しています。
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました