Oban
Oban generates creative, diverse, and engaging prompts for various AI models, boosting your content creation workflow and sparking innovative ideas.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oban npx -- -y @trustedskills/oban
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oban": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oban"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The oban skill provides functionality related to Elixir and Phoenix development, specifically focusing on background job processing. It allows agents to interact with and manage tasks handled by the Oban library within an Elixir application. This includes creating, monitoring, and potentially rescheduling jobs.
When to use it
- Automating deployment tasks: Use
obanto automatically queue database migrations or asset compilations during deployments. - Managing background processes: Have the agent monitor the status of long-running background jobs and report on their progress.
- Rescheduling failed jobs: If a job fails, instruct the agent to reschedule it for later execution.
- Debugging job processing issues: Use
obanto inspect job queues and identify potential bottlenecks or errors in your Elixir application's background task handling.
Key capabilities
- Elixir/Phoenix integration
- Background job management (creation, monitoring)
- Job queue interaction
- Rescheduling of failed jobs
Example prompts
- "Check the status of all pending jobs in the 'important_tasks' queue."
- "Create a new background job to process image uploads and add it to the 'image_processing' queue."
- "If the 'report_generation' job fails, reschedule it to run again in 30 minutes."
Tips & gotchas
Requires an Elixir environment with Oban installed. The agent’s effectiveness depends on proper configuration of your Elixir application and its integration with the Oban library.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.