agentuity-cli-project-auth-init
Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials
allowed_tools: Bash(agentuity:*)
$ 安裝
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-project-auth-init ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-project-auth-init description: Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity project auth init" tags: "mutating slow requires-auth"
Project Auth Init
Set up Agentuity Auth for your project
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
agentuity project auth init [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--skipMigrations | boolean | Yes | - | Skip running database migrations (run agentuity project auth generate later) |
Examples
Set up Agentuity Auth with database selection:
bunx @agentuity/cli project auth init
Output
Returns JSON object:
{
"success": "boolean",
"database": "string",
"authFileCreated": "boolean",
"migrationsRun": "boolean"
}
| Field | Type | Description |
|---|---|---|
success | boolean | Whether setup succeeded |
database | string | Database name used |
authFileCreated | boolean | Whether auth.ts was created |
migrationsRun | boolean | Whether migrations were run |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-project-auth-init
1
Stars
0
Forks
Updated3d ago
Added1w ago