Skip to content
Skillv1.0.0

openclaw-studio

Keep repository instructions generic and safe for open source.

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

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

See reviews

About

Imported from grp06/openclaw-studio (AGENTS.md). Install upstream with npx skills add grp06/openclaw-studio. Copyright stays with the author.

Agent Instructions

Keep repository instructions generic and safe for open source.

This repo is a frontend for OpenClaw. The OpenClaw source code lives at ~/openclaw.

Do not modify the OpenClaw source code. When the user asks for changes, they are asking for changes to OpenClaw Studio (this app). Your solutions should be applied to this app but to understand the full context of implementing your solution, you will need to search through OpenClaw's source code.

If present, also load local private overlay instructions from: $HOME/.codex/agents/openclaw-studio.local.md

Do not commit personal, environment-specific, or secret instructions to this repository.

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/grp06-openclaw-studio-openclaw-studio/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.

grp06-openclaw-studio-openclaw-studio.ocm.jsonjson
{
  "ocm": "1",
  "id": "grp06-openclaw-studio-openclaw-studio",
  "kind": "skill",
  "name": "openclaw-studio",
  "description": "Keep repository instructions generic and safe for open source.",
  "publisher": "grp06",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep repository instructions generic and safe for open source."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/grp06/openclaw-studio",
      "path": "AGENTS.md",
      "ref": "732b994120bbe34c0ce5711b074207cbd8b97d52",
      "url": "https://github.com/grp06/openclaw-studio/blob/732b994120bbe34c0ce5711b074207cbd8b97d52/AGENTS.md",
      "key": "grp06/openclaw-studio/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\nKeep repository instructions generic and safe for open source.\n\nThis repo is a frontend for OpenClaw. The OpenClaw source code lives at ~/openclaw.\n\nDo not modify the OpenClaw source code. When the user asks for changes, they are asking for changes to OpenClaw Studio (this app). Your solutions should be applied to this app but to understand the full context of implementing your solution, you will need to search through OpenClaw's source code. \n\nIf present, also load local private overlay instructions from:\n`$HOME/.codex/agents/openclaw-studio.local.md`\n\nDo not commit pers",
  "cost": {
    "context_tokens": 167
  }
}

Fetch it by URL: GET /api/v1/registry/grp06-openclaw-studio-openclaw-studio/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.