Skills & Integrations
Skills give your agent real-world capabilities. Connect external APIs, enable built-in AI tools, and extend your agent's reach.
How Skills Work#
Skills are modular capabilities that you can enable or disable from the dashboard. There are two types:
- Integration Skills — Require API credentials to connect to external services (Discord, GitHub, Gmail, etc.). These give your agent real API-backed tools.
- AI-Native Skills — Powered by the LLM itself, no external API needed. These enhance your agent's capabilities through specialized prompts (content writing, code review, data analysis, etc.).
Real tool execution
Integration Skills#
These require API keys or OAuth credentials. Click any card for setup instructions.
Discord
Send messages, read channels, list servers. Requires bot token.
Slack
Send messages, read channels, list workspaces. Requires bot token.
Telegram
Connect your agent as a Telegram bot. Requires BotFather token.
X / Twitter
Read timeline, post tweets, search, get mentions. Requires OAuth 1.0a.
GitHub
Manage repos, issues, PRs, and actions. Requires personal access token.
Gmail
Read, search, and send emails. Requires Google OAuth.
Google Calendar
List events, create meetings. Requires Google OAuth.
AI-Native Skills#
These skills are powered by your AI model and don't require external credentials. Enable them from the Skills panel to add specialized system prompts that enhance your agent's capabilities.
| Skill | Category | What It Does |
|---|---|---|
| Content Writer | Creative | Crafts blog posts, articles, social media content, and marketing copy |
| Code Review | Development | Analyzes code for bugs, performance issues, and best practices |
| Data Analyst | Data | Interprets datasets, creates visualizations, and identifies trends |
| Smart Notes | Productivity | Creates structured notes, summaries, and meeting minutes |
| Deep Research | Data | Multi-source research with optional Serper API for web search |
| Project Manager | Business | Tracks tasks, milestones, and team coordination |
| CRM Assistant | Business | Manages contacts, tracks interactions, and organizes leads |
| Git Commit Craft | Development | Generates conventional commit messages from diffs |
| API Tester | Development | Tests API endpoints and validates responses |
| Diagram Generator | Creative | Creates Mermaid diagrams for architecture and workflows |
| File Manager | Productivity | Organizes, searches, and manages files on the server |
| Web Browser | Data | Fetches and extracts content from web pages |
| Web Scraper | Data | Extracts structured data from websites |
| Cron Scheduler | Automation | Schedules recurring tasks and jobs |
Enabling Skills#
To enable a skill:
- Open your Dashboard and go to the Skills tab
- Find the skill you want and click the toggle to enable it
- For integration skills, click the gear icon to enter your API credentials
- Your agent will immediately have access to the new tools
No rebuild needed
Credential Security#
When you enter API credentials for a skill, they are:
- Sent over HTTPS to your VM with authentication
- Stored in memory on your VM (lost on restart, re-fetched on boot)
- Stored encrypted in the Lobstack database
- Masked in the dashboard UI (shown as ****XXXX)
- Never shared across agents or users