원클릭으로
t81-canonfs-import
Import files into T81 CanonFS for immutable, hash-verified storage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Import files into T81 CanonFS for immutable, hash-verified storage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | t81_canonfs_import |
| description | Import files into T81 CanonFS for immutable, hash-verified storage |
| metadata | {"openclaw":{"os":["darwin","linux"],"requires":{"bins":["t81"]}}} |
This skill imports files into T81's CanonFS (Canonical File System) for immutable, hash-verified storage with complete provenance.
When the user wants to store a file immutably with cryptographic verification, use this skill to import it into CanonFS.
Import a single file:
import <file_path> [--canonfs-root <path>] [--policy <policy_file>] [--json]
Import multiple files:
import-batch <file1> <file2> <file3> [--canonfs-root <path>] [--policy <policy_file>]
List imported objects:
list [--canonfs-root <path>] [--format json|table]
# Import a model file with default settings
import model.t81w
# Import with custom CanonFS root and policy
import sensitive_data.bin --canonfs-root /secure/canonfs --policy secure.apl
# Import multiple files
import-batch model.t81w config.json weights.bin
# List all objects in JSON format
list --canonfs-root ~/.t81_canonfs --format json
The skill returns:
This skill wraps the T81 CLI:
t81 canonfs import <file> --canonfs-root <path> --policy <policy> --json
Execute bounded AI task chains (assess-fixed, route-fixed, classify-fixed) with deterministic guarantees
Create T81 decision bundles with complete provenance and cryptographic verification
Validate and verify T81 decision bundles for deterministic execution
Export files from T81 CanonFS with hash verification and integrity validation
Demonstrate T81's policy-gated computation with educational examples
Load external AI models into T81 with secure conversion and immutable storage