auth_manager
Manage OAuth credentials & tokens for Google, Facebook, TikTok
Best use case
auth_manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Manage OAuth credentials & tokens for Google, Facebook, TikTok
Teams using auth_manager should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/auth_manager/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How auth_manager Compares
| Feature / Agent | auth_manager | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage OAuth credentials & tokens for Google, Facebook, TikTok
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Auth Manager Extension
Kỹ năng này chịu trách nhiệm sinh ra đường dẫn (URL) cấp quyền (Google, Facebook, TikTok) để người dùng có thể nhấp vào và cấp quyền ứng dụng, ví dụ: Quản lý đăng video lên YouTube, Fanpage, TikTok.
## Khi nào dùng
- Người dùng yêu cầu "gửi tôi link cấp quyền"
- Người dùng muốn "cấp quyền quản lý kênh youtube mới"
- Người dùng yêu cầu "cấp quyền facebook/tiktok", "cấp quyền ứng dụng"
## Cách kích hoạt (AI OUTPUT JSON)
Nếu người dùng yêu cầu link cấp quyền, hãy phân tích nền tảng (provider) và trả về JSON sau:
```json
{
"action": "generate_auth_link",
"provider": "google",
"scopes": ["youtube", "youtube_upload"]
}
```
Các giá trị `provider` hỗ trợ: `google`, `facebook`, `tiktok`.
Nếu không biết scopes, có thể để trống rỗng `[]`, hệ thống sẽ tự dùng scope mặc định phổ biến nhất.
> **Lưu ý:** Sau khi bot phản hồi JSON, hệ thống sẽ trả về 1 đường link cho người dùng bấm vào cấp quyền.Related Skills
Ollama Local Model Manager — AI Skill Guide
## Extension: ollama
File Manager
Quản lý file và folder trên máy tính
calendar_manager
Manage Google Calendar — create, list, update, delete events with recurring & reminders
Universal Tracker
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Multi-Agent Orchestration — AI Skill Guide
## Extension: multi_agents
SKILL.md — Video Downloader Extension
## Mô tả
Cloud API Management — AI Skill Guide
## Extension: cloud_api
Browser Automation
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
TubeCLI System Guide
Complete guide for AI agents to understand, install, and operate TubeCLI
microsoft-azure-webjobs-extensions-authentication-events-dotnet
Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions.
doc-coauthoring
This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing.
context-manager
Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems.