灵创用户登录状态管理技能 - 查看用户信息、退出登录
Scanned 9/12/2026
Install to Claude Code
npx -y skills add ahang1598/doubao-workbuddy-qwenwork-skills --skill user --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of User?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ahang1598-user)More formats (shields.io, HTML) on the badges page.
---
name: mglc-user
description: 灵创用户登录状态管理技能 - 查看用户信息、退出登录
version: "1.0.0"
author: "灵创 AI"
---
# 灵创用户登录状态管理 Skill
本 Skill 提供灵创 CLI 的用户登录状态管理能力。
## 可用命令
### user info - 查看用户信息
查看当前登录用户和企业空间信息。
**命令**:
```bash
mglc user info
```
**使用示例**:
- 检查当前登录状态
- 查看用户所属企业空间
- 获取用户基本信息
### logout - 退出登录
设备授权登录时先撤销远端 Token,再清除本地 Token;AK/SK 登录时清除本地保存的 AK/SK 配置。
**命令**:
```bash
mglc logout
```
常见错误码:
| 错误码 | 含义 |
|--------|------|
| 0 / 200 | 成功 |
| 10002 | 未登录 |
| 10003 | 无权限 |
| 10101 | 服务不可用 |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!