Skip to content
Skillv1.0.0

agentuity-cli-project-show

Show project detail. Requires authentication. Use for project management operations

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

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

See reviews

About

Imported from majiayu000/claude-skill-registry-data (bash/agentuity-cli-project-show-agentuity-examples-2/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill agentuity-cli-project-show-agentuity-examples-2. Copyright stays with the author (Apache-2.0).

Project Show

Show project detail

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity project show <id>

Arguments

Argument Type Required Description
<id> string Yes -

Examples

Show details:

bunx @agentuity/cli project show proj_abc123def456

Show output in JSON format:

bunx @agentuity/cli --json project show proj_abc123def456

Get item details:

bunx @agentuity/cli project get proj_abc123def456

Output

Returns JSON object:

{
  "id": "string",
  "name": "string",
  "description": "unknown",
  "tags": "unknown",
  "orgId": "string",
  "secrets": "object",
  "env": "object"
}
Field Type Description
id string Project ID
name string Project name
description unknown Project description
tags unknown Project tags
orgId string Organization ID
secrets object Project secrets (masked)
env object Environment variables

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/majiayu000-claude-skill-registry-data-agentuity-cli-proj-8f0c59/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.

majiayu000-claude-skill-registry-data-agentuity-cli-proj-8f0c59.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-data-agentuity-cli-proj-8f0c59",
  "kind": "skill",
  "name": "agentuity-cli-project-show",
  "description": "Show project detail. Requires authentication. Use for project management operations",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "read-only",
      "fast",
      "requires-auth",
      "requires-project",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Show project detail. Requires authentication. Use for project management operations"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry-data",
      "path": "bash/agentuity-cli-project-show-agentuity-examples-2/SKILL.md",
      "ref": "f863c11651055f498e1466492dc2a0d95721d2d5",
      "url": "https://github.com/majiayu000/claude-skill-registry-data/blob/f863c11651055f498e1466492dc2a0d95721d2d5/bash/agentuity-cli-project-show-agentuity-examples-2/SKILL.md",
      "key": "majiayu000/claude-skill-registry-data/bash/agentuity-cli-project-show-agentuity-examples-2/SKILL.md"
    },
    "allowed_tools": [
      "Bash(agentuity:*)"
    ],
    "license": "Apache-2.0"
  },
  "instructions": "# Project Show\n\nShow project detail\n\n## Prerequisites\n\n- Authenticated with `agentuity auth login`\n\n## Usage\n\n```bash\nagentuity project show <id>\n```\n\n## Arguments\n\n| Argument | Type | Required | Description |\n|----------|------|----------|-------------|\n| `<id>` | string | Yes | - |\n\n## Examples\n\nShow details:\n\n```bash\nbunx @agentuity/cli project show proj_abc123def456\n```\n\nShow output in JSON format:\n\n```bash\nbunx @agentuity/cli --json project show proj_abc123def456\n```\n\nGet item details:\n\n```bash\nbunx @agentuity/cli project get proj_abc123def456\n```\n\n## Output\n\nReturns JSON object:\n\n```json",
  "cost": {
    "context_tokens": 276
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-data-agentuity-cli-proj-8f0c59/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.