Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
InitechSoftware
GitHub 제작자 프로필

InitechSoftware

2개 GitHub 저장소에서 수집된 7개 skills를 저장소 단위로 보여줍니다.

수집된 skills
7
저장소
2
업데이트
2026-04-22
저장소 탐색

저장소와 대표 skills

whatsapp-autoresponder
소프트웨어 개발자

Reply to an inbound WhatsApp message routed through the TimelinesAI webhook. Triggers on payloads shaped like {chat_id, text, sender_phone, sender_name} from the TimelinesAI webhook receiver. Verifies the chat belongs to the allowed sender JID before sending, and honors stop-reply labels (needs-human / escalate / pause-bot) so a human can pause the bot on any chat with one tag.

2026-04-13
whatsapp-delivery-check
소프트웨어 개발자

Given a TimelinesAI message_uid, poll GET /messages/{uid}/status_history and return the Sent / Delivered / Read timeline. Use after a send to confirm a message actually reached the recipient's device, or to answer "did X receive Y" questions from the user.

2026-04-13
whatsapp-lead-qualifier
시장조사 분석가·마케팅 전문가

Multi-turn lead qualification over WhatsApp. Asks a fixed sequence of questions across turns, stores each answer as a note on the chat, and tags the chat with the current discovery stage. At the end of the sequence, applies a qualification rule and tags the chat `qualified` or `disqualified`, then stops replying. State survives skill restarts because it lives on the chat, not in the skill process.

2026-04-13
whatsapp-send
소프트웨어 개발자

Send a transactional or event-triggered WhatsApp message via the TimelinesAI public API. Two modes: by phone number (creates a new chat if needed) or into an existing chat by chat_id. Writes JSON payloads to a file to avoid UTF-8 encoding traps. Returns the message_uid so downstream skills can poll delivery status.

2026-04-13
timelinesai-whatsapp-analytics
소프트웨어 개발자

Use when the user asks analytical questions about their WhatsApp workspace — response time, unanswered chats, unread queues, volume or workload, topic trends, complaint tracking, lead scoring, campaign attribution, or any open-ended "why/what/who/how many" question about WhatsApp customer conversations. Fetches live data from the TimelinesAI public API ($TIMELINES_AI_API_KEY) and aggregates client-side. Trigger words include WhatsApp, TimelinesAI, first-reply time, SLA, unanswered, inbox, unread, response time, lead, qualified, refund, complaint, and any mention of specific customers by name or phone.

2026-04-22
timelinesai-whatsapp-draft-replies
고객 서비스 담당자

Use when the user wants you to draft WhatsApp reply messages WITHOUT actually sending them. Saves each draft as a private TimelinesAI note (POST /chats/{id}/notes) prefixed with "DRAFT:" so humans review and send manually from the TimelinesAI inbox. Trigger phrases include "draft replies", "draft me", "don't send", "review before sending", "suggest replies", or any request for WhatsApp suggestions where the user clearly wants human review in the loop. This skill deliberately does NOT call POST /chats/{id}/messages — use the broader timelinesai-whatsapp-analytics skill for real sends.

2026-04-15
timelinesai-whatsapp-setup-check
소프트웨어 품질 보증 분석가·테스터

Use when the user reports that something looks wrong with their TimelinesAI setup — Claude Code says the token doesn't work, a WhatsApp number has gone quiet, a webhook stopped firing, or they just installed the skills and want to confirm everything is wired up. Runs smoke tests against the TimelinesAI public API and reports what's healthy vs what's broken. Trigger phrases: "token isn't working", "why can't you see my numbers", "setup check", "is the token correct", "verify my TimelinesAI connection", "smoke test", "quota left", "is the webhook still registered".

2026-04-15
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다