From sigen-mcp-skills
Query Sigenergy mySigen App documentation. Use when the user asks about configuring operational modes, solar/battery/grid settings, creating custom modes, peak shaving, tariff plans, or any other system configuration questions. Also use proactively when planning a configuration guide — consult the docs first to verify parameter names, valid ranges, and constraints before recommending settings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sigen-mcp-skills:sigen-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the official Sigenergy mySigen App documentation for configuration guidance. Uses the GitBook AI Answers API which searches the docs and returns synthesized answers with source references.
Query the official Sigenergy mySigen App documentation for configuration guidance. Uses the GitBook AI Answers API which searches the docs and returns synthesized answers with source references.
If the sigen-docs-mcp MCP server is configured, use the query_sigen_docs tool directly:
query_sigen_docs(question: string, scope?: "user" | "installer")
question — natural language question about system configuration (be specific)scope — "user" (default) for daily operation settings, "installer" for device parameter/comissioningIf the MCP is not available, send an HTTP GET to the GitBook ask API:
GET https://sigenergy.gitbook.io/sige-doc-en/mysigen-app-user-manual/dian-zhan-can-shu-she-zhi/energy-management-settings/energy-storage-working-mode.md?ask=<question>
For installer docs:
GET https://sigenergy.gitbook.io/sige-doc-en/mysigen-app-installer-manual/device-parameter-setup/sigenstor/operational-parameters.md?ask=<question>
The response is AI-synthesized with source links. If it returns HTML, strip tags.
The API returns a markdown answer with source references at the bottom:
# Question...
Answer text with parameter details...
# Sources:
- [Page Title](url)
- [Page Title](url)
| Topic | Key pages |
|---|---|
| Operational modes | Time-based Control, Custom Mode, AI Mode, Self-Consumption, VPP, Load Shedding |
| Solar settings | Producing priority, power limit |
| Battery settings | Charging source priority, discharge priority, level SOC, preheating, power limit, automation |
| Grid settings | Export priority, import/export limits, peak shaving, tariff plans, grid automation |
| Backup settings | Backup reserve SOC |
| EV charging | AC/DC charger settings, TOU scheduling, Ready By Time |
npx claudepluginhub paulczar/sigen-mcp --plugin sigen-mcp-skillsSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.