← Back to Skills Marketplace
Teamgram Server Architecture
by
zhihang9978
· GitHub ↗
· v1.0.1
· MIT-0
220
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install teamgram-server-architecture
Description
Teamgram Server architecture guide for building Telegram-compatible backends. Use when designing service topology, implementing MTProto services, or self-hos...
Usage Guidance
This is documentation (architecture + deployment) and appears coherent with that purpose. Before using any provided snippets: replace example/weak passwords, remove or restrict public port mappings, store secrets in a secret manager (Kubernetes Secrets/Vault) rather than in plaintext or .env files, and review backup/upload commands (mysqldump + aws s3 cp) to avoid accidental data exposure. Do not run shell snippets without validation in a safe environment; perform a security review and penetration test before using in production. If you need stronger assurance, ask the publisher for the exact source commit in the upstream teamgram/teamgram-server repository and verify the examples against that codebase.
Capability Analysis
Type: OpenClaw Skill
Name: teamgram-server-architecture
Version: 1.0.1
The skill bundle is a comprehensive architectural and development guide for the Teamgram Server project. It contains documentation, configuration templates (Docker/Kubernetes), and Go code patterns that align with standard software engineering practices. No malicious code, data exfiltration, or prompt injection attempts were found; the bundle includes appropriate security warnings regarding production deployment and credential management.
Capability Assessment
Purpose & Capability
The name/description (Teamgram Server architecture for MTProto-compatible backends) matches the content: architecture diagrams, service breakdowns, deployment and development examples. Nothing requested or installed is out of scope for a documentation/architecture skill.
Instruction Scope
SKILL.md and the referenced files contain configuration, Docker Compose, Kubernetes manifests, and operational scripts (mysqldump, aws s3 cp, openssl, kubectl examples). These are appropriate for a deployment guide, but some snippets include insecure defaults (hardcoded weak passwords, exposed ports) and operational commands that — if copied and executed without review — could leak data (e.g., uploading backups to S3). The guide does not instruct the agent to access local files or credentials autonomously.
Install Mechanism
No install spec and no code files beyond documentation. Nothing is downloaded or written to disk by the skill itself; this is the lowest-risk installation model.
Credentials
The skill requests no environment variables or credentials. However, many examples reference environment variables, Kubernetes Secrets, and external services (MySQL root password, REDIS_PASSWORD, MINIO credentials, and AWS S3 commands). These references are expected in deployment docs but mean you must supply credentials when you actually deploy; the skill itself does not request them.
Persistence & Privilege
always:false and no special privileges requested. As an instruction-only skill it does not persist state or modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teamgram-server-architecture - After installation, invoke the skill by name or use
/teamgram-server-architecture - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: Fixed security issues including hardcoded passwords and missing error handling. Added security warnings for production deployment and disclaimer notice.
v1.0.0
Initial release: Complete architecture guide for Teamgram Server based on official repository. Includes service topology, development patterns, and deployment strategies.
Metadata
Frequently Asked Questions
What is Teamgram Server Architecture?
Teamgram Server architecture guide for building Telegram-compatible backends. Use when designing service topology, implementing MTProto services, or self-hos... It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.
How do I install Teamgram Server Architecture?
Run "/install teamgram-server-architecture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Teamgram Server Architecture free?
Yes, Teamgram Server Architecture is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Teamgram Server Architecture support?
Teamgram Server Architecture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Teamgram Server Architecture?
It is built and maintained by zhihang9978 (@zhihang9978); the current version is v1.0.1.
More Skills