Oauth Social Services skills for AI agents
8 practitioner-grade oauth social services skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Discord Bot
Build Discord bots using discord.js with slash commands, embeds, permissions, and gateway events. Covers bot setup, interaction handling, and message component patterns in TypeScript.
182 lines - Github OAUTH
Integrate GitHub OAuth Apps and the GitHub API into TypeScript applications. Covers OAuth device and web flows, repository management, issues, Actions, and webhooks using Octokit.
185 lines - Google OAUTH
Integrate Google OAuth 2.0 and Google APIs into TypeScript applications. Covers sign-in flows, Calendar, Drive, and Sheets APIs with proper token management and scope handling.
191 lines - Linkedin API
Integrate the LinkedIn API into TypeScript applications. Covers OAuth 2.0 three-legged flow, profile data retrieval, sharing posts to feeds and organization pages, and handling LinkedIn's versioned API.
207 lines - Notion API
Integrate the Notion API into TypeScript applications. Covers OAuth integration setup, database queries, page creation, block manipulation, and search using the official Notion SDK.
222 lines - Slack API
Build Slack integrations using the Bolt framework in TypeScript. Covers slash commands, modals, event subscriptions, Block Kit messages, and OAuth installation flows.
188 lines - Spotify API
Integrate the Spotify Web API into TypeScript applications. Covers OAuth 2.0 authorization code flow, playback control, playlist management, search, and recommendation endpoints using spotify-web-api-ts.
200 lines - Twitter API
Integrate the Twitter/X API v2 into TypeScript applications. Covers OAuth 2.0 PKCE authentication, tweet management, search, filtered streaming, and user lookup using the twitter-api-v2 library.
179 lines