一键导入
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