Skip to content
Skillv1.0.0

NeuroAPI

NeuroAPI Agents repository guidance

by neurogen-dev(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from neurogen-dev/NeuroAPI (AGENTS.md). Install upstream with npx skills add neurogen-dev/NeuroAPI. Copyright stays with the author.

NeuroAPI Agents repository guidance

  • This branch is the public, auditable installer for NeuroAPI integrations with Codex CLI and Claude Code.
  • Never accept API keys through command-line arguments, persist them as plaintext, or print them outside the dedicated credential helpers.
  • Windows secrets must stay DPAPI-protected for the current user. macOS secrets must stay in the current user's login Keychain.
  • Do not overwrite unrelated Codex, Claude Code, shell, or PATH configuration. Update and uninstall only files marked as installer-owned.
  • Keep Windows PowerShell 5.1 compatibility and macOS system Bash compatibility.
  • Validate script syntax, generated TOML/JSON, idempotency, secret handling, and uninstall boundaries before publishing.

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/neurogen-dev-neuroapi-neuroapi/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.

neurogen-dev-neuroapi-neuroapi.ocm.jsonjson
{
  "ocm": "1",
  "id": "neurogen-dev-neuroapi-neuroapi",
  "kind": "skill",
  "name": "NeuroAPI",
  "description": "NeuroAPI Agents repository guidance",
  "publisher": "neurogen-dev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "NeuroAPI Agents repository guidance"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/neurogen-dev/NeuroAPI",
      "path": "AGENTS.md",
      "ref": "97c6779ac7198faa57f484c34e6ed79bf74e9f20",
      "url": "https://github.com/neurogen-dev/NeuroAPI/blob/97c6779ac7198faa57f484c34e6ed79bf74e9f20/AGENTS.md",
      "key": "neurogen-dev/NeuroAPI/AGENTS.md"
    }
  },
  "instructions": "# NeuroAPI Agents repository guidance\n\n- This branch is the public, auditable installer for NeuroAPI integrations with Codex CLI and Claude Code.\n- Never accept API keys through command-line arguments, persist them as plaintext, or print them outside the dedicated credential helpers.\n- Windows secrets must stay DPAPI-protected for the current user. macOS secrets must stay in the current user's login Keychain.\n- Do not overwrite unrelated Codex, Claude Code, shell, or PATH configuration. Update and uninstall only files marked as installer-owned.\n- Keep Windows PowerShell 5.1 compatibility and m",
  "cost": {
    "context_tokens": 188
  }
}

Fetch it by URL: GET /api/v1/registry/neurogen-dev-neuroapi-neuroapi/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.