token-refresh
My custom version of qwen coder
Install / Use
npx skills add FiredMosquito831/qwen-coder-epicInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubname: token-refresh description: OAuth token lifecycle management with automatic refresh before expiry, 15-minute buffer, and refresh token rotation. Use for maintaining valid OAuth tokens. version: 2.0.0-rc author: Kernel Architecture Team triggers:
- "refresh token"
- "token expired"
- "oauth refresh" tools:
- mcp__kernel-v2-oauth__refresh
- mcp__kernel-v2-oauth__status
- mcp__kernel-v2-credentials__retrieve
- mcp__kernel-v2-credentials__store
Token Refresh Skill
Purpose
Manages OAuth token lifecycle with automatic refresh, expiry detection, and secure token rotation.
When to Use
- Tokens approaching expiry
- Token refresh required
- Check token validity
- Handle token expiration
Available MCP Tools
| Tool | Description |
|------|-------------|
| mcp__kernel-v2-oauth__refresh | Refresh access token |
| mcp__kernel-v2-oauth__status | Check token status |
| mcp__kernel-v2-credentials__retrieve | Get stored refresh token |
| mcp__kernel-v2-credentials__store | Store new tokens |
Refresh Strategy
- Buffer Time: 15 minutes before actual expiry
- Auto-refresh: Tokens refreshed automatically
- Rotation: Refresh tokens rotated on each use
Workflow
Check and Refresh Token
- Call
mcp__kernel-v2-oauth__statusto check expiry - If within 15-minute buffer, call
mcp__kernel-v2-credentials__retrievefor refresh token - Call
mcp__kernel-v2-oauth__refreshwith refresh token - Store new tokens with
mcp__kernel-v2-credentials__store
Related Skills
oauth-auth: For OAuth authentication flowssecure-credentials: For secure token storagesession-management: For session-based token binding
Related Skills
Agent-Reach
84.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Scrapling
82.9k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
Security Score
Audited on Mar 19, 2026
