Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill bland명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | bland |
| description | Bland |
Make and manage AI-powered phone calls via the Bland AI API.
# Make a call
bland call +14155551234 --task "Call and ask about their hours"
# Check call status
bland call-status <call_id>
# Get transcript after call
bland transcript <call_id>
| Command | Description |
|---|---|
bland call <phone> [opts] | Place an outbound AI call |
bland call-status <id> | Get status/details of a call |
bland calls [--limit N] | List recent calls |
bland stop <id> | Stop an active call |
bland stop-all | Stop all active calls |
bland recording <id> | Get recording URL for a call |
bland transcript <id> | Get formatted transcript |
bland voices | List available voices |
bland numbers | List owned inbound numbers |
bland buy-number [--area-code 415] | Purchase an inbound number |
bland setup-inbound <phone> --task "prompt" | Configure inbound call agent |
bland balance | Check account balance |
bland analyze <id> --goal "question" | AI analysis of a call |
--task "prompt" AI agent instructions (required for useful calls)
--voice "josh" Voice to use (default: josh)
--first-sentence "Hi!" First thing the AI says
--from "+1234567890" Caller ID (must own the number)
--wait-for-greeting Wait for the other party to speak first
--wait Poll until call completes, then show transcript
--model "base" Model to use (default: base)
# Restaurant reservation
bland call +14155551234 --task "Make a reservation for 2 at 7pm tonight under Joshua"
# Call and wait for result
bland call +14155551234 --task "Ask about store hours" --wait
# Screen inbound calls
bland setup-inbound +14155551234 --task "You are a call screener. Ask who is calling and why."
# Analyze a completed call
bland analyze abc123 --goal "Did they confirm the appointment?"
BLAND_API_KEY in /root/clawd/.envhttps://api.bland.ai/v1/root/clawd/skills/bland/scripts/bland.sh+14155551234bland balance before heavy usage--wait flag to block until a call finishes and auto-show transcript