octave-asset-manager

Manage hosted asset lifecycles on the Octave assets service.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/octavehq/lfgtm-codex --skill octave-asset-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: octave-asset-manager
Source: https://github.com/octavehq/lfgtm-codex/tree/main/skills/octave-asset-manager
Command: npx skills add https://github.com/octavehq/lfgtm-codex --skill octave-asset-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This skill streamlines the lifecycle of hosted assets like HTML sites, documentation, and file bundles, ensuring that published content is easily discoverable, version-controlled, and accessible to the right audience without redundant uploads.

Core Features & Use Cases

  • Lifecycle Management: Upload, update, version, and delete hosted assets with full metadata control.
  • Privacy & Access Control: Manage assets across a privacy ladder from private-only to workspace-shared or public, with granular share links and access request workflows.
  • Use Case: When you need to host a local HTML prototype for your team to review, use this skill to publish it to the Octave assets service, set it to workspace-only privacy, and generate a preview link for your colleagues.

Quick Start

Use the octave-asset-manager skill to publish the folder named site-v1 as a new website asset.

Frequently Asked Questions about octave-asset-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish and version an HTML prototype for team review?

You can publish and version HTML prototypes by uploading local folders to the Octave assets service, which manages the full asset lifecycle and ensures your team reviews the correct version without redundant uploads.

What is the best way to manage access control for hosted file bundles?

Managing access control for hosted file bundles involves using a privacy ladder ranging from private-only to workspace-shared or public, combined with granular share links and access request workflows for external collaborators.

Can I use shell scripts to update metadata and vanity URLs for hosted assets?

Yes, you can use integrated shell scripts alongside MCP tools to handle file operations, update asset metadata, and configure vanity URLs for your hosted sites and documentation on the service.

Do I need curl and jq installed to manage hosted assets?

Yes, curl and jq are required dependencies because the skill utilizes shell scripts for file operations and metadata processing when interacting with the Octave assets service API.

How does asset versioning work for shared documentation sites?

Asset versioning for shared documentation sites works by managing the full asset lifecycle on the service, allowing you to upload, update, and delete versions while maintaining strict metadata control and discoverability.