Skip to content
Skillv1.0.0

scripts

Utility scripts support development and maintenance. Keep them safe and idempotent.

by 161sam(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from 161sam/Forensic-Playbook (scripts/AGENTS.md). Install upstream with npx skills add 161sam/Forensic-Playbook --skill scripts. Copyright stays with the author.

Forensic Mode — Utility Scripts

Utility scripts support development and maintenance. Keep them safe and idempotent.

Guidelines

  • Provide --dry-run options whenever a script modifies files or environments.
  • Document prerequisites at the top of each script and log outputs to predictable locations (./logs/ or workspace-specific directories).
  • Prefer delegating to forensic-cli or SDK helpers rather than shelling out directly.

Quick Reference

  • Example invocations should use demo cases and default workspaces.

Decline additions that require root privileges by default or bypass provenance logging.

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/161sam-forensic-playbook-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.

161sam-forensic-playbook-scripts.ocm.jsonjson
{
  "ocm": "1",
  "id": "161sam-forensic-playbook-scripts",
  "kind": "skill",
  "name": "scripts",
  "description": "Utility scripts support development and maintenance. Keep them safe and idempotent.",
  "publisher": "161sam",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Utility scripts support development and maintenance. Keep them safe and idempotent."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/161sam/Forensic-Playbook",
      "path": "scripts/AGENTS.md",
      "ref": "430fd64547acedce124bb428f4831ec6fa9e0798",
      "url": "https://github.com/161sam/Forensic-Playbook/blob/430fd64547acedce124bb428f4831ec6fa9e0798/scripts/AGENTS.md",
      "key": "161sam/Forensic-Playbook/scripts/AGENTS.md"
    }
  },
  "instructions": "<!-- BEGIN FORENSIC MODE AGENT INSTRUCTIONS -->\n# Forensic Mode — Utility Scripts\n\nUtility scripts support development and maintenance. Keep them safe and idempotent.\n\n## Guidelines\n- Provide `--dry-run` options whenever a script modifies files or environments.\n- Document prerequisites at the top of each script and log outputs to predictable locations (`./logs/` or workspace-specific directories).\n- Prefer delegating to `forensic-cli` or SDK helpers rather than shelling out directly.\n\n## Quick Reference\n- Example invocations should use demo cases and default workspaces.\n\nDecline additions that",
  "cost": {
    "context_tokens": 177
  }
}

Fetch it by URL: GET /api/v1/registry/161sam-forensic-playbook-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.