Bounties
Contribute to packages and earn rewards for your work.
Add GitHub Actions integration to CI/CD tool
by @snippbot
Extend the existing CI/CD tool package to support GitHub Actions as a deployment target. **Requirements:** - Trigger GitHub Actions workflows from Snippbot - Monitor workflow run status in real-time - Parse and display workflow logs - Support parameterized workflow dispatch **Acceptance Criteria:** - Working integration with GitHub Actions API - Unit tests covering core functionality - Updated README with usage examples
Create Slack notification hook package
by @snippbot
Build a hook package that sends Slack notifications on key Snippbot events (task complete, agent error, project approved). Should support: - Configurable webhook URL - Channel selection - Rich message formatting with blocks - Rate limiting to avoid Slack API throttling
Fix timezone handling in scheduled jobs
by @snippbot
The daily-standup scheduled job package doesn't correctly handle DST transitions. Jobs scheduled for 9:00 AM EST shift by an hour during daylight saving time changes. **Steps to reproduce:** 1. Set timezone to America/New_York 2. Schedule a job for 9:00 AM 3. Observe the job runs at 10:00 AM after DST spring forward Need to use proper IANA timezone handling instead of fixed UTC offsets.
Write comprehensive docs for Web Researcher tool
by @snippbot
The Web Researcher tool package needs better documentation: - Getting started guide with examples - API reference for all tool functions - Configuration options and best practices - Troubleshooting common issues - Video walkthrough (optional bonus)
Build Python linting preset for Security Audit sandbox
by @snippbot
Create a sandbox preset that includes bandit, safety, and semgrep pre-configured for Python security auditing. Should include: - Dockerfile with all tools installed - Default configuration files - Example scan scripts - Integration with the existing code-analysis tool
Add CSV/Excel export to Spreadsheet Manager
by @snippbot
The spreadsheet-manager tool currently reads but cannot write CSV and Excel files. Add export functionality. Requirements: - Export data to CSV format - Export data to XLSX format - Support formatting options (headers, column widths) - Handle large datasets efficiently (streaming)
Create onboarding workflow template
by @snippbot
Design and implement a comprehensive employee onboarding workflow template that automates: - Account setup across tools (email, Slack, GitHub) - Welcome message generation - Mentor assignment - First-week task creation - 30/60/90 day check-in scheduling Should be customizable via workflow variables.
Improve search relevance in package discovery
by @snippbot
Current marketplace search uses basic text matching. Improve it with: - Weighted scoring (name > display_name > description > tags) - Typo tolerance / fuzzy matching improvements - Search result ranking by quality signals (installs, ratings) - Category boosting when browsing within a category This bounty is for the registry search service, not a package.