Skip to content
Skillv1.0.0

cli

Use this directory for app-level proving-surface flows.

by agentic-in(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from agentic-in/elephant-agent (tests/e2e/cli/AGENTS.md). Install upstream with npx skills add agentic-in/elephant-agent --skill cli. Copyright stays with the author.

CLI E2E Tests

Use this directory for app-level proving-surface flows.

Good targets:

  • elephant create, list, use, current, and delete
  • wake and continue through State, Episode, Loop, and Step
  • inspect memory and runtime summaries without exposing State as primary user management
  • skills, tools, providers, and models management

Shared CLI process fixtures, provider stubs, TTY runners, and terminal rendering helpers belong in cli_surface_test_base.py. Keep split modules focused by user-facing command family so make test-e2e can preserve the full CLI proving surface without growing one large file again.

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/agentic-in-elephant-agent-cli/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.

agentic-in-elephant-agent-cli.ocm.jsonjson
{
  "ocm": "1",
  "id": "agentic-in-elephant-agent-cli",
  "kind": "skill",
  "name": "cli",
  "description": "Use this directory for app-level proving-surface flows.",
  "publisher": "agentic-in",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use this directory for app-level proving-surface flows."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/agentic-in/elephant-agent",
      "path": "tests/e2e/cli/AGENTS.md",
      "ref": "053d2b919c53cb32b3db9f7465494b75cff7afe4",
      "url": "https://github.com/agentic-in/elephant-agent/blob/053d2b919c53cb32b3db9f7465494b75cff7afe4/tests/e2e/cli/AGENTS.md",
      "key": "agentic-in/elephant-agent/tests/e2e/cli/AGENTS.md"
    }
  },
  "instructions": "# CLI E2E Tests\n\nUse this directory for app-level proving-surface flows.\n\nGood targets:\n\n- elephant create, list, use, current, and delete\n- wake and continue through State, Episode, Loop, and Step\n- inspect memory and runtime summaries without exposing State as primary user management\n- skills, tools, providers, and models management\n\nShared CLI process fixtures, provider stubs, TTY runners, and terminal\nrendering helpers belong in `cli_surface_test_base.py`. Keep split modules\nfocused by user-facing command family so `make test-e2e` can preserve the full\nCLI proving surface without growing o",
  "cost": {
    "context_tokens": 155
  }
}

Fetch it by URL: GET /api/v1/registry/agentic-in-elephant-agent-cli/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.