build-nova-app-claw-skill

Automate building and deploying TEE applications on the Sparsity Nova Platform.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sparsity-xyz/build-nova-app-claw-skill --skill build-nova-app-claw-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-nova-app-claw-skill
Source: https://github.com/sparsity-xyz/build-nova-app-claw-skill/tree/main
Command: npx skills add https://github.com/sparsity-xyz/build-nova-app-claw-skill --skill build-nova-app-claw-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the entire lifecycle of building and deploying secure, confidential TEE (Trusted Execution Environment) applications on the Sparsity Nova Platform, from initial code scaffolding to on-chain verification.

Core Features & Use Cases

  • End-to-End Workflow: Handles scaffolding, coding, Git push, app creation, building, deployment, and on-chain registration.
  • TEE App Deployment: Specifically designed for deploying applications within AWS Nitro Enclaves on Sparsity's Nova Platform.
  • Use Case: A developer wants to deploy a new confidential AI model as a TEE app. They can use this Skill to quickly scaffold the project, write their model inference code, push it to GitHub, and have the Skill manage the build, deployment, and on-chain registration, providing a verifiable and live URL for the TEE app.

Quick Start

Use the build-nova-app-claw-skill to build and deploy my new Nova app from the GitHub repository at https://github.com/my-org/my-nova-app.

Frequently Asked Questions about build-nova-app-claw-skill

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

FAQPage Schema
How do I deploy a TEE app to AWS Nitro Enclaves on the Sparsity Nova platform?

Deploying a TEE app on Sparsity Nova involves scaffolding the project, writing inference code, pushing to GitHub, building the Docker image, and deploying the enclave with on-chain registration. This automates the full lifecycle for verifiable trust.

What is on-chain registration for Trusted Execution Environment applications?

On-chain registration for TEE applications provides verifiable trust by recording deployment metadata on a blockchain. It uses Helios RPC for runtime on-chain discovery, ensuring that the deployed enclave's integrity and state can be independently verified by users and external systems.

Can I deploy a confidential AI model as a TEE app using the Sparsity Nova platform?

Yes, you can deploy a confidential AI model as a TEE app on Sparsity Nova by scaffolding the project, writing your model inference code, and pushing it to GitHub. The workflow then builds, deploys, and registers the app, providing a live URL.

How do I set up an app wallet and KMS integration for my enclave deployment?

Setting up an app wallet and KMS integration for enclave deployment is supported during the TEE app lifecycle on Sparsity Nova. These features allow your application to securely manage cryptographic keys and interact with blockchain networks for on-chain verification.

Does Sparsity Nova support automated Git repository management for TEE app scaffolding?

Yes, Sparsity Nova supports automated Git repository management for TEE app scaffolding. The workflow handles project scaffolding, code integration, and Git push operations, streamlining the transition from local development to enclave deployment.