Skip to content
Skillv1.0.0

blender-agent-studio

Repository Instructions

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

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

See reviews

About

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

Repository Instructions

  • Use Bun for package scripts and dependency management.
  • Run bun run test after changing TypeScript, MCP, scoring, or benchmark code.
  • Run bun run check after changing plugin metadata, skills, marketplace files, or documentation.
  • Keep the plugin name aligned across .agents/plugins/marketplace.json, the plugin folder, and .codex-plugin/plugin.json.
  • Do not commit generated Blender models, exports, renders, benchmark runs, agent traces, or local .tmp output.
  • Keep Blender execution bounded. Do not add a generic arbitrary-Python MCP tool.
  • Treat one benchmark generation per condition as directional evidence, not a universal capability claim.

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/ifbars-blender-agent-studio-blender-agent-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.

ifbars-blender-agent-studio-blender-agent-studio.ocm.jsonjson
{
  "ocm": "1",
  "id": "ifbars-blender-agent-studio-blender-agent-studio",
  "kind": "skill",
  "name": "blender-agent-studio",
  "description": "Repository Instructions",
  "publisher": "ifBars",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ifBars/blender-agent-studio",
      "path": "AGENTS.md",
      "ref": "4a1e3c8e4296a9a5f0876f3b5fb66e9fd9baa5ff",
      "url": "https://github.com/ifBars/blender-agent-studio/blob/4a1e3c8e4296a9a5f0876f3b5fb66e9fd9baa5ff/AGENTS.md",
      "key": "ifBars/blender-agent-studio/AGENTS.md"
    }
  },
  "instructions": "# Repository Instructions\n\n- Use Bun for package scripts and dependency management.\n- Run `bun run test` after changing TypeScript, MCP, scoring, or benchmark code.\n- Run `bun run check` after changing plugin metadata, skills, marketplace files, or documentation.\n- Keep the plugin name aligned across `.agents/plugins/marketplace.json`, the plugin folder, and `.codex-plugin/plugin.json`.\n- Do not commit generated Blender models, exports, renders, benchmark runs, agent traces, or local `.tmp` output.\n- Keep Blender execution bounded. Do not add a generic arbitrary-Python MCP tool.\n- Treat one be",
  "cost": {
    "context_tokens": 172
  }
}

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

blender-agent-studio - Skill - OpenSmartRoute