Skip to content
Skillv1.0.0

scripts

This directory contains helper and example operational scripts.

by lucas-caminha(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from lucas-caminha/myaac-eclipse (scripts/AGENTS.md). Install upstream with npx skills add lucas-caminha/myaac-eclipse --skill scripts. Copyright stays with the author.

AGENTS.md

Scope

This directory contains helper and example operational scripts.

Script Guidelines

  • Treat scripts as examples unless explicitly asked to make deploy-ready automation.
  • Keep scripts POSIX-shell friendly for the Linux VPS environment.
  • Do not embed secrets, tokens, private hostnames or credentials.
  • Prefer explicit paths that match the documentation.
  • Add comments only where they prevent operational mistakes.

Safety

  • Be careful with destructive commands.
  • For cache clearing, target only the documented MyAAC cache path.
  • For service commands, keep them readable and easy to review before use.

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/lucas-caminha-myaac-eclipse-scripts/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.

lucas-caminha-myaac-eclipse-scripts.ocm.jsonjson
{
  "ocm": "1",
  "id": "lucas-caminha-myaac-eclipse-scripts",
  "kind": "skill",
  "name": "scripts",
  "description": "This directory contains helper and example operational scripts.",
  "publisher": "lucas-caminha",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This directory contains helper and example operational scripts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lucas-caminha/myaac-eclipse",
      "path": "scripts/AGENTS.md",
      "ref": "a7b80e97638834b6057f95760bf5978958fd4a27",
      "url": "https://github.com/lucas-caminha/myaac-eclipse/blob/a7b80e97638834b6057f95760bf5978958fd4a27/scripts/AGENTS.md",
      "key": "lucas-caminha/myaac-eclipse/scripts/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Scope\n\nThis directory contains helper and example operational scripts.\n\n## Script Guidelines\n\n- Treat scripts as examples unless explicitly asked to make deploy-ready automation.\n- Keep scripts POSIX-shell friendly for the Linux VPS environment.\n- Do not embed secrets, tokens, private hostnames or credentials.\n- Prefer explicit paths that match the documentation.\n- Add comments only where they prevent operational mistakes.\n\n## Safety\n\n- Be careful with destructive commands.\n- For cache clearing, target only the documented MyAAC cache path.\n- For service commands, keep them read",
  "cost": {
    "context_tokens": 158
  }
}

Fetch it by URL: GET /api/v1/registry/lucas-caminha-myaac-eclipse-scripts/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.