Server Online

Sublime AI

Welcome to Sublime AI Tool Bot. A sophisticated agentic assistant capable of executing complex tasks, diagnosing networks, and managing systems locally.

General Purpose Capabilities

🕒
get_time
Get current date and time.
🌐
check_internet
Check if internet connection is available.
📡
ping
Ping a host to check connectivity and latency.
Args: {"count": "int (default: 4)", "host": "string (default: google.com)"}
🛠️
speed_test
Run an internet speed test (download/upload).
🛠️
dns_lookup
Look up DNS records for a domain.
Args: {"domain": "string", "record_type": "A|MX|CNAME|TXT|NS (default: A)"}
🌤️
weather
Get current weather. Provide city name or 'auto' for IP-based detection.
Args: {"city": "string (default: auto)"}
add_task
Add a new task to the task list.
Args: {"task": "string description of the task"}
list_tasks
List pending (or all) tasks.
Args: {"show_all": "bool (default: false \u2014 shows only pending)"}
todays_tasks
Show today's pending tasks summary.
🛠️
mark_done
Mark a task as completed by its ID number.
Args: {"task_id": "int"}
delete_task
Delete a task by its ID number.
Args: {"task_id": "int"}

System & Admin Capabilities

💻
run_command
Execute a shell command and return output. Use for system tasks.
Args: {"command": "string"}
🔍
search_files
Search for files matching a pattern in a directory.
Args: {"directory": "path (default: ~)", "pattern": "glob pattern e.g. *.pdf"}
🖥️
get_system_info
Get system info: OS, RAM, disk, hostname.