Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from River-181/hagent-os (skills/community/sms-notification-automation/SKILL.md). Install upstream with npx skills add River-181/hagent-os --skill sms-notification-automation. Copyright stays with the author.
SMS 자동화
목적
학부모 안내와 결석/일정 안내 문자 발송을 연결합니다.
추천 에이전트
notification
complaint
intake
실행 가이드
조직 컨텍스트와 승인 정책을 먼저 확인합니다.
필요한 외부 integration 상태를 먼저 점검합니다.
결과는 초안과 근거를 함께 반환합니다.
연동 의존성
aligo-sms
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.