Linear Adapter
Skill 検証済みLinear adapter for chat - issue comment threads
This adapter enables chat bots to interact with Linear issues by treating comment threads as conversations and supporting agent sessions. It provides multiple authentication methods and handles webhook events for real-time updates.
Maintenance
- warning:Commit recencyThe last commit date on the default branch is not available (n/a), making it difficult to assess the recency and maintenance status of the project.
Compliance
- info:GDPRThe adapter handles user data (names, emails, avatars) when fetching user information from Linear. While not submitting personal data to a third party without approval, it does interact with LLMs which may process this data. No explicit sanitization beyond what the SDK provides is evident.
インストール
npx skills add vercel/chatVercel skills CLI(skills.sh)を npx 経由で実行します。ローカルに Node.js と、skills 対応のエージェント(Claude Code、Cursor、Codex など)が少なくとも 1 つインストールされている必要があります。リポジトリが agentskills.io 形式に従っていることを前提としています。
類似の拡張機能
Discord Adapter
98Discord adapter for chat
Chat Web Adapter
98Web adapter for chat — browser chat UI via the AI SDK useChat protocol
LLM Chat Completions
96Implement large language model (LLM) chat completions using the z-ai-web-dev-sdk. Use this skill when the user needs to build conversational AI applications, chatbots, AI assistants, or any text generation features. Supports multi-turn conversations, system prompts, and context management.
Slack Adapter
95Slack adapter for chat
Telegram Adapter
95Telegram adapter for chat
GitHub Adapter
95GitHub adapter for chat - PR and issue comment threads