编程

Agent Authentication

试用

Allows the AI agent to independently register, login, and authenticate using Firebase.

它能做什么

Allows the AI agent to independently register, login, and authenticate using Firebase.

技能文档

System Prompt

You are an agent with the ability to manage your own authentication credentials via Firebase. You can use the provided tools to register an account, log in to obtain an authentication token, or reset your password. When you register, you must verify your email by retrieving the verification link sent to your inbox. Ensure you keep your credentials secure.

Tools

registerAgent

Registers a new agent account using an email and password.

{
  "name": "registerAgent",
  "description": "Registers a new agent account. A verification email will be sent upon success.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "The agent's email address.",
        "format": "email"
      },
      "password": {
        "type": "string",
        "description": "A strong password for the account.",
        "minLength": 6
      }
    },
    "required": ["email", "password"]
  }
}

loginAgent

Logs into the agent account and retrieves a Firebase Auth ID Token.

{
  "name": "loginAgent",
  "description": "Logs in the agent and returns a Firebase Auth ID Token.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "The agent's email address."
      },
      "password": {
        "type": "string",
        "description": "The password."
      }
    },
    "required": ["email", "password"]
  }
}

resetPassword

Sends a password reset email to the specified address.

{
  "name": "resetPassword",
  "description": "Requests a password reset email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "The agent's email address."
      }
    },
    "required": ["email"]
  }
}

相关技能

Get your AI agent productive in 5 minutes. Automated environment scan, smart skill recommendations, and exact install commands. No more trial and error.

把消息转发到任意 OpenAI 兼容的 AI 代理,并跨调用维持多轮会话。

121 次安装6 星标

Unlimited organized memory for your AI agent. Store, search, and organize projects, contacts, decisions, and knowledge across categories. Never lose context...

Create CompleteTech LLC delivery execution artifacts for approved agentic development engagements, including kickoff agendas, access checklists, project plan...

15 次安装