Skip to main content
Run any Skill in Manus
with one click
jackvidal
GitHub creator profile

jackvidal

Repository-level view of 12 collected skills across 6 GitHub repositories.

skills collected
12
repositories
6
updated
2026-06-24
repository explorer

Repositories and representative skills

wa-build
software-developers

Stage 3. Generate the complete FastAPI bot project from spec.json. Writes main.py, agent.py, database.py, tools/whatsapp.py, prompt.py, requirements.txt, and .env. Wasender-aware throughout. Runs the bot locally to verify it works before deploying.

2026-05-06
wa-connect
software-developers

Stage 5. Add tools to the live bot one at a time โ€” Google Calendar, Gmail, persistent reminders, human handoff, group chat, voice transcription. Each tool is wired, deployed, and verified before moving to the next.

2026-05-06
wa-persistence
software-developers

Stage 6 (optional). Choose where conversation history and OAuth tokens live. Default is SQLite on Render's ephemeral disk; production needs Render Disk, Supabase, or Render Postgres.

2026-05-06
wa-maintain
software-developers

Forever-stage. Tweak the bot's personality, refresh expired tokens, diagnose "the bot is acting weird", recover from a disconnected WhatsApp, update tools, view recent conversations. The user lives here once the bot is deployed.

2026-05-05
wa-deploy
software-developers

Stage 4. Push the generated bot to GitHub, deploy on Render.com, register the public webhook URL with Wasender, and verify a real round-trip message works.

2026-05-05
wa-characterize
computer-systems-analysts

Stage 2. Hebrew Q&A that produces spec.json โ€” the bot's name, tone, audience, in/out scope, knowledge base, and tools wishlist. This spec drives every later stage.

2026-05-05
wa-setup
software-developers

Stage 1. Sign up at Wasender, get a Personal Access Token, create a WhatsApp session, scan the QR with the user's phone, and verify the connection works end-to-end. Saves credentials to .env.

2026-05-05
Showing 6 of 6 repositories
All repositories loaded