Skip to content
Skillv1.0.0

agentuity-cli-auth-org-current

Show the current default organization. Use for managing authentication credentials

by diegosouzapw(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from diegosouzapw/awesome-omni-skill (skills/cli-automation/agentuity-cli-auth-org-current/SKILL.md). Install upstream with npx skills add diegosouzapw/awesome-omni-skill --skill agentuity-cli-auth-org-current. Copyright stays with the author (Apache-2.0).

Auth Org Current

Show the current default organization

Usage

agentuity auth org current

Examples

Show default organization:

bunx @agentuity/cli auth org current

Show output in JSON format:

bunx @agentuity/cli auth org current --json

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/diegosouzapw-awesome-omni-skill-agentuity-cli-auth-org-current/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

diegosouzapw-awesome-omni-skill-agentuity-cli-auth-org-current.ocm.jsonjson
{
  "ocm": "1",
  "id": "diegosouzapw-awesome-omni-skill-agentuity-cli-auth-org-current",
  "kind": "skill",
  "name": "agentuity-cli-auth-org-current",
  "description": "Show the current default organization. Use for managing authentication credentials",
  "publisher": "diegosouzapw",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "read-only",
      "fast",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Show the current default organization. Use for managing authentication credentials"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/diegosouzapw/awesome-omni-skill",
      "path": "skills/cli-automation/agentuity-cli-auth-org-current/SKILL.md",
      "ref": "a6b3c3005cedf056a48b084671c6282426d6e9fc",
      "url": "https://github.com/diegosouzapw/awesome-omni-skill/blob/a6b3c3005cedf056a48b084671c6282426d6e9fc/skills/cli-automation/agentuity-cli-auth-org-current/SKILL.md",
      "key": "diegosouzapw/awesome-omni-skill/skills/cli-automation/agentuity-cli-auth-org-current/SKILL.md"
    },
    "allowed_tools": [
      "Bash(agentuity:*)"
    ],
    "license": "Apache-2.0"
  },
  "instructions": "# Auth Org Current\n\nShow the current default organization\n\n## Usage\n\n```bash\nagentuity auth org current\n```\n\n## Examples\n\nShow default organization:\n\n```bash\nbunx @agentuity/cli auth org current\n```\n\nShow output in JSON format:\n\n```bash\nbunx @agentuity/cli auth org current --json\n```",
  "cost": {
    "context_tokens": 71
  }
}

Fetch it by URL: GET /api/v1/registry/diegosouzapw-awesome-omni-skill-agentuity-cli-auth-org-current/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.