tutorials / skills
Interactive Tutorial • 18 min read

Skills & Knowledge Injections

Inject custom system knowledge, APIs, or persistent databases.

Overview & Objectives

Supercharge your coding workspace with external tool kits. Ingest direct Google Workspace data, connect Firebase authentication, or query persistent SQL databases in real-time.

Core Tutorial Steps

1
Enable Tools in the AI Configuration Panel

Toggle runtime tools such as the interactive Python Sandbox, secure local shell commands, and standard math calculator APIs.

2
Configure Google Workspace OAuth Consent

Trigger Google Workspace authorization to allow your agent to read/write Google Drive files or Calendar events.

3
Bootstrap Durable Firebase Databases

Set up Google Firebase Firestore databases with custom security rules and indexes directly in the workspace.

4
Define Custom JSON Tool Schemas

Create bespoke tool definitions by writing standard JSON schemas so the agent can invoke your API endpoints.

5
Audit Tool Permissions & Execution Safety

Review granular permission logs for every tool invocation. Destructive actions require user approval.

Pro Tip & Best Practices

Durable cloud-hosted storage prevents user effort loss. Click "Setup Cloud DB" in settings to connect Firebase.