- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
HybridTM — AI Agent Reference Guide
by dzentota
Duplicate communication links — Calling communicatesTo() twice with the same target creates two separate links (keyed id-to-target). Use the returned CommunicationLink reference to add data assets to an existing link.
apple-homekit
by CodeDraig
Control Apple HomeKit devices, manage scenes, and configure home automations
activity-logger
by tomwangowa
Records work activities from the current session for cross-session aggregation and work log generation
mio-skill
by mio-xyz
Personal context for AI agents via Mio. Loads user preferences, tech stack, coding conventions, and project context at session start so you can make informed decisions without re-asking. Use when any of these Mio MCP tools are available: get_context, list_categories, list_projects, set_active_project, log_conversation, update_profile. Triggers on: (1) session start to load user context before working, (2) code tasks where user conventions matter, (3) project-scoped work where project context is needed, (4) end of substantive conversations to log takeaways, (5) when the user expresses a new or changed preference to suggest a profile update.
🎬 OpenClaw Session Player - 会话回放技能
by zzedbot
v1.0.0: åå§çæ¬åå¸
google-calendar
by dotneet
Accesses the Google Calendar and Tasks API. Use this skill to view or manage calendars, events, schedules, or Google tasks.
brn:github
by zfael
Interact with GitHub API for repository and pull request management. Use when: (1) Listing repositories, (2) Getting repository info, (3) Creating PRs.
orpc-fullstack
by stephen-golban
oRPC (v1.12+) typesafe API layer for TypeScript. Covers contract-first development, procedure definition, middleware, routers, context, error handling, Hono integration, TanStack Query, event iterators, plugins, file uploads, WebSocket adapter, and best practices. Use when building or modifying API procedures, data fetching hooks, server handlers, or real-time features. Triggers on tasks involving oRPC, typesafe APIs, RPC procedures, or server route handlers.
superme
by riccardoglacial391
"Online supermarket automation. Login, search products, add to cart/wishlists, magicorder from past orders. Supports Shufersal, Keshet Teamim, Rami Levy, and Tiv Taam. Usage: /superme login <vendor>, /superme search <product>, /superme add <#>, /superme magicorder, /superme lists, /superme cart, /superme help"
Sanctuaire User Flow
by tachfineamnay
Complete user journey from onboarding through checkout, reading delivery, and spiritual path.
frontend-async-best-practices
by Emerson1337
Async/await and Promise optimization guidelines. Use when writing, reviewing, or refactoring asynchronous code to eliminate waterfalls and maximize parallelism. Triggers on tasks involving data fetching, loaders, actions, or Promise handling.
reddit-skills
by beggarticksarthurtatum121
Reddit automation skill collection. Supports authentication, content publishing, search & discovery, social interactions, and compound operations. Triggered when a user asks to operate Reddit (post, search, comment, login, analyze, upvote, save).
conventional-commits
by EnderPuentes
Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation.
mcp-client
by ImrKhn03
Connect OpenClaw to any MCP (Model Context Protocol) server - Swiggy, Zomato, GitHub, and hundreds more!
State Management & Auth Contexts
by tachfineamnay
Gestion de l'état global dans Next.js — contextes d'auth Sanctuaire/Expert, entitlements, et hooks React personnalisés.
.NET MAUI Skills Suite
by Rimblehelm
test-cases.json
maui-authentication
by Rimblehelm
A brief description of what this skill does
telethon-session
by crazypeace
Create and use a Telethon .session for Telegram user-account login (not bot-token). Use when the user needs Telethon-based user identity automation, including generating the session, sending messages, or reading chats. Not for bot-token-based bots.
browser-automation-skill
by xicv
Drives a real browser from Claude Code by routing across four backends (chrome-devtools-mcp, playwright-cli, playwright-lib, obscura), so verbs like open/click/fill/scrape/inspect/audit pick the cheapest adapter that supports each operation. Persists credentials, sessions, captures, and per-action telemetry strictly local under $HOME/.browser-skill/ (mode 0700 dir, 0600 files); secrets never appear on argv, in git, or in the Claude transcript. Surfaces a balance-of-tokens-accuracy-latency audit via browser-stats.
nestjs-expert
by samChang72
Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.
create-plan
by fancy-bread
Create a living specification (Spec) or plan for a feature by analyzing requirements and codebase
github-cli
by hrdtbs
Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh). Use this skill for all GitHub interactions, prioritizing it over curl or web scraping.
fresh-auth
by fwfutures
This skill should be used when the user asks to access secured work data through "office", "email", "calendar", "microsoft graph", or "notion" using auth.freshhub.ai and the Freshwater secure auth proxy.
testing
by simplerick0
Testing specialist focused on comprehensive test coverage for Python applications. Use for pytest patterns, unit/integration/E2E testing, fixtures, mocking, property-based testing with Hypothesis, and factory patterns.