Agent skill
Booking
This skill provides the required tasks needed, in order to interact with the booking system.
Install this agent skill to your Project
npx add-skill https://github.com/mathias-nielsen/co-doctor-skills/tree/main/booking-skill
SKILL.md
Booking system tasks
Find available timeslots
This action will find available timeslots, in a given week.
def find_available_timeslots(year, week):
# Mock Code
# ...
Create new appointment
This action will create a new appointment
def create_appointment(date_time, patient_id):
# Mock Code
# ...
Find appointment
This will find the existing appointments for a given patient
def find_appointment(patient_id):
# Mock Code
# ...
Edit appointment
This action will edit an existing appointment
def edit_appointment(appointment_id, updated_appointment):
# Mock Code
# ...
Cancel appointment
This action will cancel an existing appointment
def cancel_appointment(appointment_id):
# Mock Code
# ...
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Administrative Health Platform
A set of skills to interact with web-based health platforms to interact with digital medical records, handle billing,
Medical Records
All things needed for interacting with medical records
Diagnosis.
An important skill, to help agents assist doctors with diagnosising patients.
Diagnose Research Agent
A comprehensive skill designed for researching on complex diagnosis problems.
Billing
A set of skills to handle billing the patients, government or health insurance.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?