← Back to Skills Marketplace
Teamgram Client E2E Flow
by
zhihang9978
· GitHub ↗
· v1.0.0
· MIT-0
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install teamgram-client-e2e-flow
Description
Documents the KHF Android client architecture and complete end-to-end data flows for login, messaging, and file operations through all Teamgram Server layers.
Usage Guidance
This skill is documentation-only and appears to be what it says, so it is coherent to install. Before you use it or apply any of the guidance:
- Be careful with the 'unlock' recommendation: it explicitly suggests changing server-side code to bypass enterprise checks. That is an actionable change that can violate licensing, policy, or legal constraints and could create security issues. Do not apply it in production without legal/owner approval and a security review.
- Verify the source repository and commit history (the SKILL.md points to github.com/teamgram/teamgram-server) before trusting constants or implementing changes.
- Treat APP_ID/APP_HASH as public identifiers per the doc, but never supply or accept secrets that are not documented.
- If you intend to follow implementation steps, do so in an isolated test environment and have code reviews; avoid applying bypasses that remove access controls.
- If you want higher assurance, request provenance (who published the skill) and a pointer to the exact commit/tag in the referenced repo so you can audit the matching code.
Capability Analysis
Type: OpenClaw Skill
Name: teamgram-client-e2e-flow
Version: 1.0.0
The skill bundle consists entirely of technical documentation regarding the architecture and data flows of the Teamgram/KHF Android client and server. It contains no executable code, scripts, or instructions that would cause an AI agent to perform unauthorized actions, exfiltrate data, or compromise the host system (SKILL.md, _meta.json).
Capability Assessment
Purpose & Capability
Name and description match the content: the SKILL.md documents KHF Android client architecture and end-to-end flows and references the Teamgram Server repo. There are no unexpected binaries, env vars, or install steps.
Instruction Scope
Most of the document is technical reference and flow diagrams (expected). However the section '解锁方法' explicitly advises modifying biz_service helper to remove or bypass checkEnterprise() to unlock enterprise features. That is actionable, beyond neutral documentation, and can be used to circumvent server-side licensing/guards.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The constants (APP_ID, APP_HASH) are noted as public identifiers in the doc; no sensitive secrets are requested.
Persistence & Privilege
always is false and the skill does not request elevated/persistent privileges or modify other skill/system configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teamgram-client-e2e-flow - After installation, invoke the skill by name or use
/teamgram-client-e2e-flow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Teamgram Client E2E Flow?
Documents the KHF Android client architecture and complete end-to-end data flows for login, messaging, and file operations through all Teamgram Server layers. It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.
How do I install Teamgram Client E2E Flow?
Run "/install teamgram-client-e2e-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Teamgram Client E2E Flow free?
Yes, Teamgram Client E2E Flow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Teamgram Client E2E Flow support?
Teamgram Client E2E Flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Teamgram Client E2E Flow?
It is built and maintained by zhihang9978 (@zhihang9978); the current version is v1.0.0.
More Skills