Explore the skills and capabilities of this skillset.
ssh_execute
Execute a command on a remote host via SSH
Example usage:
```json
{
"connectionId": "raspberry-pi",
"command": "uname -a"
}
```
Configuration required in config.json:
```json
{
"ssh": {
"enabled": true,
"connections": {
"raspberry-pi": {
"host": "raspberrypi.local",
"port": 22,
"username": "pi",
"password": "raspberry"
}
}
}
}
```
ssh_disconnect
Disconnect from an SSH server
Example usage:
```json
{
"connectionId": "raspberry-pi"
}
```
Use this to cleanly close SSH connections when they're no longer needed.
execute_command
Execute a command in the specified shell (powershell, cmd, or gitbash)
Example usage (PowerShell):
```json
{
"shell": "powershell",
"command": "Get-Process | Select-Object -First 5",
"workingDir": "C:\Users\username"
}
```
Example usage (CMD):
```json
{
"shell": "cmd",
"command": "dir /b",
"workingDir": "C:\Projects"
}
```
Example usage (Git Bash):
```json
{
"shell": "gitbash",
"command": "ls -la",
"workingDir": "/c/Users/username"
}
```
get_command_history
Get the history of executed commands
Example usage:
```json
{
"limit": 5
}
```
Example response:
```json
[
{
"command": "Get-Process",
"output": "...",
"timestamp": "2024-03-20T10:30:00Z",
"exitCode": 0
}
]
```
Google Analytics 4 (GA4) プロパティを Google アナリストエージェントに接続するためのステップバイステップガイド。Google Cloud サービスアカウントの作成、Analytics Data API の有効化、GA4 ビューアーアクセスの付与、セッション、ユーザー、バウンス率、コンバージョンなどのサポートされているメトリックでエージェントを構成する方法を説明します。Bika.ai での GA4 データレポートの迅速なセットアップに最適です。