suxiaoqiang-cli
v1.2.0Use sxq to sync, preview, migrate, and release Superun projects safely
By AiGuangIncLicense: Apache-2.05 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install suxiaoqiang-cli for Codex and Claude Code
codex plugin marketplace add AiGuangInc/suxiaoqiang-cli
codex plugin marketplace upgrade suxiaoqiang
codex plugin add suxiaoqiang-cli@suxiaoqiangPaste and run these commands in a terminal with Codex. They add and refresh the suxiaoqiang catalog, then install this plugin.
Compatibility: the page URL and API slug “suxiaoqiang-cli” remain stable.
- Codex:
suxiaoqiang-cli@agent-plugin-marketplace→suxiaoqiang-cli@suxiaoqiang
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/AiGuangInc/suxiaoqiang-cliClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/suxiaoqiang-cli/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/suxiaoqiang-cli/SKILL.md
Included Skills1
Use suxiaoqiang-cli (sxq) to sync, edit, preview, release, manage allowlisted project plugins, install private plugin skills, and query Superun Cloud databases or logs from the terminal. Use when the user mentions sxq, suxiaoqiang-cli, a Superun sessionId, project plugin management, db query/logs/migrations, or explicitly requests a maintainer release of the CLI, npm package, plugin skill, or documentation. 当用户提到 sxq、suxiaoqiang-cli、Superun sessionId、项目插件、 私有插件技能、数据库查询/日志/迁移,或明确要求发布 CLI、npm 包、插件 skill 或文档时使用。
Plugin manifests2
{
"name": "suxiaoqiang-cli",
"version": "1.2.0",
"description": "Use sxq to sync, preview, migrate, and release Superun projects safely",
"author": {
"name": "AiGuangInc",
"url": "https://github.com/AiGuangInc"
},
"homepage": "https://github.com/AiGuangInc/suxiaoqiang-cli",
"repository": "https://github.com/AiGuangInc/suxiaoqiang-cli",
"license": "Apache-2.0",
"keywords": [
"superun",
"sxq",
"cli",
"deployment",
"database-migrations"
],
"skills": "./skills/",
"interface": {
"displayName": "Suxiaoqiang CLI",
"shortDescription": "Operate Superun projects safely with sxq.",
"longDescription": "Guides Codex to sync, preview, migrate, and release Superun projects using the sxq CLI and its safety rules.",
"developerName": "AiGuangInc",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": "Use sxq to safely work with this Superun project."
}
}{
"name": "suxiaoqiang-cli",
"version": "1.2.0",
"description": "superun 应用管理 cli (sxq): sync, preview, migrate and release Superun vibe coding projects",
"author": {
"name": "AiGuangInc"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[suxiaoqiang-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/suxiaoqiang-cli)