بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف 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